.seller-trust {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px;
    background: #f8fafc;
    margin: 16px 0;
}

.seller-trust__head {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}

.seller-trust__avatar {
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.12);
}

.seller-trust__name {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 700;
}

.seller-trust__name a {
    color: #0f172a;
    text-decoration: none;
}

.seller-trust__verified {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #047857;
    background: #d1fae5;
    border-radius: 999px;
    padding: 2px 8px;
}

.seller-trust__stats {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.seller-trust__stats li {
    background: #fff;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 12px;
    color: #64748b;
}

.seller-trust__stats strong {
    display: block;
    color: #0f172a;
    font-size: 14px;
    margin-top: 2px;
}

.seller-trust__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.seller-trust__badge {
    font-size: 11px;
    font-weight: 600;
    color: #7c2d12;
    background: #ffedd5;
    border-radius: 999px;
    padding: 4px 10px;
}

.seller-trust__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
}

.seller-trust__links a {
    color: #c2410c;
    text-decoration: none;
}

.seller-trust__studio-link {
    color: #1d4ed8 !important;
}

.hm-card__rating,
.product_box2 .hm-card__rating,
.shop-card__rating {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #f59e0b;
    margin: 4px 0 6px;
    font-weight: 700;
}

.hm-card__rating small,
.shop-card__rating small {
    color: #94a3b8;
    font-weight: 500;
}

.cat-seo-block {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}

.cat-seo-block__title {
    font-size: 1.15rem;
    margin: 0 0 12px;
    color: #0f172a;
}

.cat-seo-block__body {
    line-height: 1.85;
    color: #475569;
}

.cat-seo-faq__item {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 14px;
    margin-bottom: 8px;
    background: #fff;
}

.cat-seo-faq__item summary {
    cursor: pointer;
    font-weight: 700;
    color: #334155;
}

.cat-seo-faq__answer {
    margin-top: 8px;
    color: #64748b;
    line-height: 1.75;
}
