.elementor-160 .elementor-element.elementor-element-7bb0b77{--display:flex;}.elementor-160 .elementor-element.elementor-element-c6c3cab{--display:flex;}/* Start custom CSS *//* ============================================
   PRIMESTREAMLIVE.COM — Global CSS
   ============================================ */

/* === ELEMENTOR SPACING FIX === */
.elementor-section-wrap,
.elementor-widget-container,
.e-con-inner {
  padding: 0 !important;
  max-width: 100% !important;
}

/* === BACKGROUNDS === */
body { background: #E8F8F7 !important; }

#hero-au    { background: linear-gradient(180deg, #E8F8F7 0%, #ffffff 60%) !important; }
#sport-au   { background: #ffffff !important; }
#films-au   { background: #E8F8F7 !important; }
#why-au     { background: #ffffff !important; }
#rev-au     { background: #E8F8F7 !important; }
#faq-au     { background: #ffffff !important; }
#footer-au  { background: #0A0F1E !important; }

/* Pages */
#about-au   { background: #ffffff !important; }
#pp-au      { background: #E8F8F7 !important; }
#tut-au     { background: #ffffff !important; }
#dev-au     { background: #E8F8F7 !important; }
#rev-page   { background: #ffffff !important; }
#art-au     { background: #E8F8F7 !important; }

/* === SECTION SEPARATOR === */
#sport-au, #films-au, #why-au, #rev-au,
#faq-au, #pp-au, #tut-au, #dev-au, #art-au {
  border-top: 1px solid rgba(0,180,160,0.08);
}

/* === MOBILE SIDEBAR FIX === */
@media(max-width: 900px) {
  .films-main-grid,
  .sport-main-grid {
    grid-template-columns: 1fr !important;
  }
  .films-main-grid > div:last-child,
  .sport-main-grid > div:last-child {
    position: static !important;
  }
}/* End custom CSS */