/* =====================================================================================================================
🚨 FOOTER ALERTAS WEATHER
===================================================================================================================== */

#footer-alert-badges{
    position:relative;

    width:100%;
    height:100%;

    display:flex;
    flex-direction:column;

    align-items:center;
    justify-content:center;

    gap:8px;

    padding:6px 8px;

    overflow:hidden;

    color:var(--blanco);
}

/* =========================================================================================
🏷️ TÍTULO
========================================================================================= */

#footer-alert-badges .footer-alert-title{
    display:flex;

    align-items:center;
    justify-content:center;

    gap:6px;

    flex:0 0 auto;

    font-size:20px;
    font-weight:900;

    line-height:1;

    letter-spacing:.6px;
    text-transform:uppercase;

    color:rgba(255,255,255,.92);

    white-space:nowrap;
}

/* =========================================================================================
🧩 CONTENEDOR BADGES
========================================================================================= */

#footer-alert-badges .footer-alert-badges{
    display:flex;

    flex-direction:row;
    flex-wrap:nowrap;

    align-items:center;
    justify-content:center;

    gap:8px;

    width:auto;
    height:auto;

    margin:0;
    padding:0;
}

/* =========================================================================================
🏷️ BADGES CORE UI
========================================================================================= */

#footer-alert-badges .c247-badge{
    position:relative !important;

    top:auto !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;

    transform:none !important;

    min-width:32px;
    height:32px;
    padding:0 10px;
    font-size:20px;
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    margin:0 !important;

    line-height:1 !important;

    vertical-align:middle;
}

/* TEXTO INTERNO */
#footer-alert-badges .c247-badge-count,
#footer-alert-badges .c247-badge-label{
    line-height:1;
    
}