/* obyavlyay-seller-reviews-v3.9.0 */
.product-seller-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.seller-public-hero {
    position: relative;
}
.seller-public-side {
    display: grid;
    gap: 12px;
}
.seller-public-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.seller-reviews-button {
    min-width: 132px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}
.seller-reviews-button strong {
    min-width: 25px;
    height: 25px;
    padding: 0 7px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(126,30,108,.10);
    color: var(--primary);
    font-size: 12px;
}
.seller-reviews-section {
    margin: 36px 0 46px;
    scroll-margin-top: 112px;
}
.seller-reviews-heading {
    align-items: flex-end;
}
.seller-reviews-heading p {
    max-width: 760px;
}
.seller-reviews-source {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border: 1px solid rgba(126,30,108,.14);
    border-radius: 999px;
    background: rgba(126,30,108,.06);
    color: var(--primary);
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}
.seller-reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.seller-review-card {
    min-width: 0;
    display: grid;
    gap: 18px;
    padding: 22px;
    border: 1px solid var(--line);
    background: linear-gradient(180deg, #fff, #fcfafc);
    box-shadow: 0 15px 38px rgba(54,35,61,.06);
}
.seller-review-top,
.seller-review-meta,
.seller-review-buyer {
    display: flex;
    align-items: center;
}
.seller-review-top {
    justify-content: space-between;
    gap: 12px;
}
.seller-review-stars {
    color: #e8a20b;
    letter-spacing: 2px;
    font-size: 16px;
}
.seller-review-top time {
    color: var(--muted);
    font-size: 11px;
    white-space: nowrap;
}
.seller-review-card blockquote {
    margin: 0;
    color: var(--text);
    font-size: 16px;
    font-weight: 650;
    line-height: 1.58;
    overflow-wrap: anywhere;
}
.seller-review-meta {
    justify-content: space-between;
    align-items: flex-end;
    gap: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
}
.seller-review-buyer {
    min-width: 145px;
    gap: 10px;
}
.seller-review-avatar {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}
.seller-review-buyer div,
.seller-review-product {
    min-width: 0;
    display: grid;
    gap: 3px;
}
.seller-review-buyer small,
.seller-review-product small {
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.seller-review-buyer strong,
.seller-review-product strong,
.seller-review-product a {
    color: var(--text);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.35;
    overflow-wrap: anywhere;
}
.seller-review-product {
    max-width: 58%;
    text-align: right;
}
.seller-review-product a {
    color: var(--primary);
    text-decoration: none;
}
.seller-review-product a:hover {
    text-decoration: underline;
}
.seller-reviews-pagination {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}
.seller-reviews-pagination span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
}
.seller-reviews-empty {
    padding: 42px 22px;
}
@media (max-width: 820px) {
    .seller-public-actions {
        justify-content: flex-start;
    }
    .seller-reviews-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 620px) {
    .product-seller-stats {
        grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    }
    .seller-reviews-section {
        margin-top: 28px;
    }
    .seller-review-card {
        padding: 18px;
    }
    .seller-review-top,
    .seller-review-meta {
        align-items: flex-start;
        flex-direction: column;
    }
    .seller-review-product {
        max-width: 100%;
        text-align: left;
    }
    .seller-review-top time {
        white-space: normal;
    }
}
