/* ===== Footer social icons (solo footer) ===== */
footer .cc-social-icons{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  flex-wrap:wrap !important;
}

/* Botón redondo */
footer a.cc-social-icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:32px !important;
  height:32px !important;
  border-radius:9999px !important;
  border:1px solid rgba(255,255,255,0.15) !important;
  background:rgba(255,255,255,0.06) !important;
  padding:0 !important;
  margin:0 !important;
  line-height:0 !important;
  text-decoration:none !important;
  flex:0 0 auto !important;
}

footer a.cc-social-icon:hover{
  background:rgba(255,255,255,0.12) !important;
}

/* El SVG SIEMPRE chico */
footer a.cc-social-icon svg{
  width:16px !important;
  height:16px !important;
  display:block !important;
}

/* Oculta cualquier texto (Youtube/Facebook/x) */
footer a.cc-social-icon .cc-social-label,
footer a.cc-social-icon span,
footer a.cc-social-icon small{
  display:none !important;
}
