.herlan-order-product-list {
  margin-bottom: 30px;
  border-top: 1px solid #e2e2e2;
}
.herlan-order-product-list .herlan-order-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
}
.herlan-order-product-list .herlan-order-item .herlan-product-image {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.herlan-order-product-list .herlan-order-item .herlan-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.herlan-order-product-list .herlan-order-item .herlan-product-details {
  flex-grow: 1;
}
.herlan-order-product-list .herlan-order-item .herlan-product-details .herlan-product-name {
  margin: 0 0 5px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.herlan-order-product-list .herlan-order-item .herlan-product-details .herlan-product-name a {
  color: inherit;
  text-decoration: none;
}
.herlan-order-product-list .herlan-order-item .herlan-product-details .herlan-review-prompt {
  margin: 0 0 10px;
  color: #666;
  font-size: 14px;
}
.herlan-order-product-list .herlan-order-item .herlan-product-details .herlan-stars-placeholder {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #ccc;
  font-size: 14px;
}
.herlan-order-product-list .herlan-order-item .herlan-product-details .herlan-stars-placeholder.checked {
  color: #333;
}
.herlan-order-product-list .herlan-order-item .herlan-product-details .herlan-review-action {
  display: inline-block;
}
.btn-create-review {
  display: inline-block;
  padding: 8px 20px;
  background: transparent;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #333;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-create-review:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}
.btn-reviewed {
  display: inline-block;
  padding: 8px 20px;
  background: #ccc;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  cursor: default;
}
@media (min-width: 769px) {
  .woocommerce-MyAccount-content .ap-wl-list, .tinv-wishlist .ap-wl-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 0 0 20px;
    width: 100%;
  }
  .woocommerce-MyAccount-content .ap-wl-card, .tinv-wishlist .ap-wl-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
    padding: 16px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
  }
  .woocommerce-MyAccount-content .ap-wl-card__img-wrap, .tinv-wishlist .ap-wl-card__img-wrap {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .woocommerce-MyAccount-content .ap-wl-card__img-wrap img, .tinv-wishlist .ap-wl-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .woocommerce-MyAccount-content .ap-wl-card__info, .tinv-wishlist .ap-wl-card__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .woocommerce-MyAccount-content .ap-wl-card__name, .tinv-wishlist .ap-wl-card__name {
    color: #111;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
  }
  .woocommerce-MyAccount-content .ap-wl-card__name:hover, .tinv-wishlist .ap-wl-card__name:hover {
    color: #000;
  }
  .woocommerce-MyAccount-content .ap-wl-card__price, .tinv-wishlist .ap-wl-card__price {
    color: #333;
    font-size: 14px;
    font-weight: 500;
  }
  .woocommerce-MyAccount-content .ap-wl-card__price .woocommerce-Price-amount, .tinv-wishlist .ap-wl-card__price .woocommerce-Price-amount {
    color: #111;
  }
  .woocommerce-MyAccount-content .ap-wl-card__actions, .tinv-wishlist .ap-wl-card__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
  }
  .woocommerce-MyAccount-content .ap-wl-card .ap-wl-atc.button.alt, .tinv-wishlist .ap-wl-card .ap-wl-atc.button.alt {
    flex: 1;
    min-width: 0;
    padding: 10px 14px;
    border: none !important;
    border-radius: 6px;
    background: #111 !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
  }
  .woocommerce-MyAccount-content .ap-wl-card .ap-wl-atc.button.alt:disabled, .tinv-wishlist .ap-wl-card .ap-wl-atc.button.alt:disabled {
    opacity: 0.7;
  }
  .woocommerce-MyAccount-content .ap-wl-card .ap-wl-rm, .tinv-wishlist .ap-wl-card .ap-wl-rm {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    background: #fff;
    color: #666;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
  }
  .woocommerce-MyAccount-content .ap-wl-card .ap-wl-rm:hover, .tinv-wishlist .ap-wl-card .ap-wl-rm:hover {
    border-color: #999;
    color: #333;
  }
}
@media (min-width: 769px) {
  .woocommerce-MyAccount-content .ap-mobile-orders-list {
    display: grid;
    gap: 10px;
    padding: 0 0 24px;
  }
  .woocommerce-MyAccount-content .ap-mobile-order-card {
    min-height: 89px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    border: 1px solid #eee8e2;
    border-radius: 14px;
    background: #fff;
    color: #050505;
    text-decoration: none !important;
    box-sizing: border-box;
    transition: box-shadow 0.15s ease;
  }
  .woocommerce-MyAccount-content .ap-mobile-order-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .woocommerce-MyAccount-content .ap-mobile-order-main, .woocommerce-MyAccount-content .ap-mobile-order-side {
    display: flex;
    flex-direction: column;
  }
  .woocommerce-MyAccount-content .ap-mobile-order-main {
    min-width: 0;
    flex: 1;
  }
  .woocommerce-MyAccount-content .ap-mobile-order-main strong {
    color: #050505;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.15;
  }
  .woocommerce-MyAccount-content .ap-mobile-order-main small {
    color: #9b8d85;
    font-size: 12px;
    line-height: 1.3;
    margin-top: 4px;
  }
  .woocommerce-MyAccount-content .ap-mobile-order-main em {
    color: #8f827a;
    font-size: 13px;
    line-height: 1.2;
    font-style: normal;
    margin-top: auto;
    padding-top: 15px;
  }
  .woocommerce-MyAccount-content .ap-mobile-order-side {
    align-items: flex-end;
    justify-content: space-between;
    flex: 0 0 auto;
    text-align: right;
  }
  .woocommerce-MyAccount-content .ap-mobile-order-side > strong {
    color: #050505;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
  }
  .woocommerce-MyAccount-content .ap-mobile-order-status {
    min-width: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    background: #f1eef8;
    color: #7e55d8;
  }
  .woocommerce-MyAccount-content .ap-mobile-order-status--processing {
    background: #eef6fb;
    color: #347fb6;
  }
  .woocommerce-MyAccount-content .ap-mobile-order-status--completed, .woocommerce-MyAccount-content .ap-mobile-order-status--delivered {
    background: #eef8ee;
    color: #4f9c51;
  }
  .woocommerce-MyAccount-content .ap-mobile-order-status--pending, .woocommerce-MyAccount-content .ap-mobile-order-status--pending-payment, .woocommerce-MyAccount-content .ap-mobile-order-status--on-hold {
    background: #fff7eb;
    color: #c78a2a;
  }
  .woocommerce-MyAccount-content .ap-mobile-order-status--cancelled, .woocommerce-MyAccount-content .ap-mobile-order-status--failed, .woocommerce-MyAccount-content .ap-mobile-order-status--refunded {
    background: #fff0ef;
    color: #d95656;
  }
}
@media (max-width: 768px) {
  .ap-wl-list, .tinv-wishlist .ap-wl-list, #ap-acct-modal-body .ap-wl-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 0 20px;
    width: 100%;
  }
  .ap-wl-card, .tinv-wishlist .ap-wl-card, #ap-acct-modal-body .ap-wl-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
    padding: 16px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
  }
  .ap-wl-card__img-wrap, .ap-wl-card__img-placeholder, .tinv-wishlist .ap-wl-card__img-wrap, .tinv-wishlist .ap-wl-card__img-placeholder, #ap-acct-modal-body .ap-wl-card__img-wrap, #ap-acct-modal-body .ap-wl-card__img-placeholder {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ap-wl-card__img-wrap img, .tinv-wishlist .ap-wl-card__img-wrap img, #ap-acct-modal-body .ap-wl-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ap-wl-card__info, .tinv-wishlist .ap-wl-card__info, #ap-acct-modal-body .ap-wl-card__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .ap-wl-card__name, .tinv-wishlist .ap-wl-card__name, #ap-acct-modal-body .ap-wl-card__name {
    color: #111;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
  }
  .ap-wl-card__name:hover, .tinv-wishlist .ap-wl-card__name:hover, #ap-acct-modal-body .ap-wl-card__name:hover {
    color: #000;
  }
  .ap-wl-card__price, .tinv-wishlist .ap-wl-card__price, #ap-acct-modal-body .ap-wl-card__price {
    color: #333;
    font-size: 14px;
    font-weight: 500;
  }
  .ap-wl-card__price .woocommerce-Price-amount, .tinv-wishlist .ap-wl-card__price .woocommerce-Price-amount, #ap-acct-modal-body .ap-wl-card__price .woocommerce-Price-amount {
    color: #111;
  }
  .ap-wl-card__actions, .tinv-wishlist .ap-wl-card__actions, #ap-acct-modal-body .ap-wl-card__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
  }
  .ap-wl-card .ap-wl-atc.button.alt, .tinv-wishlist .ap-wl-card .ap-wl-atc.button.alt, #ap-acct-modal-body .ap-wl-card .ap-wl-atc.button.alt {
    flex: 1;
    min-width: 0;
    padding: 10px 14px;
    border: none !important;
    border-radius: 6px;
    background: #111 !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
  }
  .ap-wl-card .ap-wl-atc.button.alt:disabled, .tinv-wishlist .ap-wl-card .ap-wl-atc.button.alt:disabled, #ap-acct-modal-body .ap-wl-card .ap-wl-atc.button.alt:disabled {
    opacity: 0.7;
  }
  .ap-wl-card .ap-wl-rm, .tinv-wishlist .ap-wl-card .ap-wl-rm, #ap-acct-modal-body .ap-wl-card .ap-wl-rm {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    background: #fff;
    color: #666;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
  }
  .ap-wl-card .ap-wl-rm:hover, .tinv-wishlist .ap-wl-card .ap-wl-rm:hover, #ap-acct-modal-body .ap-wl-card .ap-wl-rm:hover {
    border-color: #999;
    color: #333;
  }
  .ap-wl-list + form[action*="wishlist"], .ap-wl-list + table.tinvwl-table-manage-list, .ap-wl-list ~ form[action*="wishlist"] {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .woocommerce-MyAccount-content .woocommerce-MyAccount-content__welcome-text, .woocommerce-MyAccount-content > p:first-of-type {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 24px;
    padding: 20px 24px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
  }
}
@media (min-width: 769px) {
  .woocommerce-MyAccount-content form.woocommerce-EditAccountForm {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 28px 32px;
  }
  .woocommerce-MyAccount-content form.woocommerce-EditAccountForm h3 {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e2e2;
  }
  .woocommerce-MyAccount-content form.woocommerce-EditAccountForm .woocommerce-form-row, .woocommerce-MyAccount-content form.woocommerce-EditAccountForm p.form-row {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 16px;
  }
  .woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset {
    border: none;
    padding: 0;
    margin: 20px 0 0;
  }
  .woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset legend {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
  }
  .woocommerce-MyAccount-content form.woocommerce-EditAccountForm .woocommerce-form-row--first, .woocommerce-MyAccount-content form.woocommerce-EditAccountForm .woocommerce-form-row--last {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    width: calc(50% - 8px);
    margin-bottom: 16px;
    vertical-align: top;
  }
  .woocommerce-MyAccount-content form.woocommerce-EditAccountForm .woocommerce-form-row--first {
    margin-right: 16px;
  }
  .woocommerce-MyAccount-content form.woocommerce-EditAccountForm label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
  }
  .woocommerce-MyAccount-content form.woocommerce-EditAccountForm input[type="text"], .woocommerce-MyAccount-content form.woocommerce-EditAccountForm input[type="email"], .woocommerce-MyAccount-content form.woocommerce-EditAccountForm input[type="password"], .woocommerce-MyAccount-content form.woocommerce-EditAccountForm input[type="tel"] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    font-size: 14px;
    color: #111;
    background: #fff;
    box-sizing: border-box;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
  }
  .woocommerce-MyAccount-content form.woocommerce-EditAccountForm input[type="text"]:focus, .woocommerce-MyAccount-content form.woocommerce-EditAccountForm input[type="email"]:focus, .woocommerce-MyAccount-content form.woocommerce-EditAccountForm input[type="password"]:focus, .woocommerce-MyAccount-content form.woocommerce-EditAccountForm input[type="tel"]:focus {
    outline: none;
    border-color: #333;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
  }
  .woocommerce-MyAccount-content form.woocommerce-EditAccountForm .woocommerce-Button {
    margin-top: 8px;
    display: inline-block;
    padding: 10px 24px;
    background: transparent;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #333;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  .woocommerce-MyAccount-content form.woocommerce-EditAccountForm .woocommerce-Button:hover {
    background: #333;
    color: #fff;
  }
}
@media (min-width: 769px) {
  .woocommerce-MyAccount-content table.woocommerce-MyAccount-downloads thead {
    display: none;
  }
  .woocommerce-MyAccount-content table.woocommerce-MyAccount-downloads tbody {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .woocommerce-MyAccount-content table.woocommerce-MyAccount-downloads tbody tr {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    background: #fff;
  }
  .woocommerce-MyAccount-content table.woocommerce-MyAccount-downloads .woocommerce-MyAccount-downloads-file, .woocommerce-MyAccount-content table.woocommerce-MyAccount-downloads td.download-product {
    flex: 1;
    font-weight: 600;
    font-size: 14px;
    color: #111;
  }
  .woocommerce-MyAccount-content table.woocommerce-MyAccount-downloads td.download-expires, .woocommerce-MyAccount-content table.woocommerce-MyAccount-downloads td.download-remaining {
    font-size: 13px;
    color: #666;
    white-space: nowrap;
  }
  .woocommerce-MyAccount-content table.woocommerce-MyAccount-downloads td.download-file a.woocommerce-MyAccount-downloads-file__name {
    display: inline-block;
    padding: 7px 16px;
    border: 1px solid #333;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.15s ease, color 0.15s ease;
  }
  .woocommerce-MyAccount-content table.woocommerce-MyAccount-downloads td.download-file a.woocommerce-MyAccount-downloads-file__name:hover {
    background: #333;
    color: #fff;
  }
  .woocommerce-MyAccount-content .woocommerce-Message--info {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 24px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    font-size: 14px;
    color: #555;
  }
}
