/* Buyer frontend — mobile/web home blocks (< xl / 1200px). PC layout unchanged. */

@media (max-width: 1199.98px) {
    .fw-top10 {
        padding: 0 0 4px;
    }

    .fw-top10__block + .fw-top10__block {
        margin-top: 20px;
    }

    .fw-top10__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 0 12px;
        margin-bottom: 12px;
    }

    .fw-top10__title {
        font-size: 15px;
        font-weight: 700;
        margin: 0;
        line-height: 1.3;
    }

    .fw-top10__title span {
        border-bottom: 2px solid var(--primary, #e62d04);
        padding-bottom: 4px;
    }

    .fw-top10__link {
        flex-shrink: 0;
        font-size: 12px;
        font-weight: 600;
        color: var(--primary, #e62d04);
        text-decoration: none;
        white-space: nowrap;
    }

    .fw-top10__link i {
        font-size: 11px;
        vertical-align: middle;
    }

    .fw-top10__scroll {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        padding: 2px 12px 6px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .fw-top10__scroll::-webkit-scrollbar {
        display: none;
    }

    /* Categories — icon chips */
    .fw-top10__cat-item {
        flex: 0 0 76px;
        scroll-snap-align: start;
        text-align: center;
        text-decoration: none;
        color: inherit;
    }

    .fw-top10__cat-img {
        position: relative;
        width: 68px;
        height: 68px;
        margin: 0 auto 6px;
        border-radius: 14px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        border: 1px solid #f0f2f5;
    }

    .fw-top10__cat-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .fw-top10__cat-rank {
        position: absolute;
        top: 4px;
        left: 4px;
        min-width: 18px;
        height: 18px;
        padding: 0 4px;
        border-radius: 6px;
        background: var(--primary, #e62d04);
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        line-height: 18px;
        text-align: center;
    }

    .fw-top10__cat-name {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 11px;
        font-weight: 600;
        line-height: 1.35;
        color: #333;
    }

    /* Brands — logo cards */
    .fw-top10__brand-item {
        flex: 0 0 92px;
        scroll-snap-align: start;
        text-align: center;
        text-decoration: none;
        color: inherit;
    }

    .fw-top10__brand-card {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 84px;
        height: 52px;
        margin: 0 auto 6px;
        padding: 6px;
        border-radius: 10px;
        background: #fff;
        border: 1px solid #edf0f5;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    }

    .fw-top10__brand-card img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .fw-top10__brand-name {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 10px;
        font-weight: 600;
        line-height: 1.3;
        color: #555;
    }
}
