/**
 * Estilos base del ticker animado
 * Plugin: accioncoop-marquee
 */

/* Wrapper: recorta el contenido que sale por los bordes */
.accioncoop-marquee-wrap {
    overflow: hidden;
    white-space: nowrap;
    padding: 0.4em 0;
    font-family: "accion_condensed", serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88%;
}

/* Track: oculto hasta que JS tome control y calcule posición */
.accioncoop-marquee-track {
    display: inline-block;
    white-space: nowrap;
    visibility: hidden;
    will-change: transform;
}

/* Bloque de ítems */
.accioncoop-marquee-items {
    display: inline-block;
    transform: translateX(40%);
}

/* Links */
.accioncoop-marquee-items a {
    color: #000;
    text-decoration: none;
    margin: 0 10px;
}

/* Fuente override del tema (modificaciones-aniversario.scss) */
.marquee_container .accioncoop-marquee-items a {
    font-family: "archivo_extra_condensed", sans-serif !important;
    font-style: normal;
}
