.catalog-marketplace-seller {
    align-items: flex-start;
    background: linear-gradient(135deg, #f5f9f4, #fffdf7);
    border: 1px solid rgba(27, 95, 55, 0.12);
    border-radius: 11px;
    display: flex;
    gap: 11px;
    margin: 2px 0 17px;
    padding: 13px;
}

.catalog-marketplace-seller.is-official {
    background: linear-gradient(135deg, #fff9e9, #f4faf4);
    border-color: rgba(211, 153, 30, 0.25);
}

.catalog-marketplace-seller__icon {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(11, 40, 95, 0.08);
    border-radius: 9px;
    color: #1b6b43;
    display: flex;
    flex: 0 0 auto;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.catalog-marketplace-seller.is-official .catalog-marketplace-seller__icon {
    color: #b57806;
}

.catalog-marketplace-seller__icon svg {
    height: 19px;
    width: 19px;
}

.catalog-marketplace-seller > div {
    min-width: 0;
}

.catalog-marketplace-seller small {
    color: #7b8797;
    display: block;
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.catalog-marketplace-seller strong {
    color: #0b285f;
    display: block;
    font-size: 0.9rem;
    line-height: 1.3;
    margin-top: 2px;
    overflow-wrap: anywhere;
}

.catalog-marketplace-seller em {
    align-items: center;
    color: #397153;
    display: flex;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 750;
    gap: 5px;
    margin-top: 5px;
}

.catalog-marketplace-seller em svg {
    height: 13px;
    width: 13px;
}

.product-marketplace-seller {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    margin: 18px 0;
    padding: 15px;
}

.product-marketplace-seller__top {
    align-items: center;
    display: flex;
    gap: 12px;
}

.product-marketplace-seller__icon {
    align-items: center;
    background: rgba(242, 201, 85, 0.14);
    border: 1px solid rgba(242, 201, 85, 0.35);
    border-radius: 10px;
    color: #f2c955;
    display: flex;
    flex: 0 0 auto;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.product-marketplace-seller__icon svg {
    height: 21px;
    width: 21px;
}

.product-marketplace-seller small {
    color: rgba(255, 255, 255, 0.64);
    display: block;
    font-size: 0.67rem;
    font-weight: 850;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.product-marketplace-seller strong {
    color: #fff;
    display: block;
    font-size: 1rem;
    line-height: 1.3;
    margin-top: 2px;
}

.product-marketplace-seller__status {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #f7d879;
    display: flex;
    font-size: 0.74rem;
    font-weight: 800;
    gap: 6px;
    margin-top: 12px;
    padding-top: 10px;
}

.product-marketplace-seller__status svg {
    height: 14px;
    width: 14px;
}

.product-marketplace-store-panel {
    background: linear-gradient(135deg, #071f46, #0c5350);
    border-radius: 15px;
    color: #fff;
    margin-bottom: 24px;
    overflow: hidden;
    padding: 24px;
    position: relative;
}

.product-marketplace-store-panel::after {
    border: 1px solid rgba(242, 201, 85, 0.18);
    border-radius: 50%;
    content: "";
    height: 180px;
    position: absolute;
    right: -70px;
    top: -80px;
    width: 180px;
}

.product-marketplace-store-panel__eyebrow {
    color: #f2c955;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.product-marketplace-store-panel h2 {
    color: #fff;
    font-family: Georgia, serif;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    margin: 0;
    position: relative;
    z-index: 1;
}

.product-marketplace-store-panel > p:not(.product-marketplace-store-panel__eyebrow) {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
    margin: 10px 0 0;
    max-width: 760px;
    position: relative;
    z-index: 1;
}

.product-marketplace-store-panel__facts {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.product-marketplace-store-panel__facts div {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 10px;
    padding: 13px;
}

.product-marketplace-store-panel__facts small {
    color: rgba(255, 255, 255, 0.56);
    display: block;
    font-size: 0.65rem;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.product-marketplace-store-panel__facts strong {
    color: #fff;
    display: block;
    font-size: 0.84rem;
    margin-top: 4px;
    overflow-wrap: anywhere;
}

@media (max-width: 700px) {
    .product-marketplace-store-panel__facts {
        grid-template-columns: 1fr;
    }
}
