.gttpr-reviews,
.gttpr-rating,
.gttpr-badge,
.gttpr-woo-badge,
.gttpr-product-reviews {
    --gttpr-green: #6f8766;
    --gttpr-gold: #d09a22;
    --gttpr-gold-soft: #fff7e6;
    --gttpr-dark: #14211d;
    --gttpr-muted: #5f6f69;
    --gttpr-border: #e4ded2;
    color: var(--gttpr-dark);
    font-family: inherit;
}

.gttpr-reviews {
    margin: 28px 0;
    overflow: hidden;
    padding: 6px 72px 44px;
    width: 100%;
}

.gttpr-reviews .swiper-wrapper {
    align-items: stretch;
}

.gttpr-review-card {
    background: #fff;
    border: 1px solid var(--gttpr-border);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(20, 33, 29, 0.08);
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 330px;
    padding: 24px;
}

.gttpr-reviewer {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    margin-bottom: 18px;
}

.gttpr-avatar {
    background: #f1e0b9;
    border-radius: 50%;
    display: block;
    height: 48px;
    object-fit: cover;
    width: 48px;
}

.gttpr-avatar-initials {
    align-items: center;
    color: #111;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
}

.gttpr-reviewer-details {
    min-width: 0;
}

.gttpr-reviewer-details strong {
    color: var(--gttpr-dark);
    display: block;
    font-size: 17px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.gttpr-reviewer-details span {
    color: var(--gttpr-muted);
    display: block;
    font-size: 13px;
    line-height: 1.35;
    margin-top: 3px;
}

.gttpr-reviewer time {
    color: var(--gttpr-muted);
    font-size: 14px;
    white-space: nowrap;
}

.gttpr-stars {
    color: var(--gttpr-green);
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1;
}

.gttpr-star-boxes {
    display: flex;
    gap: 3px;
    margin-bottom: 14px;
}

.gttpr-star-boxes-inline {
    display: inline-flex;
    flex: 0 0 auto;
    margin-bottom: 0;
}

.gttpr-star-boxes span {
    align-items: center;
    background: transparent;
    color: var(--gttpr-gold) !important;
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    height: 22px;
    justify-content: center;
    line-height: 1;
    text-shadow: 0 1px 0 rgba(20, 33, 29, 0.08);
    width: 18px;
}

.gttpr-star-boxes .is-empty {
    background: transparent;
    color: #d8d0c2 !important;
}

.gttpr-review-card h3 {
    color: var(--gttpr-dark);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 12px;
    overflow-wrap: anywhere;
}

.gttpr-review-text {
    color: #263a33;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
    overflow-wrap: anywhere;
}

.gttpr-reviews .swiper-pagination-bullet-active {
    background: var(--gttpr-green);
}

.gttpr-swiper-button {
    align-items: center;
    background: #cda34a;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 12px 28px rgba(20, 33, 29, 0.16);
    color: #fff !important;
    display: flex;
    height: 54px;
    justify-content: center;
    margin-top: -27px;
    width: 46px;
    z-index: 5;
}

.gttpr-reviews .swiper-button-prev {
    left: 14px;
}

.gttpr-reviews .swiper-button-next {
    right: 14px;
}

.gttpr-swiper-button::after {
    color: #fff !important;
    font-size: 26px;
    font-weight: 700;
}

.gttpr-rating {
    align-items: flex-start;
    background: #fffaf0;
    border: 1px solid #ead7ad;
    border-radius: 8px;
    display: inline-flex;
    flex-direction: column;
    gap: 7px;
    padding: 18px 20px;
}

.gttpr-rating .gttpr-star-boxes {
    margin-bottom: 0;
}

.gttpr-seller-label {
    color: var(--gttpr-dark);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
}

.gttpr-rating-score {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.gttpr-rating-count {
    color: var(--gttpr-muted);
    font-size: 14px;
}

.gttpr-badge,
.gttpr-woo-badge {
    align-items: center;
    background: linear-gradient(180deg, #fffdf7 0%, #fff6df 100%);
    border: 1px solid #ead7ad;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(20, 33, 29, 0.08);
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    padding: 14px 18px;
    text-decoration: none !important;
}

.gttpr-brand {
    align-items: center;
    color: var(--gttpr-dark);
    display: inline-flex;
    flex: 0 0 auto;
    gap: 5px;
    line-height: 1;
    white-space: nowrap;
}

.gttpr-rating-heading {
    align-items: center;
    display: inline-flex;
    gap: 9px;
}

.gttpr-top-rated-icon {
    align-items: center;
    border-radius: 0;
    box-shadow: none;
    display: inline-flex;
    flex: 0 0 auto;
    height: 44px;
    justify-content: center;
    overflow: visible;
    width: 44px;
}

.gttpr-top-rated-icon::before,
.gttpr-top-rated-icon::after {
    content: "";
    display: none;
}

.gttpr-top-rated-icon {
    position: relative;
}

.gttpr-top-rated-icon::before {
    left: 9px;
    transform: rotate(14deg);
}

.gttpr-top-rated-icon::after {
    right: 9px;
    transform: rotate(-14deg);
}

.gttpr-top-rated-icon img,
.gttpr-verified-icon img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.gttpr-brand-icon {
    display: block;
    flex: 0 0 auto;
    height: 26px;
    width: 26px;
}

.gttpr-brand-icon-main {
    fill: var(--gttpr-green);
}

.gttpr-brand-icon-fold {
    fill: #005128;
}

.gttpr-brand-text {
    color: var(--gttpr-dark);
    font-size: 18px;
    font-weight: 700;
}

.gttpr-badge strong,
.gttpr-woo-badge strong {
    color: var(--gttpr-dark);
    font-weight: 800;
}

.gttpr-badge span,
.gttpr-woo-badge span,
.gttpr-woo-badge em {
    color: var(--gttpr-muted);
    font-size: 14px;
    font-style: normal;
}

.gttpr-woo-badge {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    cursor: pointer;
    margin: 14px 0 18px;
    max-width: 100%;
    width: 100%;
}

.gttpr-woo-badge:hover {
    border-color: #d09a22;
    box-shadow: 0 12px 28px rgba(20, 33, 29, 0.12);
}

.gttpr-woo-badge-icon {
    align-items: center;
    border-right: 1px solid #ead7ad;
    display: inline-flex;
    margin-right: 6px;
    padding-right: 18px;
}

.gttpr-woo-badge .gttpr-top-rated-icon {
    height: 56px;
    width: 56px;
}

.gttpr-woo-badge-main {
    align-items: flex-start;
    display: inline-flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 5px;
    min-width: 210px;
}

.gttpr-woo-badge-main strong {
    font-size: 18px;
    line-height: 1.2;
}

.gttpr-woo-badge-rating,
.gttpr-badge-rating {
    align-items: center;
    display: inline-flex;
    gap: 10px;
}

.gttpr-woo-badge-verified,
.gttpr-badge-verified {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.gttpr-woo-badge-verified {
    justify-self: end;
    white-space: nowrap;
}

.gttpr-verified-icon {
    border-radius: 0;
    box-shadow: none;
    display: inline-flex;
    height: 28px;
    overflow: visible;
    width: 28px;
}

.gttpr-badge {
    align-items: stretch;
    max-width: 760px;
    padding: 18px 22px;
}

.gttpr-badge-icon {
    align-items: center;
    border-right: 1px solid #ead7ad;
    display: inline-flex;
    padding-right: 22px;
}

.gttpr-badge .gttpr-top-rated-icon {
    height: 86px;
    width: 86px;
}

.gttpr-badge-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}

.gttpr-badge-content strong {
    font-size: 24px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.gttpr-product-reviews {
    clear: both;
    margin: 24px 0;
}

.gttpr-product-reviews.is-tab-content {
    margin-top: 0;
}

.gttpr-accordion-toggle {
    align-items: center;
    background: #6f8766;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 22px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.2;
    margin: 0 0 14px;
    padding: 14px 18px;
    text-align: left;
    width: 100%;
}

.gttpr-accordion:not(.is-open) .gttpr-accordion-panel {
    display: none;
}

.gttpr-product-review-list {
    display: grid;
    gap: 14px;
}

.gttpr-product-review {
    background: #fff;
    border: 1px solid #eadfd0;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(20, 33, 29, 0.05);
    padding: 22px;
}

.gttpr-product-review.is-hidden {
    display: none;
}

.gttpr-product-review-header {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    margin-bottom: 12px;
}

.gttpr-product-review-header strong {
    color: var(--gttpr-dark);
    display: block;
    font-size: 17px;
}

.gttpr-product-review-header span,
.gttpr-product-review-header time {
    color: var(--gttpr-muted);
    font-size: 14px;
    white-space: nowrap;
}

.gttpr-product-review .gttpr-star-boxes {
    margin-bottom: 10px;
}

.gttpr-product-review h3 {
    color: var(--gttpr-dark);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 8px;
}

.gttpr-product-review p {
    color: #263a33;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.gttpr-load-more {
    background: #14211d;
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    margin-top: 16px;
    padding: 11px 18px;
}

.gttpr-badge .gttpr-star-boxes span,
.gttpr-woo-badge .gttpr-star-boxes span {
    font-size: 16px;
    height: 18px;
    width: 16px;
}

@media (max-width: 640px) {
    .gttpr-reviews {
        padding-left: 0;
        padding-right: 0;
    }

    .gttpr-swiper-button {
        display: none;
    }

    .gttpr-review-card {
        min-height: 300px;
        padding: 20px;
    }

    .gttpr-reviewer {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .gttpr-reviewer time {
        grid-column: 2;
        white-space: normal;
    }

    .gttpr-avatar {
        height: 44px;
        width: 44px;
    }

    .gttpr-badge,
    .gttpr-woo-badge {
        align-items: center;
        display: flex;
        flex-direction: row;
        gap: 7px 8px;
        width: 100%;
    }

    .gttpr-woo-badge-icon,
    .gttpr-badge-icon {
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
    }

    .gttpr-woo-badge .gttpr-top-rated-icon {
        height: 42px;
        width: 42px;
    }

    .gttpr-woo-badge-main {
        min-width: 0;
    }

    .gttpr-woo-badge .gttpr-brand {
        order: 0;
    }

    .gttpr-woo-badge em {
        display: none;
    }

    .gttpr-woo-badge .gttpr-verified-icon {
        height: 20px;
        width: 20px;
    }

    .gttpr-woo-badge strong,
    .gttpr-woo-badge span,
    .gttpr-woo-badge .gttpr-brand-text {
        font-size: 13px;
        line-height: 1.25;
    }

    .gttpr-woo-badge .gttpr-star-boxes {
        order: 2;
    }

    .gttpr-woo-badge strong {
        order: 3;
    }

    .gttpr-woo-badge > span:not(.gttpr-brand):not(.gttpr-star-boxes) {
        order: 4;
    }

    .gttpr-badge .gttpr-star-boxes span,
    .gttpr-woo-badge .gttpr-star-boxes span {
        font-size: 10px;
        height: 15px;
        width: 15px;
    }

    .gttpr-woo-badge .gttpr-brand-icon {
        height: 18px;
        width: 18px;
    }
}
