/* Fullscreen public embed mode: removes header, footer, left branding panels and social/link blocks from all public pages. */
html, body {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}
body {
  min-height: 100vh !important;
}
#siteHeader,
#siteFooter,
.site-header,
.site-footer,
.page-banner,
.page-left,
aside.page-left,
.side-card,
.side-links,
.ch-left,
.ch-socials-block,
.ch-home-block,
.ch-info-block,
.ch-action-row,
.ch-panel-cap,
.ch-avatar-block,
.ch-brand-block,
.ch-identity,
.ch-logo,
.ch-logo-wrap,
.ch-social-btn {
  display: none !important;
  visibility: hidden !important;
}
.page-shell,
.site-shell,
.home-shell,
.ch-shell,
.ch-page,
.wrap,
.container {
  width: 100% !important;
  max-width: none !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
.page-body,
.ch-layout,
.channel-layout,
.live-layout,
.guide-layout,
.main-layout {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  grid-template-columns: 1fr !important;
  box-sizing: border-box !important;
}
.page-right,
.ch-right,
main,
.main-content,
.content-area {
  width: 100% !important;
  max-width: none !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
.page-title-row,
.back-link {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.article-view,
.radio-page-right,
.news-grid,
.business-grid,
.latest-grid {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}
iframe, video, .video-wrap, .player-wrap, .player-card, .ch-player, .ch-video, .guide-shell, .on-now-shell {
  max-width: 100% !important;
}
@media (max-width: 900px) {
  .page-body,
  .ch-layout,
  .channel-layout,
  .live-layout,
  .guide-layout,
  .main-layout {
    display: block !important;
  }
}
.ch-banner,
.channel-banner,
.live-banner,
.guide-banner {
  display: none !important;
  visibility: hidden !important;
}
.ch-body,
.channel-body,
.live-body,
.guide-body,
.on-now-body {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  grid-template-columns: 1fr !important;
  box-sizing: border-box !important;
}
