﻿/* =========================================================
   Atividades (Inscrições Online) — PADRÃO UNIDADES
   Escopado em #secao-atividades para não afetar #secao-unidades
========================================================= */

#secao-atividades .u-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

#secao-atividades .u-subtitle {
    margin: .25rem 0 0;
    color: #6b7280;
}

#secao-atividades .u-header__right {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 420px;
    justify-content: flex-end;
}

#secao-atividades .u-select {
    min-width: 320px;
    height: 42px;
    border-radius: 8px;
}

/* wrapper igual unidades, mas sem mexer no do outro */
#secao-atividades .unidades-slider-wrap {
    position: relative;
    padding: 10px 56px 0;
    overflow: hidden;
}

#secao-atividades .unidades-slider .slide {
    padding: 10px;
}

/* só um ajuste visual: atividades costumam ter imagem “mais alta” */
#secao-atividades .u-card__media {
    height: 220px; /* unidades: ~190px */
    background: #f3f5f8;
}

    #secao-atividades .u-card__media.is-empty {
        background: #f1f5f9;
    }

/* Dots e setas: COPIA do padrão unidades, mas escopado */
#secao-atividades .unidades-slider-wrap .tns-controls {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 5;
}

    #secao-atividades .unidades-slider-wrap .tns-controls button {
        pointer-events: all;
        width: 44px;
        height: 44px;
        border-radius: 11px;
        border: 0;
        background: var(--azul-sesc);
        color: #fff;
        box-shadow: 0 12px 26px rgba(2,6,23,.18);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }

        #secao-atividades .unidades-slider-wrap .tns-controls button:disabled {
            opacity: .35;
        }

#secao-atividades .unidades-slider-wrap .tns-nav {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0 0 10px;
}

    #secao-atividades .unidades-slider-wrap .tns-nav button {
        width: 8px;
        height: 8px;
        border-radius: 999px;
        border: 0;
        background: rgba(2,6,23,.20);
    }

        #secao-atividades .unidades-slider-wrap .tns-nav button.tns-nav-active {
            width: 26px;
            background: var(--azul-sesc);
        }

@media (max-width: 767px) {
    #secao-atividades .u-header__right {
        min-width: 0;
        width: 100%;
        justify-content: stretch;
        flex-wrap: wrap;
    }

    #secao-atividades .u-select {
        min-width: 0;
        flex: 1;
    }

    #secao-atividades .u-header__right .btn-sesc {
        width: 100%;
        justify-content: center;
    }

    #secao-atividades .unidades-slider-wrap {
        padding: 10px 46px 0;
    }

    #secao-atividades .u-card__media {
        height: 200px;
    }
}
