/*
Theme Name: SmartStream TV
Theme URI: https://smartstreamtv.app
Author: SmartStream TV
Author URI: https://smartstreamtv.app
Description: Premium IPTV theme for SmartStream TV — dark glass design, bento layouts, Elementor-compatible. Converted from the static moniptv-clone site.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary
Text Domain: smartstream
Tags: dark, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, block-templates, wide-blocks, accessibility-ready, elementor
*/

/* --------------------------------------------------------------------------
   Elementor Compatibility — page templates take over <main>.
   Hide WordPress chrome when this theme renders its own header/footer.
-------------------------------------------------------------------------- */
.elementor-page .site-main,
.elementor-page .entry-header,
.elementor-page .entry-content,
.elementor-page .entry-footer { display: contents; }
.elementor-page .page-header,
.elementor-page .page-title { display: none; }
.elementor-page #content,
.elementor-page .site-content { padding: 0; margin: 0; max-width: 100%; }

/* When Elementor Theme Builder is used, the theme header is rendered as a
   shortcode in Elementor's location — hide the duplicate nav-wrap. */
.elementor-location-header ~ .nav-wrap,
.elementor-location-footer ~ .bottom-nav { display: none !important; }

/* --------------------------------------------------------------------------
   Body / background tweaks for WP admin bar
-------------------------------------------------------------------------- */
body.admin-bar .nav-wrap { top: calc(48px + 32px); }
body.admin-bar .nav-wrap.promo-hidden { top: 32px; }
@media (max-width: 782px) {
  body.admin-bar .nav-wrap { top: calc(48px + 46px); }
  body.admin-bar .nav-wrap.promo-hidden { top: 46px; }
}

/* --------------------------------------------------------------------------
   Reset WP content width (let our 1240px container win)
-------------------------------------------------------------------------- */
.site, .site-content, #content, .entry-content, .entry-header, .entry-footer { max-width: 100%; }

/* --------------------------------------------------------------------------
   Hide WP block-library default margins inside our theme containers
-------------------------------------------------------------------------- */
.entry-content > * { margin-block-start: 0; }
.entry-content .wp-block-spacer { margin: 0; }

/* --------------------------------------------------------------------------
   Focus ring (accessibility)
-------------------------------------------------------------------------- */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--accent, #E50914);
  outline-offset: 3px;
  border-radius: 4px;
}

/* --------------------------------------------------------------------------
   Print
-------------------------------------------------------------------------- */
@media print {
  .bg-fx, .grain, .nav-wrap, .bottom-nav, .menu-overlay, .promo-bar { display: none !important; }
  body { background: #fff; color: #000; }
}