/*
 Theme Name:   Astra Child - Suquia FM
 Theme URI:    https://suquia.ar
 Description:  Tema hijo de Astra para Suquia FM 96.5
 Author:       Suquia FM
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child-suquia
*/

/* ─── BARRA DE FECHA ─── */
.sqr-fecha-bar {
    width: 100%;
    background: #f7f9fd;
    border-bottom: 1px solid #e8edf5;
    padding: 10px 24px;
    text-align: right;
}
.sqr-fecha-texto {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    font-weight: 600;
    color: #5a6a85;
    letter-spacing: 0.2px;
    font-family: 'Barlow', Arial, sans-serif;
}
.sqr-fecha-texto svg {
    width: 19px;
    height: 19px;
    color: #1a56c4;
    flex-shrink: 0;
}
@media (max-width: 640px) {
    .sqr-fecha-bar { text-align: center; padding: 8px 16px; }
    .sqr-fecha-texto { font-size: 14px; }
    .sqr-fecha-texto svg { width: 16px; height: 16px; }
}

/* ─── STICKY: fecha + menú pegados juntos al hacer scroll ─── */
.sqr-sticky-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #ffffff;
}

.sqr-sticky-wrap.sqr-sticky-activo {
    box-shadow: 0 2px 14px rgba(13, 27, 62, 0.10);
}
