/* NEXACORE V6.4.14.2 · footer TikTok clean links */

/* Bottom footer must NEVER show LIVE/JOIN state. */
.footer-meta a[href*="tiktok.com/@"] .nexa-footer-live,
.footer-meta a[href*="tiktok.com/@"].nexa-is-live .nexa-footer-live{
  display:none!important;
}

.footer-meta a[href*="tiktok.com/@"]::after,
.footer-meta a[href*="tiktok.com/@"].nexa-is-live::after{
  content:none!important;
  display:none!important;
}

/* Remove LIVE styling from footer only, while leaving ecosystem LIVE detection intact. */
.footer-meta a[href*="tiktok.com/@"],
.footer-meta a[href*="tiktok.com/@"].nexa-is-live{
  color:#a9c3cf!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  margin:0!important;
  min-height:25px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  text-decoration:none!important;
  font-size:11.5px!important;
  line-height:1.3!important;
}

.footer-meta a[href*="tiktok.com/@"]:hover{
  color:#e5fbff!important;
}

/* Professional TikTok sign */
.nexa-footer-tiktok-icon{
  position:relative;
  width:21px;
  height:21px;
  flex:0 0 21px;
  display:grid;
  place-items:center;
  border-radius:7px;
  border:1px solid rgba(65,210,235,.20);
  background:rgba(22,184,208,.055);
  color:#79ebf7;
  font:900 12px/1 "Segoe UI Symbol","Arial Unicode MS",sans-serif;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.015);
}

/* Small two-tone TikTok-style music note drawn in CSS */
.nexa-footer-tiktok-icon::before{
  content:"♪";
  position:absolute;
  color:#25f4ee;
  transform:translate(-1px,0);
  text-shadow:1.4px 1.4px 0 #fe2c55;
  font-size:13px;
  line-height:1;
}

/* Only the handle remains. No extra description. */
.nexa-footer-tiktok-handle{
  color:inherit;
  font-weight:650;
  white-space:nowrap;
}

/* Hide legacy text nodes that say TikTok / DJ Alecz before the handle. */
.footer-meta a[data-nexa-footer-tiktok-clean="1"]{
  font-size:0!important;
}

.footer-meta a[data-nexa-footer-tiktok-clean="1"] .nexa-footer-tiktok-icon,
.footer-meta a[data-nexa-footer-tiktok-clean="1"] .nexa-footer-tiktok-handle{
  font-size:11.5px!important;
}

@media(max-width:600px){
  .footer-meta a[href*="tiktok.com/@"],
  .footer-meta a[href*="tiktok.com/@"].nexa-is-live{
    font-size:11px!important;
  }
  .footer-meta a[data-nexa-footer-tiktok-clean="1"] .nexa-footer-tiktok-icon,
  .footer-meta a[data-nexa-footer-tiktok-clean="1"] .nexa-footer-tiktok-handle{
    font-size:11px!important;
  }
}
