/* ==========================================================================
   BLOCK, WIDGET & ELEMENTOR: CANALES Y REDES SOCIALES (EXF - CAJÓN DESASTRE)
   ========================================================================== */
.exf-social-channels-card {
    padding: 20px 20px;
    text-align: center;
}

.exf-social-header {
    margin-bottom: 25px;
}

.exf-social-megaphone {
    margin-bottom: 15px;
}

.exf-social-megaphone .dashicons {
    font-size: 60px;
    width: 60px;
    height: 60px;
    color: #f1c40f; /* Amarillo */
    text-shadow: 2px 2px 0px #e74c3c; /* Sombra roja para el efecto */
}

.exf-social-title {
    font-size: 1.6rem !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    color: #1a1a1a !important;
    margin: 0 0 15px 0 !important;
    border: none !important;
    padding: 0 !important;
}

.exf-social-subtitle {
    font-size: 1.1rem !important;
    line-height: 1.4 !important;
    color: #444 !important;
    margin: 0 0 15px 0 !important;
}

.exf-highlight {
    color: #ff9f43; /* Naranja/Ámbar de la imagen */
    font-weight: 700;
}

.exf-social-cta {
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    color: #000 !important;
    margin-top: 20px !important;
}

.exf-social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap; /* Permitir que los iconos bajen de línea */
    margin-top: 25px;
}

.exf-social-icon-link {
    text-decoration: none !important;
    transition: transform 0.2s ease, filter 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exf-social-icon-link:hover {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.exf-social-icon-link .dashicons,
.exf-social-icon-link svg {
    font-size: 45px;
    width: 45px;
    height: 45px;
    display: block;
}

/* Colores de Marca */
.exf-social-whatsapp { color: #25D366; }
.exf-social-telegram { color: #0088cc; }
.exf-social-instagram { color: #E1306C; }
.exf-social-facebook { color: #1877F2; }
.exf-social-x { color: #000000; }
.exf-social-tiktok { color: #010101; }
.exf-social-youtube { color: #FF0000; }
.exf-social-linkedin { color: #0A66C2; }