/* intentionally empty - border-radius handled by parent iframe */

@media (max-width: 1024px) {
  #countryName { display: none !important; }
}
@media (max-width: 768px) { video { width: 100% !important; height: 100% !important; object-fit: cover; } }
td[style*="width: 50%"]:has(video), td[style*="width: 50%"]:has(center) { width: 100% !important; }
td[style*="width: 25%"], td[style*="width: 33%"] { display: none !important; }

/* ── Mobile ad layout fix ─────────────────────────────────── */
@media (max-width: 768px) {
  /* Hide sidebar ad cells on mobile */
  table td:has(.adsbygoogle[style*="width:120px"]),
  table td:has(.adsbygoogle[style*="width:160px"]) {
    display: none !important;
  }
  /* Let video cell go full width */
  table td:has(video) {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .sidebar-ad { display: none !important; }
  td[style*="width:25%"] { display: none !important; }
  td[style*="width:50%"]:has(video) { width: 100% !important; }
}

/* border-radius on video */
video { border-radius: 10px; display: block; }
