/* Floating ads toggle and panel */
#fwy-ads-toggle-btn {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 9999;
  background: rgba(255,255,255,0.06);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.06);
  padding: 8px 10px;
  border-radius: 8px;
  backdrop-filter: blur(6px);
}
#fwy-ads-panel {
  position: fixed;
  top: 3.6rem;
  right: 1rem;
  z-index: 9999;
  width: 320px;
  max-width: calc(100% - 2rem);
  background: #111827;
  color: #e5e7eb;
  border: 1px solid #374151;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(2,6,23,0.6);
  display: none;
}
#fwy-ads-panel h4 { font-weight:700; margin-bottom:6px; }
#fwy-ads-panel p { font-size:0.95rem; color:#d1d5db; margin-bottom:8px; }
#fwy-ads-panel .fwy-row { display:flex; align-items:center; justify-content:space-between; gap:8px; }
#fwy-ads-panel .fwy-actions { display:flex; gap:8px; margin-top:8px; justify-content:flex-end; }
#fwy-ad-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9980; display:none; justify-content:center; padding:8px; background: rgba(17,24,39,0.7); border-top: 1px solid #374151; }
#fwy-ad-banner .ad-wrap { width: 100%; max-width: 728px; }
.fwy-switch { transform: scale(1.05); }

/* Top-right inline ad under the navigation bar */
#fwy-top-right-ad {
  position: fixed;
  right: 1rem;
  z-index: 9985;
  display: none;
  width: 300px;
  max-width: calc(100% - 2rem);
  background: rgba(17,24,39,0.7);
  border: 1px solid #374151;
  padding: 6px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(2,6,23,0.6);
}
#fwy-top-right-ad .ad-wrap { width: 100%; height: auto; }

/* Streamer-card styled ad tile */
.fwy-ad-unit {
  display: flex;
  flex-direction: column;
}
.fwy-ad-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fwy-ad-unit .adsbygoogle {
  max-width: 100%;
}

