/* Public seller identity: compact and mobile-first. */
.seller-hero {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 0 20px;
}
.seller-hero__logo {
    display: flex;
    flex: 0 0 72px;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 14px;
    background: #f5f5f5;
}
.seller-hero__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.seller-hero__content {
    flex: 1;
    min-width: 0;
}
.seller-hero__name {
    margin: 0 0 6px;
    color: #1f2937;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}
.seller-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    color: #6b7280;
    font-size: 13px;
}
.seller-hero__rating {
    color: #1f2937;
    font-weight: 600;
}
.seller-hero__rating img {
    display: inline-block;
    vertical-align: -2px;
}
.seller-hero__orders,
.seller-hero__city {
    color: #6b7280;
}
.seller-hero__status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}
.seller-hero__status--open {
    background: #dcfce7;
    color: #166534;
}
.seller-hero__status--closed {
    background: #fee2e2;
    color: #991b1b;
}
.seller-hero__delivery {
    margin-top: 8px;
    color: #374151;
    font-size: 13px;
    line-height: 1.4;
}
.seller-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}
.seller-hero__primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 22px;
    background: #ff6666;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.seller-hero__primary:hover {
    background: #eb5555;
}
.seller-hero__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #ffd1d1;
    border-radius: 50%;
    background: #fff;
    text-decoration: none;
}
.seller-hero__social img {
    display: block;
}
.pickup-info {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 16px;
    margin-top: 4px;
    border-radius: 8px;
    background: #f0fdf4;
}
.pickup-info__icon {
    flex-shrink: 0;
    margin-top: 2px;
}
.pickup-info__icon img {
    display: block;
}
.pickup-info__text span {
    display: block;
    color: #374151;
    font-size: 13px;
    line-height: 1.4;
}
.seller-about {
    margin: 20px 0 24px;
}
.seller-about__details {
    padding: 0 16px;
    border: 1px solid #f0e6e6;
    border-radius: 14px;
    background: #fffafa;
}
.seller-about__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 12px 0;
    color: #1f2937;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}
.seller-about__summary::-webkit-details-marker {
    display: none;
}
.seller-about__summary img {
    flex: 0 0 16px;
    transition: transform 0.2s ease;
}
.seller-about__details[open] .seller-about__summary img {
    transform: rotate(180deg);
}
.seller-about__text {
    padding: 0 0 14px;
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}
.seller-about__title {
    margin: 24px 0 12px;
    color: #1f2937;
    font-size: 20px;
    font-weight: 700;
}
.seller-about__reviews-intro {
    margin: -2px 0 12px;
}
.seller-about__reviews-summary {
    margin: 0;
    color: #374151;
    font-size: 14px;
    line-height: 1.45;
}
.seller-about__reviews-source {
    margin: 4px 0 0;
    color: #8a8a8e;
    font-size: 12px;
    line-height: 1.4;
}
.seller-about__reviews-wrap {
    position: relative;
}
.seller-about__reviews {
    display: grid;
    grid-template-columns: 1fr;
    height: 350px;
    max-height: 350px;
    gap: 10px;
    padding-right: 4px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: y proximity;
}
.seller-about__review {
    display: flex;
    min-height: 132px;
    height: 132px;
    box-sizing: border-box;
    flex-direction: column;
    padding: 14px 16px;
    border: 1px solid #f0e6e6;
    border-radius: 14px;
    background: #faf7f7;
    scroll-snap-align: start;
}
.seller-about__review-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 4px;
}
.seller-about__review-text {
    display: -webkit-box;
    overflow: hidden;
    color: #222;
    font-size: 14px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.seller-about__review-author {
    margin-top: auto;
    color: #8a8a8e;
    font-size: 12px;
}
.seller-about__reviews-hint {
    position: absolute;
    right: 12px;
    bottom: 4px;
    margin: 0;
    padding: 3px 8px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    color: #8a8a8e;
    font-size: 11px;
    line-height: 1.3;
    pointer-events: none;
    z-index: 1;
}
.seller-about__reviews-wrap::after {
    position: absolute;
    right: 4px;
    bottom: 0;
    left: 0;
    height: 28px;
    background: linear-gradient(to bottom, rgba(250, 247, 247, 0), rgba(250, 247, 247, 0.92));
    content: "";
    pointer-events: none;
}
@media (max-width: 640px) {
    .seller-hero__logo {
        flex-basis: 60px;
        width: 60px;
        height: 60px;
    }
    .seller-hero__name {
        font-size: 20px;
    }
}
.nav--page-block {
    display: none;
}
