/* Make WooCommerce review rating show stars instead of text */
.comment-form-rating span[role="group"] {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.comment-form-rating span[role="group"] a[class^="star-"] {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 0 !important;   /* hides the words */
  line-height: 24px;
  text-decoration: none !important;
  overflow: hidden;
}

.comment-form-rating span[role="group"] a[class^="star-"]::before {
  content: "★";
  font-size: 24px;
  line-height: 24px;
  color: #ccc; /* empty star colour */
  position: absolute;
  top: 0;
  left: 0;
}

/* Hover */
.comment-form-rating span[role="group"] a[class^="star-"]:hover::before,
.comment-form-rating span[role="group"] a[class^="star-"]:focus::before {
  color: #f5b301;
}

/* Selected/active star */
.comment-form-rating span[role="group"] a[class^="star-"].active::before {
  color: #f5b301;
}

#np-product-reviews {
  width: 100% !important;
  margin-top: 30px !important;
}

#np-product-reviews .pbd-reviews-title {
  margin-bottom: 20px !important;
}

#np-product-reviews .pbd-review-item {
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 12px !important;
  padding: 18px !important;
  margin-bottom: 16px !important;
}

#np-product-reviews .pbd-review-head {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  margin-bottom: 8px !important;
}

#np-product-reviews .pbd-review-author {
  font-weight: 700 !important;
}

#np-product-reviews .pbd-review-date {
  opacity: 0.7 !important;
}

#np-product-reviews .pbd-review-stars {
  font-size: 22px !important;
  line-height: 1 !important;
  color: #f5b301 !important;
  margin: 6px 0 10px !important;
}

#np-product-reviews .pbd-review-text p {
  margin: 0 !important;
}

#np-product-reviews .pbd-review-form-wrap {
  margin-top: 30px !important;
}

#np-product-reviews input[type="text"],
#np-product-reviews input[type="email"],
#np-product-reviews textarea,
#np-product-reviews select {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

#np-product-reviews textarea {
  min-height: 140px !important;
}

#np-product-reviews .submit {
  margin-top: 12px !important;
  cursor: pointer !important;
}

.u-backlink.u-clearfix.u-grey-80 {
  display: none !important;
}

bdi {
  background-color: #fffafa;
  color: #000000;
}

ins {
  background-color: #ffffff;
}

.u-btn-12,
.u-btn-12:visited,
.u-btn-12:hover,
.u-btn-12:focus {
  color: #e91e63 !important;
}

.count {
  background-color: #ffffff;
  color: #02B1EE;
}

.u-text-palette-1-dark-1,
.u-text-palette-1-dark-1 a,
.u-input.u-text-palette-1-dark-1,
.u-input.u-text-palette-1-dark-1[class*="u-border-"],
li.active > a.u-button-style.u-text-palette-1-dark-1,
li.active > a.u-button-style.u-text-palette-1-dark-1[class*="u-border-"],
a.u-button-style.u-text-palette-1-dark-1,
a.u-button-style.u-text-palette-1-dark-1[class*="u-border-"],
a.u-button-style.u-text-palette-1-dark-1:hover,
a.u-button-style.u-text-palette-1-dark-1:focus,
a.u-button-style.u-text-palette-1-dark-1:active,
a.u-button-style.u-text-palette-1-dark-1:visited {
  color: #02ABE5 !important;
}

.u-text-palette-1-base,
.u-text-palette-1-base a,
.u-input.u-text-palette-1-base,
.u-input.u-text-palette-1-base[class*="u-border-"],
li.active > a.u-button-style.u-text-palette-1-base,
li.active > a.u-button-style.u-text-palette-1-base[class*="u-border-"],
a.u-button-style.u-text-palette-1-base,
a.u-button-style.u-text-palette-1-base[class*="u-border-"],
a.u-button-style.u-text-palette-1-base:hover,
a.u-button-style.u-text-palette-1-base:focus,
a.u-button-style.u-text-palette-1-base:active,
a.u-button-style.u-text-palette-1-base:visited {
  color: #02ABE5 !important;
}

.u-spacing-10.u-calendar > div + div,
.u-spacing-10.u-countdown-counter > div + div,
.u-spacing-10.u-price-wrapper > div + div,
.u-spacing-10.u-language-layout-icons .u-language-url + .u-language-url,
.u-spacing-10 .u-social-url + .u-social-url {
  margin-left: 0 !important;
}

.pbd-reseller-banner {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    background: #f3f3f3;
    border: 2px solid #d9d9d9;
    padding: 24px 28px;
    margin-bottom: 28px;
    border-radius: 14px;
}

.pbd-reseller-banner span {
    font-size: 22px;
    line-height: 1.5;
    color: #111;
    font-weight: 800;
}

.pbd-reseller-banner strong {
    font-weight: 900;
}

.pbd-reseller-wa {
    display: inline-block;
    background: #25D366;
    color: #fff !important;
    padding: 14px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 900;
    font-size: 20px;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.pbd-reseller-wa:hover {
    opacity: 0.95;
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .pbd-reseller-banner {
        padding: 18px 20px;
    }

    .pbd-reseller-banner span {
        font-size: 18px;
    }

    .pbd-reseller-wa {
        width: 100%;
        text-align: center;
        font-size: 18px;
        padding: 14px 18px;
    }
}