/* Unificar todos los iconos sociales a Font Awesome 5 */
.soc-font-icon {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 900 !important;
    font-size: inherit !important;
}

/* Icono de TikTok */
.tiktok .soc-font-icon:before, 
.dt-icon-tiktok:before {
    content: "\e07b";
}

/* Asegurar tamaño consistente para todos los iconos */
.soc-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.soc-font-icon:before {
    font-size: 1em !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}

/* Códigos Font Awesome para iconos principales (por si acaso) */
.facebook .soc-font-icon:before { content: "\f09a"; }
.twitter .soc-font-icon:before { content: "\f099"; }
.instagram .soc-font-icon:before { content: "\f16d"; }
.linkedin .soc-font-icon:before { content: "\f0e1"; }
.youtube .soc-font-icon:before { content: "\f167"; }
.pinterest .soc-font-icon:before { content: "\f0d2"; }
