/* --- Fix meniu mobil care iese din ecran --- */
@media (max-width: 480px) {
  header.fixed.top-4 { width: 94% !important; }
  header.fixed.top-4 nav.glass {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    overflow-x: auto !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }
  header.fixed.top-4 nav.glass::-webkit-scrollbar { display: none !important; }
  header.fixed.top-4 nav.glass ul { gap: 0 !important; flex-shrink: 0 !important; }
  header.fixed.top-4 nav.glass ul li { flex-shrink: 0 !important; }
  header.fixed.top-4 nav.glass ul li a {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 0.72rem !important;
    white-space: nowrap !important;
  }
  header.fixed.top-4 nav.glass a[aria-label="Celebrity Studio home"] img { height: 1.35rem !important; }
}

/* --- Ascunde widget-ul audio/play din homepage --- */
div.fixed.bottom-6:has(> button[aria-label*="video" i]) { display: none !important; }
