@media screen and (max-width: 640px) {
    .online-stories-section .section-header {
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .online-stories-section .section-see-all--online-top {
        display: none !important;
    }

    .online-stories-carousel {
        gap: 12px;
        padding-right: 4px;
    }

    .online-story--view-all {
        display: flex !important;
        flex: 0 0 86px;
        width: 86px;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        margin-left: 2px;
    }

    .online-story--view-all .online-story__avatar--view-all {
        width: 58px;
        height: 58px;
        margin: 0 auto 8px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    .online-story--view-all .online-story__avatar--view-all::before {
        inset: 5px;
        border-color: rgba(255, 255, 255, 0.07);
    }

    .online-story--view-all .online-story__view-all-icon {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.8);
    }

    .online-story--view-all .online-story__name--view-all {
        max-width: 86px;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        color: rgba(255, 255, 255, 0.72);
        font-size: 10px;
        font-weight: 700;
        line-height: 1.25;
    }
}

@media screen and (min-width: 641px) {
    .online-story--view-all {
        display: none !important;
    }
}

/* Keep escort-card hover copy aligned consistently even when override.css is minified. */
@media screen and (min-width: 641px) {
    .escort-card .girl-overlay .set-pad {
        width: 100% !important;
        height: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        display: flex !important;
        align-items: flex-start !important;
        padding: calc(var(--spacing-6) + 14px) calc(var(--spacing-4) + 64px) calc(var(--spacing-5) + 2px) var(--spacing-4) !important;
    }

    .escort-card__description {
        display: block !important;
        max-width: 100% !important;
        margin-top: 0 !important;
        line-height: 1.55 !important;
        font-size: 13px !important;
        color: rgba(255, 255, 255, 0.9) !important;
        text-wrap: pretty;
    }
}

.listing-online-spotlight {
    margin: 18px 0 24px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(138, 18, 48, 0.24), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.22);
}

.listing-online-spotlight__header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 18px;
    margin-bottom: 18px;
}

.listing-online-spotlight__eyebrow {
    margin: 0 0 6px;
    color: rgba(226, 205, 160, 0.88);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.listing-online-spotlight__title {
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.05;
}

.listing-online-spotlight__status {
    margin: 0;
    max-width: 360px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.6;
    text-align: right;
}

.listing-online-spotlight__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.listing-online-spotlight__grid .onepost {
    width: 100%;
    max-width: none;
}

@media screen and (max-width: 960px) {
    .listing-online-spotlight {
        padding: 18px;
        border-radius: 24px;
    }

    .listing-online-spotlight__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .listing-online-spotlight__status {
        max-width: none;
        text-align: left;
    }

    .listing-online-spotlight__grid {
        display: flex;
        overflow-x: auto;
        padding-bottom: 6px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .listing-online-spotlight__grid::-webkit-scrollbar {
        display: none;
    }

    .listing-online-spotlight__grid .onepost {
        flex: 0 0 min(84vw, 320px);
        scroll-snap-align: start;
    }
}
