/*
Theme Name: NHL100
Theme URI: http://example.com/topembed-schedule
Description: A custom theme for displaying live sports schedule and streams.
Version: 1.0
Author: Your Name
Author URI: http://example.com
*/


body {
  margin: 0;
  padding: 0;
  background-color:#1a1a1a;
  font-family: 'Roboto', sans-serif;
}

body.home .home-shell {
    min-height: 500px; 
}

.site-name {  
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
   
}

h2 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.2;
   
}

 .home-main-content {
      background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
      padding: 5px;
      border-radius: 5px;
      margin-left: 0px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .home-main-content h1 {
      font-size: 22px;
      color: #fff;
      text-transform:uppercase;
      text-align:left;
	  padding-left: 22px;
    }
    .home-main-content p {
     margin: 20px;
	 font-size: 0.95rem;
     line-height: 1.6;
     color: #dbdbdb;
		
    }

.home-sidebar-content {
  background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.01);
}

.home-sidebar-content h2 {
    font-size: 1.2rem;
	color: #fff;
    text-transform:uppercase;
    text-align:center;
    margin-bottom: 12px;
}
.home-sidebar-content h3 {
    font-size: 1rem;
    color: #fff;
    text-transform:uppercase;
    text-align:center;
    margin-bottom: 12px;
}
.home-sidebar-content h5 {
    font-size: 1.2rem;
	color: #fff;
    text-transform:uppercase;
    text-align:center;
    margin-bottom: 12px;
}

.home-sidebar-content p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #dbdbdb;
  margin: 20px;
}

.home-sidebar-content ol {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #dbdbdb;
}

.home-sidebar-content ol li {
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 0.95rem;
  color: #dbdbdb;
}

.home-sidebar-content ol li strong {
  color: #ffffff;
  font-size: 0.95rem;
}

.main_header {
    background: #333;
    border-bottom: 1px solid #4b0404;
    overflow: visible;
/*     max-width: 1400px; */
    margin: auto;
    width: 100%

    }

.Second_header {
/* background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000); */
  padding: 6px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  z-index: 1000;
}

.logo-line {
  display: flex;
  align-items: center;
}

.logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.logo-text {
  font-size: 25px;
  color: white;
  margin: 0;
}

.timezone-selector {
    width: 160px; 
}

.container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 5px;
  margin-top:10px;
  margin-bottom:10px;	
}

.home-shell {
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Keep homepage columns stable from the first parsed CSS rules. */
main.homepage-twocol {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 16px;
  box-sizing: border-box;
  align-items: start;
}

main.homepage-twocol > .left-content {
  min-width: 0;
  margin: 0;
  float: none;
}

main.homepage-twocol > .right-sidebar {
  width: 400px;
  max-width: 400px;
  min-width: 0;
  margin: 0;
}

.left-content {
  flex: 2;
  min-width: 0;
 
}


/* Footer Styles */
.main_footer {
  background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
  color: #fff;
  border-top: 3px solid #cc0000;
  padding-top:10px
  
}

.footer_container {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
 
}

.footer_left h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #fff;
}

.footer_left p {
  font-size: 14px;
  color: #ccc;
  line-height: 1.5;
  text-align: center;

}

.footer_links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer_links a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.footer_links a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer_social {
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-top:-12px; 
}


/* Top Navbar (Score Strip) */
.top_navbar {
  background: #121212;
  color: #eee;
  padding: 5px 10px;
  border-bottom: 1px solid #444;
  font-size: 14px;
  overflow-x: auto;
  white-space: nowrap;
}

   
 .score_container {
  height: auto;
  min-height: 74px;
  overflow: hidden;
}

.ticker-shell {
  width: 100%;
  overflow: hidden;
}

/* Disable legacy loader block that can flash as a dark cover on page load. */
#box_loader {
  display: none !important;
}
  .scorestrip {
        background: #1e1e1e;
    }
    

    .scorestrip .game-list {
        float: none;
        width: 100%
    }

    .scorestrip .game-list .noGames {
        line-height: 88px;
        padding-left: 10px;
        display: block
    }


    .scoreStripGames .item {
        color: #ccc;
/* 		background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000); */
        padding: 4px 7px;
        position: relative;
        float: left;
        width: 95px;
        box-sizing: content-box;
        border-left: 1px solid #484848;
        
    }

    .scoreStripGames .item.liveevent {
        padding: 0 0 3px;
        width: 150px
    }

    .scoreStripGames .item.liveevent img {
        overflow: hidden;
        max-height: 150px
    }

    .scoreStripGames .item.liveevent.redzone-liveevent img {
        max-height: 72px;
        width: auto
    }

    .scoreStripGames .item.liveevent.redzone-liveevent {
        padding: 0
    }

    .scoreStripGames .item .info {
        font-size: 12px
    }

    .scoreStripGames .item .info-content {
        line-height: 22px
    }

    .scoreStripGames .item .logo {
        float: left;
        width: 20px;
        height: 20px;
        margin-right: 5px
    }

    .scoreStripGames .item .code {
        float: left;
        font-weight: 700
    }

    .scoreStripGames .item .score {
        float: right;
        display: none;
    }

    .scoreStripGames .item.FINAL .score,
    .scoreStripGames .item.Final .score {

    }
   .score-on .scoreStripGames .item .score,
   .score-on .scoreStripGames .item.FINAL .status span.scoreOn,
   .score-on .scoreStripGames .item.live .status span.scoreOn,
   .score-on .scoreStripGames .item.unavailable .status span.scoreOn,
   .score-on .scoreStripGames .item.upcoming .status span.scoreOn,
   .scoreStripGames .item.FINAL .status span.scoreOff,
   .scoreStripGames .item.live .status span.scoreOff,
   .scoreStripGames .item.unavailable .status span.scoreOff,
   .scoreStripGames .item.upcoming .status span.scoreOff {
   display: block;
}

    .scoreStripGames .item .status {
        font-size: 10px;
        line-height: 20px;
        height: 20px;
        text-transform: uppercase
    }

    .scoreStripGames .item.Live .status,
    .scoreStripGames .item.Q1 .status,
    .scoreStripGames .item.Q2 .status,
    .scoreStripGames .item.Q3 .status,
    .scoreStripGames .item.Q4 .status {
        color: #006400;
     
    }

    .scoreStripGames .item.FINAL .status,
    .scoreStripGames .item.Final .status {
        color: #d50a0a
    }

    .scoreStripGames .item.PREGAME .status,
    .scoreStripGames .item.Pre-Game .status {
        color: #f26729;
    }

    .scoreStripGames .item.liveevent .status {
        padding: 0 7px
    }

    .scoreStripGames .item .status .rz-text {
        color: #d50a0a;
        float: right;
        display: none
    }

    .scoreStripGames .item.redzone .status .rz-text {
        display: inline-block
    }

    .scoreStripGames .item .bar {
        border-top: 2px solid;
        bottom: 0;
        height: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        transform: scale(0, 1);
        transform-origin: left center;
        transition-property: opacity, transform;
        transition-duration: .15s;
        transition-timing-function: cubic-bezier(.455, .03, .515, .955);
        border-top-color: inherit
    }

    .scoreStripGames .item .red-bar {
        top: 0;
        border-color: #d50a0a
    }

    .scoreStripGames .item .orange-bar {
        top: 0;
        border-color: #fc0
    }

    .scoreStripGames .item .green-bar {
        top: 0;
        border-color: #5ea92a
    }

    .scoreStripGames .item .blue-bar {
        bottom: 0;
        border-color: #1b48e0;
    }

    .scoreStripGames .item.preSelected,
    .scoreStripGames .item.selected {
        background: #fff;
        cursor: default
    }

    .scoreStripGames .item.unavailable {
        cursor: no-drop
    }

    .owl-carousel {
        cursor: default
    }

    .scoreStripGames .item,
    .scorestrip,
    #scoreStripGames {
        cursor: default !important;
    }

    .owl-carousel .owl-stage {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: box;
        margin: 0 auto;
      
    }

    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        top: 0;
        width: 55px;
        height: 100%;
        background-color: #041c2c;
        background-position: center center;
        background-size: 12px 20px;
        background-repeat: no-repeat;
        -webkit-transition: opacity .2s, visibility .2s;
        opacity: 1;
        transition: opacity .2s, visibility .2s;
        box-shadow: 0 0 4px 1px rgb(0 0 0 / .12)
    }

    .owl-carousel .owl-nav .owl-prev {
        left: 0;
        background-image: url(https://neulionms-a.akamaihd.net/nfl/gamepass/v1/nflgp/site_4/images/icon_arraw_left_gray.svg);
        padding-right: 0
    }

    .owl-carousel .owl-nav .owl-next {
        right: 0;
        background-image: url(https://neulionms-a.akamaihd.net/nfl/gamepass/v1/nflgp/site_4/images/icon_arraw_right_gray.svg);
        padding-left: 0
    }

    .owl-carousel .owl-nav .disabled {
        visibility: hidden;
        opacity: 0
    }

 
    .clearfix:after,
    .clearfix:before,
    .container-fluid:after,
    .container-fluid:before,
    .container:after,
    .container:before,
    .row:after,
    .row:before {
		
        display: table;
        content: " "
    }

    .clearfix:after,
    .container-fluid:after,
    .container:after,
    .row:after {
        clear: both
    }

    a.stickytickerwatch,
    a.tickerwatch {
        display: none !important;
    }


span.teams_logo img {
        width: 35px;
        vertical-align: middle
    }

a:-webkit-any-link {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

a:-webkit-any-link:hover {
    text-decoration: underline;
    color:#fff;
}

/* === SCHEDULE === */
.NHL_schedule_container {
  width: 100%;
  border-collapse: collapse;
  background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
}

table {
  font-size: 15px;
  text-align: center !important;
  box-shadow: 0 3px 6px rgb(0 0 0 / 0%), 0 1px 2px rgb(0 0 0 / 40%);
  border: 0;
  border-radius: 5px;
}

table td,
table th {
  padding: 6px;
  vertical-align: middle;
/*   border: 1px solid #484848; */
}

td.vs {
  text-align: center;
  padding: 5px;
}

/* TIME + DATE */
td.vs .game_time {
  display: block;
  margin: 2px 0;
  font-size: 13px;
  color: #ffffff;
  font-weight: 900;
  text-transform: capitalize;
}

td.vs .schedule_date {
  display: block;
  margin: 2px 0;
  font-size: 11px;
  color: #ffffff;
  font-weight: 100;
  text-transform: capitalize;
}

td.vs .main_vs {
  font-weight: 900;
  color: #ff8204;
  font-size: 15px;
  display: block;
}

/* TEAM NAME */
td.teamvs span {
  font-size: 14px;
  color: #ffffff;
  font-weight: 900;
  text-transform: capitalize;
}

/* TEAM LOGO */
td.teamlogo img {
  width: 45px;
  height: 45px;
  transition: transform 0.3s ease-in-out;
  vertical-align: middle;
}

td.teamlogo:hover img {
  transform: scale(1.2);
}

/* GENERAL TIME + DATE */
.game_time {
  text-align: center;
  font-weight: 700;
  border-radius: 0;
  font-size: 14px;
}

.game_date {
  font-size: 12px;
  text-align: center;
  font-weight: 700;
}

/* WATCH BUTTON */

button.watch_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

}

.watch_btn {
  background: linear-gradient(90deg, #d7d8da 0%, #ffffff 50%, #d7d8da 100%);
  color: #000;
  font-size: 15px;
  font-weight: 900;
  border-radius: 5px;
  padding: 8px 10px;
  cursor: pointer;
  border: 1px solid #e4b75a;
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
}

.watch_btn:hover {
  background: linear-gradient(90deg, #d7d8da 10%, #ffffff 100%, #d7d8da 50%);
  color: #000;
  filter: brightness(1.15);
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.55);
}

/* HD BUTTON */
.hd {
  background: linear-gradient(90deg, #c8a043 0%, #ffe899 50%, #c8a043 100%);
  border: none;
  color: #000;
  width: 100%;
  font-size:15px;
  font-weight: 900;
  border-radius: 5px;
  padding: 7px 10px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
  transition: 0.25s;
}

.hd:hover {
  filter: brightness(1.15);
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.55);
}

.game_day_date {
  color: #fff;
  padding-bottom: 10px;
}

.schedule_date_heading {
    text-align: center;
/*    background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000); */
    border-radius: 15px 15px 0 0;
    color: #fff;
    font-size: 12px;
}

.timezone-selector select {
    background-color: #000;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border: 0px;
    border-radius: 0px;
    padding: 8px 20px;
    appearance: none;
    cursor: pointer;
    width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.timezone-selector {
    position: relative;
    display: block;
    width: 100%;
}

.timezone-selector::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #fff;
    font-size: 15px;
}

.season_title {
    font-size: 20px;
    color: #fff;
    margin: 0px;
    padding:10px;
}

.season_subtitle {
    font-size: 12px;
    line-height: 1.2;
    color: #d3d3d3;
    text-align: center;
    letter-spacing: 0.3px;
    margin-top: -4px;
    padding: 0 10px 8px;
}

 h1.team_schedule_heading {
  color: #000 !important;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin-bottom: 0px;
  
}

.right-sidebar {
  flex: 0 0 auto;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-right:2px;	
  margin-left: 5px; 
}

/* === PLAYER AREA === */

.player_area {
 display: none;
margin-bottom:30px;
}

.theatre_btn {
  border-right: 1px solid #525252;
  color: white;
  padding: 10px;
  font-size: 14px;
  font-weight:900;
  text-decoration: none;
  border-radius: 0px;
  transition: 0.3s;
  width: 20.2%;
  background: transparent;
}


.theatre_btn.active {
  background: #014a01;

}

.theatre_btn:hover {
  background: #710202;

}

.hd-btn {
  background: gold;
  color: black;
  font-weight: bold;
}

.player_container {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}

.player_container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #2f2f2f;
}

.iframe-links {
    width: 100.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--theme_color);
    text-align: center;
    margin-bottom: 0px;
/* 	background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000); */
}

/* === PRICING BOX === */
.pricing {
/*   background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000); */
  padding: 60px;
  margin-top: 0px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #525252;
}

.pricing.price1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.pricing .price {
  font-size: 24px;
  color: #00cc99;
  margin-bottom: 5px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 2.0;
  color:#ffff;
}

li {
border-bottom: 1px solid rgb(74 69 69 / 38%);
padding:2px;
	color:#fff;
}

.pricing .button a {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.pricing .button a:hover {
  background: linear-gradient(to right, #111, #205c87, #0b0b0b, #000);
  text-decoration: underline;
  
}
.price1 {
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}


li {
	border-bottom: 0px solid rgb(74 69 69 / 38%);
	padding:10px;
	color:#fff;

}
.price1 {
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.native {
    justify-content: center;
    align-items: center;  
    width: 30%;       
    margin: 10px auto;  
	margin-bottom: -20px;
    padding: 10px;             
    box-sizing: border-box;  
}

 .NFL_schedule_shot_code {
	margin-left: 0px;
}

.player_area {
margin-left: 0px;
}

.mini_banner_area {
    margin-top: 20px;
    display: flex;
    align-items: center;
    border: 1px solid #ff0000;
    color: #ffffff;
    background-color: #000000;
    font-weight: 700;
}

.mini_banner {
    text-align: center;
    flex-basis: calc(100% - 95px);
    padding: 15px;
}

.hd_image {
    flex-basis: 53px;
    background: #ff0000;
    padding: 20px 10px;
    text-align: center;
    border-radius: 0 5px 5px 0;
}

.hd_image img {
    width: 30px;
    margin-bottom: -4px;
}

.minibanner_text {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700;
    vertical-align: top;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
}

.minibanner_text:before,
.minibanner_text:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    transition: transform .3s cubic-bezier(.76, 0, .24, 1);
    transform-origin: 100% 50%;
}

.minibanner_text:before {
    background-color: var(--theme_color);
    height: 1px;
    bottom: 0;
    transform: scaleX(0);
}

.minibanner_text:after {
    content: attr(data-replace);
    top: 0;
    height: 100%;
    transform: translate3d(200%, 0, 0);
    color: var(--theme_color);
    text-shadow: 0 0 0 #fff0;
}

.minibanner_text:hover:before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

.minibanner_text:hover:after {
    transform: translate3d(0, 0, 0);
}

.minibanner_text span {
    display: inline-block;
    transition: transform .3s cubic-bezier(.76, 0, .24, 1);
}

.minibanner_text:hover span {
    transform: translate3d(-200%, 0, 0);
}
  @media (max-width: 992px) {
    .nav-teams {
        overflow: hidden;
    }

    a#toggleTeathre {
        display: none;
    }
  td.vs .main_vs {
    color: #d00;
  }

  td.vs .game_time,
  td.vs .main_vs,
  td.vs .schedule_date {
    display: block;
    margin: 2px 0;
    font-size: 12px;
  }

  td.vs .main_vs {
    font-weight: 700;
    font-size: 15px;
  }  
}

@media screen and (max-width: 768px) {
    
 .container {
    flex-direction: column;
  } 
 
 .NHL_schedule_shot_code {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .teamvs span {
    font-size: 12px;
  }

  .vs .game_time,
  .vs .schedule_date {
    font-size: 10px;
  }

  .vs .main_vs {
    font-size: 13px;
  }

  .teamlogo img {
    height: 30px;
  }

  table td,
  table th {
    font-size: 12px;
    color: #FFF9E5;
    font-weight: 700;
  }

  .teamvs,
  .themvs {
    display: none;
  }

  td.vs {
    text-align: center;
    padding: 2px;
  }

  td.vs .game_time {
    display: block;
    margin: 2px 0;
    font-size: 11px;
  }

  td.vs .main_vs {
    font-weight: 700;
    font-size: 13px;
  }

  td.vs .schedule_date {
    display: block;
    margin: 2px 0;
    font-size: 9px;
  }

  td.teamlogo img {
    width: 40px;
    height: 40px;
  }

  .watch_btn {
    width: 60px;
    height: 35px;
    font-size: 14px;

  }
	

  .schedule_hd {
    width: 50px;
    height: 35px;
    font-size: 14px;
  }

  .game_date {
    font-size: 10px;
    text-align: center;
    font-weight: 700;
  }

  .game_time {
    text-align: center;
    font-weight: 700;
    border-radius: 0;
    font-size: 11px;
  }

  td.vs {
    padding: 6px;
  }

  td.vs .game_time,
  td.vs .main_vs,
  td.vs .schedule_date {
    font-size: 10px;
    font-weight: 700;
  }

  td.vs .main_vs {
    font-size: 12px;
    font-weight: 700;
  }

  td.vs .schedule_date {
    font-size: 8px;
    font-weight: 700;
  }
.left-content {
  margin-left:5px;
  margin-right: 5px;    
}  
    
  .iframe-links a {
    padding: 10px;
    font-size: 14px;
  }

 .theatre_btn {
 color: white;
 padding: 10px;
  font-size: 11px;
  width: 11%;
} 


 .owl-carousel .owl-nav {
        display: none;
  }
	
.main_header {
 overflow: visible;
    }
   
.sports_schedule_container li {
 flex-direction: column;
 align-items: flex-start;
 padding: 15px 15px;
 gap: 4px;
	
}
.sports_schedule_container li::before {
    content: counter(gameno) ".";
  position: absolute;
	left: 10px;
	font-size:15px;
	font-weight: 900; 
	
}	
  .teamvs {
   width: 100%;
   font-size: 14px;
	 font-weight: 900;
   white-space: nowrap;
   overflow: hidden;
  text-overflow: ellipsis;
	margin-left:15px;

    }

.second_line {
 width: 100%;
 display: flex;
 justify-content: flex-start;
 align-items: center;
 gap: 10px;
 flex-wrap: wrap;
 margin-top:10px;
	
}
	
.game_time {
font-size: 11px;
padding: 2px 5px;
}
.watch_btn,
.hd {
font-size: 12px;
padding: 8px 8px;
white-space: nowrap;
			
    }    
.native {
  width: 50%;
  margin: -20px auto -25px; 
	
 }
.iframe-links {
    width: 100.5%;

}
.minibanner_text {
    font-size: 10px;
}
.player_area {
margin-left:0px;
 margin-right: 3px;
    
	}
  }

/* =========================================================
   NHL100 — Sober dark + light, SQUARE design + two columns
   Cache-friendly: no per-visitor state, no polling-required CSS.
   ========================================================= */
:root {
    --nhl66-bg:        #0d0d0d;
    --nhl66-panel:     #161616;
    --nhl66-panel-2:   #1d1d1d;
    --nhl66-border:    #2a2a2a;
    --nhl66-text:      #ececec;
    --nhl66-muted:     #b5b5b5;
    --nhl66-accent:    #d6d6d6;
    --nhl66-accent-2:  #f5f5f5;
    --nhl66-sidebar-w: 400px;
}

body { background-color: var(--nhl66-bg); color: var(--nhl66-text); }

/* Square everything */
.home-main-content, .home-sidebar-content,
.NHL_schedule_shot_code, .player_container, .mini_banner_area,
.watch_btn, .hd, .timezone-selector select, table,
.button a, #subscribe-button, .player-close-btn { border-radius: 0 !important; }

/* Flat sober panels */
.home-main-content, .home-sidebar-content {
    background: var(--nhl66-panel) !important;
    border: 1px solid var(--nhl66-border);
    box-shadow: none !important;
    padding: 18px;
    margin: 0 0 14px 0;
}
.home-main-content h1, .home-sidebar-content h2,
.home-sidebar-content h3, .home-sidebar-content h5 { color: var(--nhl66-accent-2); }
.home-main-content p, .home-sidebar-content p,
.home-sidebar-content ol, .home-sidebar-content ol li { color: var(--nhl66-muted); }
.home-sidebar-content ol li strong { color: var(--nhl66-accent-2); }

/* Schedule */
.NHL_schedule_shot_code {
    background: var(--nhl66-panel);
    border: 1px solid var(--nhl66-border);
    padding: 14px;
    margin: 0 0 14px 0;
}
.NHL_schedule_container, table { background: var(--nhl66-panel-2) !important; }
.NHL_schedule_container th, .NHL_schedule_container td {
    border-bottom: 1px solid var(--nhl66-border);
    color: var(--nhl66-text);
}

/* Buttons — WATCH / BACKUP / HD / SUBSCRIBE: dark panel + gold accent */
.watch_btn, .hd, #subscribe-button {
    background: #1d1d1d !important;
    color: #e4b75a !important;
    border: 1px solid #e4b75a !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    box-shadow: none !important;
    filter: none !important;
}
.watch_btn:hover, .hd:hover, #subscribe-button:hover {
    background: #e4b75a !important;
    color: #111 !important;
    transform: none !important;
    filter: none !important;
}
/* BACKUP variant: outlined, muted */
.watch_btn.bakup_btn {
    background: transparent !important;
    color: var(--nhl66-muted) !important;
    border: 1px solid var(--nhl66-border) !important;
}
.watch_btn.bakup_btn:hover {
    background: var(--nhl66-panel-2) !important;
    color: var(--nhl66-accent-2) !important;
    border-color: var(--nhl66-muted) !important;
}

/* Hide any legacy public sport switcher */
.sport-switcher { display: none !important; }

/* =========================================================
   TWO-COLUMN HOMEPAGE LAYOUT
   left = flex (main), right = 400px sidebar
   ========================================================= */
.homepage-twocol {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--nhl66-sidebar-w);
    gap: 16px;
    align-items: start;
    max-width: 1400px;
    margin: 0 auto;
    padding: 16px;
    box-sizing: border-box;
}
.homepage-twocol > .left-content {
    min-width: 0;
    display: block;
    float: none;
    margin: 0;
}
.homepage-twocol > .right-sidebar {
    width: var(--nhl66-sidebar-w);
    max-width: var(--nhl66-sidebar-w);
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0;
}

/* Header trim */
.main_header  { background: var(--nhl66-panel); border-bottom: 1px solid var(--nhl66-border); overflow: visible; }
.Second_header { background: vlinear-gradient(to right, #111, #001f35, #0b0b0b, #000); }

.nfl-redzone-banner {
    background: linear-gradient(to right, #111, #2b0000, #111);
    border: 1px solid #7a0b0b;
    color: #fff;
    padding: 10px 12px;
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.nfl-redzone-title {
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.nfl-redzone-watch {
    min-width: 140px;
}

/* =========================================================
   PLAYER OPEN STATE (body.player-active)
   Left: player on top, schedule below.
   ========================================================= */
.player_area {
    background: var(--nhl66-panel);
    border: 1px solid var(--nhl66-border);
    padding: 10px;
    margin: 0 0 14px 0;
    position: relative;
}
.player-area-header {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 5;
    margin: 0;
}
.player-close-btn {
    background: var(--nhl66-accent);
    color: #111;
    border: 1px solid var(--nhl66-border);
    width: 32px; height: 32px;
    font-size: 22px; line-height: 1;
    cursor: pointer;
}
.player-close-btn:hover { background: var(--nhl66-accent-2); }

/* When player is active, hide the marketing intro on the left. */
body.player-active .home-main-content { display: none !important; }
body.player-active .right-sidebar {
    display: flex !important;
    flex-direction: column;
    gap: 14px;
}
body.player-active #darkChat {
    display: block !important;
    background: var(--nhl66-panel);
    border: 1px solid var(--nhl66-border);
    padding: 0;
    height: 600px;
    overflow: hidden;
    order: 1;
}
body.player-active #darkChat iframe { width: 100% !important; height: 100% !important; display: block; }
body.player-active .right-sidebar .home-sidebar-content {
    display: block !important;
    order: 2;
}

/* Mobile: stack columns */
@media (max-width: 900px) {
    .homepage-twocol { grid-template-columns: 1fr; }
    .homepage-twocol > .right-sidebar { width: 100%; max-width: 100%; }
    body.player-active #darkChat { height: 480px; }
}

/* Ad slots (only render when admin enables ads + paste code) */
.nhl66-ad-slot {
    margin: 0 0 12px 0;
    text-align: center;
    min-height: 0;
}
.nhl66-ad-slot:empty { display: none; }

/* =========================================================
   Round 2 fixes
   ========================================================= */

/* Smaller schedule logos */
td.teamlogo img { width: 32px !important; height: 32px !important; }
@media (max-width: 768px) {
    td.teamlogo img { width: 28px !important; height: 28px !important; }
}

/* Channel buttons: site-palette colors (no white) */
.theatre_btn.active {
    background: #001f35 !important;
    color: #e4b75a !important;
    border-color: #e4b75a !important;
}
.theatre_btn:hover {
    background: #1d1d1d !important;
    color: #e4b75a !important;
}
.theatre_btn.active:hover {
    background: #002a47 !important;
    color: #ffd47a !important;
}

/* Active schedule row: subtle bg + ONE thin red accent at the start */
.NHL_schedule_container tr.is-active td {
    background: #1f1f1f !important;
}
.NHL_schedule_container tr.is-active td:first-child {
    box-shadow: inset 2px 0 0 #e10600;
}

/* Marquee mini-banner: make the hover/after text readable */
.minibanner_text {
    color: #fff !important;
}
.minibanner_text:after {
    color: #fff !important;
    text-shadow: none !important;
}
.minibanner_text:before {
    background-color: #e10600 !important;
}

/* HD/referee image — center the mini-banner area instead of left-aligned */
.mini_banner_area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 14px auto 0 auto;
    max-width: 720px;
    background: var(--nhl66-panel-2);
    border: 1px solid var(--nhl66-border);
    padding: 10px 14px;
}
.hd_image {
    flex: 0 0 auto !important;
    background: #e10600 !important;
    padding: 8px 12px !important;
    border-radius: 0 !important;
}
.mini_banner {
    flex: 1 1 auto !important;
    text-align: left !important;
    padding: 0 !important;
}

/* (red bar under header intentionally removed — single accent lives on schedule row) */

/* Footer: centered, no red border, theme colors */
.main_footer {
    background: var(--nhl66-panel) !important;
    color: var(--nhl66-text) !important;
    border-top: 1px solid var(--nhl66-border) !important;
    padding: 18px 16px !important;
}
.footer_container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: block !important;
    text-align: center !important;
}
.footer_container .footer_social {
    margin: 6px auto !important;
    text-align: center !important;
}

/* =========================================================
   Round 3 fixes
   ========================================================= */

/* (stronger row highlight rule replaced above with the single thin accent) */

/* Header logo: nudge right so it isn't flush to the page edge */
.Second_header {
    padding-left: 32px !important;
    padding-right: 32px !important;
}
.logo-line { padding-left: 6px; }

/* Static LIVE — kill any leftover blink anywhere */
.game_time.live { animation: none !important; }

/* Single ad slot logic: when player open, hide the "above-schedule" ad
   so only the player-top ad is shown above the player. */
body.player-active .nhl66-ad-slot[data-slot="above-schedule"] { display: none !important; }

/* Make sure "above-schedule" ad sits visibly above the schedule, not crammed */
.nhl66-ad-slot[data-slot="above-schedule"] { margin: 0 0 14px 0; }
.nhl66-ad-slot[data-slot="player-top"]    { margin: 0 0 12px 0; }

.nhl66-floating-ad {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 99999;
    width: auto;
    max-width: calc(100vw - 24px);
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0;
    line-height: 0;
}

.nhl66-floating-ad-inner {
    display: inline-block;
    max-width: 100%;
    background: transparent !important;
    line-height: 0;
}

.nhl66-floating-ad-inner iframe,
.nhl66-floating-ad-inner img,
.nhl66-floating-ad-inner ins,
.nhl66-floating-ad-inner div {
    max-width: 100%;
    margin: 0 !important;
    vertical-align: bottom;
}

.nhl66-floating-ad-inner > * {
    margin: 0 !important;
}

.nhl66-floating-ad-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
    z-index: 1;
    display: none;
}

.nhl66-floating-ad.is-ready .nhl66-floating-ad-close {
    display: block;
}

@media (max-width: 768px) {
    .nhl66-floating-ad {
        bottom: 0;
        max-width: calc(100vw - 12px);
    }
}

/* Mini-banner: no HD image — full-width text strip, sober design */
.mini_banner_area {
    display: block !important;
    text-align: center !important;
    margin: 14px auto 0 auto !important;
    max-width: 100% !important;
    padding: 12px 14px !important;
    background: var(--nhl66-panel-2) !important;
    border: 1px solid var(--nhl66-border) !important;
}
.mini_banner { padding: 0 !important; text-align: center !important; }

/* =========================================================
   Round 4 fixes
   ========================================================= */

/* BACKUP button: visible outline, palette colors */
.watch_btn.bakup_btn {
    background: #1d1d1d !important;
    color: #e4b75a !important;
    border: 1px solid #e4b75a !important;
    opacity: 0.9;
}
.watch_btn.bakup_btn:hover {
    background: #e4b75a !important;
    color: #111 !important;
    opacity: 1;
}

/* Clicked WATCH row: the WATCH button itself shows active color */
.NHL_schedule_container tr.is-active .watch_btn {
    background: #001f35 !important;
    color: #e4b75a !important;
    border-color: #e4b75a !important;
}

/* Restore mini-banner: HD image on LEFT, CTA on RIGHT */
.mini_banner_area {
    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 14px 0 0 0 !important;
    max-width: 100% !important;
    background: var(--nhl66-panel-2) !important;
    border: 1px solid var(--nhl66-border) !important;
    overflow: hidden;
}
.mini_banner_area .hd_image {
    flex: 0 0 auto !important;
    background: #e10600 !important;
    padding: 12px 16px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
}
.mini_banner_area .hd_image img {
    width: 40px;
    height: auto;
    margin: 0 !important;
    display: block;
}
.mini_banner_area .mini_banner {
    flex: 1 1 auto !important;
    padding: 0 !important;
    text-align: left !important;
}

/* CTA inside mini-banner: text on left, button on right */
.minibanner_cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 16px;
    text-decoration: none;
    color: var(--nhl66-text);
    height: 100%;
}
.minibanner_cta .cta-text {
    font-weight: 600;
    font-size: 14px;
    color: var(--nhl66-text);
    text-transform: none;
    letter-spacing: 0.2px;
}
.minibanner_cta .cta-button {
    background: #e4b75a;
    color: #111;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 14px;
    border: 1px solid #e4b75a;
    white-space: nowrap;
    transition: background .2s ease, color .2s ease;
}
.minibanner_cta:hover .cta-button {
    background: #ffd47a;
}
.minibanner_cta:hover .cta-text {
    color: var(--nhl66-accent-2);
}

@media (max-width: 600px) {
    .mini_banner_area { flex-direction: column; }
    .minibanner_cta { flex-direction: column; align-items: stretch; text-align: center; }
    .minibanner_cta .cta-button { text-align: center; }
}

/* =========================================================
   Round 5 fixes
   ========================================================= */

/* Mini-banner CTA: vertically centered, tighter, bigger text */
.mini_banner_area {
    align-items: center !important;
    min-height: 64px;
}
.mini_banner_area .hd_image {
    align-self: stretch;
    padding: 0 18px !important;
}
.mini_banner_area .mini_banner { display: flex; align-items: center; }
.minibanner_cta {
    width: 100%;
    padding: 8px 16px !important;
    gap: 12px;
}
.minibanner_cta .cta-text {
    font-size: 16px !important;
    line-height: 1.25;
    flex: 1 1 auto;
}
.minibanner_cta .cta-button {
    padding: 9px 16px !important;
    font-size: 13px;
    align-self: center;
}

/* Schedule buttons: lighter, thinner border; softer accent */
.watch_btn, .hd, .watch_btn.bakup_btn {
    border: 1px solid var(--nhl66-border) !important;
    color: var(--nhl66-muted) !important;
    background: var(--nhl66-panel-2) !important;
    box-shadow: none !important;
}
.watch_btn:hover, .hd:hover, .watch_btn.bakup_btn:hover {
    background: #2a2a2a !important;
    color: var(--nhl66-accent-2) !important;
    border-color: var(--nhl66-muted) !important;
}

/* Active row WATCH: subtle highlight (lighter than before) */
.NHL_schedule_container tr.is-active .watch_btn {
    background: #2a2a2a !important;
    color: var(--nhl66-accent-2) !important;
    border-color: var(--nhl66-muted) !important;
}

/* =========================================================
   Round 6 fixes
   ========================================================= */

/* Restore gold buttons in schedule with a LIGHTER gold outline */
.watch_btn, .hd {
    background: #1d1d1d !important;
    color: #e4b75a !important;
    border: 1px solid #6e5a30 !important;   /* lighter, muted gold outline */
    box-shadow: none !important;
}
.watch_btn:hover, .hd:hover {
    background: #e4b75a !important;
    color: #111 !important;
    border-color: #e4b75a !important;
}

/* BACKUP: same family, just dimmer */
.watch_btn.bakup_btn {
    background: #1d1d1d !important;
    color: #b69256 !important;
    border: 1px solid #5a4a28 !important;
}
.watch_btn.bakup_btn:hover {
    background: #e4b75a !important;
    color: #111 !important;
    border-color: #e4b75a !important;
}

/* Active row WATCH (clicked): solid gold so it's clearly the active one */
.NHL_schedule_container tr.is-active .watch_btn {
    background: #e4b75a !important;
    color: #111 !important;
    border-color: #e4b75a !important;
}

/* Subscribe / CTA focus + active: gold outline, not white */
#subscribe-button:focus, #subscribe-button:active,
.minibanner_cta:focus, .minibanner_cta:active,
.minibanner_cta:focus-visible {
    outline: 2px solid #e4b75a !important;
    outline-offset: 2px;
    text-decoration: none !important;
}
.minibanner_cta, .minibanner_cta:hover, .minibanner_cta:focus, .minibanner_cta:active {
    text-decoration: none !important;
}
.minibanner_cta .cta-text { text-decoration: none !important; }

/* =========================================================
   Round 7 fixes
   ========================================================= */

/* Hover text swap on mini-banner CTA: original slides out, alt slides in */
.minibanner_cta .cta-text,
.minibanner_cta .cta-button {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.minibanner_cta .cta-text > span,
.minibanner_cta .cta-button > span { display: inline-block; }
.minibanner_cta .cta-text::before,
.minibanner_cta .cta-button::before {
    content: attr(data-alt);
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: inherit;
    transform: translateY(100%);
    transition: transform .35s cubic-bezier(.76,0,.24,1);
    pointer-events: none;
    background: inherit;
    color: inherit;
    padding: inherit;
    font-weight: inherit;
    white-space: nowrap;
}
.minibanner_cta .cta-button::before { background: #e4b75a; color: #111; }
.minibanner_cta:hover .cta-text,
.minibanner_cta:hover .cta-button { color: transparent !important; }
.minibanner_cta:hover .cta-text::before,
.minibanner_cta:hover .cta-button::before { transform: translateY(0); }

/* Remove dotted/blue focus outline inside the card; use soft gold ring */
.minibanner_cta,
.minibanner_cta * { outline: none !important; }
.minibanner_cta:focus-visible {
    outline: 2px solid #6e5a30 !important;
    outline-offset: -2px;
}

/* Player channel buttons: smoother — remove the one-sided right border,
   keep the height the same, animate a bottom indicator + soft bg fade */
.iframe-links { display: flex; gap: 4px; }
.theatre_btn {
    border: 1px solid var(--nhl66-border) !important;
    border-right: 1px solid var(--nhl66-border) !important;
    background: var(--nhl66-panel-2) !important;
    color: var(--nhl66-muted) !important;
    position: relative;
    transition: background .2s ease, color .2s ease, border-color .2s ease !important;
}
.theatre_btn::after {
    content: '';
    position: absolute;
    left: 10%; right: 10%; bottom: 0;
    height: 2px;
    background: #e4b75a;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .25s ease;
}
.theatre_btn:hover {
    background: #232323 !important;
    color: #e4b75a !important;
    border-color: var(--nhl66-border) !important;
}
.theatre_btn:hover::after { transform: scaleX(1); }
.theatre_btn.active {
    background: #1d1d1d !important;
    color: #e4b75a !important;
    border-color: #6e5a30 !important;
}
.theatre_btn.active::after { transform: scaleX(1); }
.theatre_btn.active:hover {
    background: #232323 !important;
    color: #ffd47a !important;
}

/* =========================================================
   Round 8 fixes — clean text-swap, no ugly border, rounded
   ========================================================= */

/* Kill the earlier ::before-based swap & outline ring */
.minibanner_cta .cta-text::before,
.minibanner_cta .cta-button::before { content: none !important; }
.minibanner_cta:hover .cta-text,
.minibanner_cta:hover .cta-button { color: inherit !important; }
.minibanner_cta:focus-visible { outline: none !important; }
.minibanner_cta, .minibanner_cta * { outline: none !important; box-shadow: none !important; }

/* Rounded corners on the whole strip and the button */
.mini_banner_area { border-radius: 10px !important; overflow: hidden; }
.mini_banner_area .hd_image { border-radius: 0 !important; }
.minibanner_cta .cta-button { border-radius: 8px !important; }

/* Solid bg on text + button so the alt isn't sitting on a transparent layer */
.minibanner_cta .cta-text   { background: var(--nhl66-panel-2); color: var(--nhl66-text); }
.minibanner_cta .cta-button { background: #e4b75a; color: #111; }

/* Stack original + alt; only one is visible at a time, smooth slide */
.minibanner_cta .cta-text,
.minibanner_cta .cta-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 38px;
    line-height: 1;
    padding: 0 14px;
}
.minibanner_cta .cta-text { justify-content: flex-start; flex: 1 1 auto; }
.minibanner_cta .cta-inner,
.minibanner_cta .cta-alt {
    display: inline-flex;
    align-items: center;
    height: 100%;
    transition: transform .35s cubic-bezier(.76,0,.24,1);
    white-space: nowrap;
    will-change: transform;
}
.minibanner_cta .cta-alt {
    position: absolute;
    inset: 0;
    padding: 0 14px;
    transform: translateY(100%);
    justify-content: inherit;
}
.minibanner_cta:hover .cta-inner { transform: translateY(-100%); }
.minibanner_cta:hover .cta-alt   { transform: translateY(0); }

/* Button hover tint via the alt layer (keeps gold) */
.minibanner_cta .cta-button .cta-alt { background: #ffd47a; color: #111; font-weight: 800; }
.minibanner_cta .cta-text   .cta-alt { background: var(--nhl66-panel-2); color: var(--nhl66-accent-2); }

/* =========================================================
   Round 9 fixes — square design, isolate active button
   ========================================================= */

/* Kill all the rounded corners I added — go back to square */
.mini_banner_area,
.mini_banner_area .hd_image,
.minibanner_cta,
.minibanner_cta .cta-text,
.minibanner_cta .cta-button { border-radius: 0 !important; }

/* Tight, fixed height row so the button does not look oversized */
.mini_banner_area { min-height: 0 !important; }
.minibanner_cta { padding: 0 !important; min-height: 44px; }
.minibanner_cta .cta-text,
.minibanner_cta .cta-button {
    height: 44px !important;
    line-height: 1 !important;
    box-sizing: border-box;
}
.minibanner_cta .cta-text   { padding: 0 16px !important; }
.minibanner_cta .cta-button {
    padding: 0 18px !important;
    margin: 0 !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Active state should ONLY hit the WATCH button, not BACKUP */
.NHL_schedule_container tr.is-active .watch_btn { /* reset previous broad rule */
    background: var(--nhl66-panel-2) !important;
    color: var(--nhl66-muted) !important;
    border-color: var(--nhl66-border) !important;
}
.NHL_schedule_container tr.is-active .watch_btn.bakup_btn { /* keep BACKUP in idle look */
    background: #1d1d1d !important;
    color: #b69256 !important;
    border-color: #5a4a28 !important;
}
.NHL_schedule_container tr.is-active .watch_btn:not(.bakup_btn) {
    background: #e4b75a !important;
    color: #111 !important;
    border-color: #e4b75a !important;
}

/* =========================================================
   Round 10 fixes — slim banner row, kill empty vertical space
   ========================================================= */
.mini_banner_area {
    align-items: stretch !important;
    min-height: 44px !important;
    height: 44px !important;
}
.mini_banner_area .hd_image {
    height: 44px !important;
    padding: 0 14px !important;
    align-self: stretch !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.mini_banner_area .hd_image img {
    width: 28px !important;
    height: auto !important;
    margin: 0 !important;
    display: block !important;
}
.mini_banner_area .mini_banner {
    height: 44px !important;
    display: flex !important;
    align-items: stretch !important;
}
.minibanner_cta { height: 44px !important; min-height: 0 !important; align-items: stretch !important; }
.minibanner_cta .cta-text,
.minibanner_cta .cta-button { height: 44px !important; }

/* =========================================================
   Round 11 — taller card, perfectly centered, lighter bg
   ========================================================= */
.mini_banner_area {
    height: 56px !important;
    min-height: 56px !important;
    background: #232323 !important;       /* a touch lighter than panel-2 */
    align-items: center !important;
}
.mini_banner_area .hd_image,
.mini_banner_area .mini_banner,
.minibanner_cta,
.minibanner_cta .cta-text,
.minibanner_cta .cta-button {
    height: 56px !important;
    line-height: 1 !important;
}
.mini_banner_area .hd_image { padding: 0 16px !important; }
.mini_banner_area .hd_image img { width: 30px !important; }

/* Perfect vertical centering of the visible text + alt layers */
.minibanner_cta .cta-text,
.minibanner_cta .cta-button {
    display: inline-flex !important;
    align-items: center !important;
    overflow: hidden;
    position: relative;
}
.minibanner_cta .cta-text { justify-content: flex-start !important; }
.minibanner_cta .cta-button { justify-content: center !important; }

.minibanner_cta .cta-inner,
.minibanner_cta .cta-alt {
    display: flex !important;
    align-items: center !important;
    justify-content: inherit !important;
    height: 100% !important;
    width: 100%;
    line-height: 1 !important;
}
.minibanner_cta .cta-alt {
    position: absolute !important;
    inset: 0 !important;
    padding: 0 16px !important;
    transform: translateY(100%);
}
.minibanner_cta .cta-text   .cta-inner,
.minibanner_cta .cta-text   .cta-alt { padding-left: 0; padding-right: 0; }

/* Slight font tune so text feels centered, not crowded */
.minibanner_cta .cta-text .cta-inner,
.minibanner_cta .cta-text .cta-alt   { font-size: 15px; font-weight: 600; }
.minibanner_cta .cta-button .cta-inner,
.minibanner_cta .cta-button .cta-alt { font-size: 13px; font-weight: 800; }

/* =========================================================
   Round 12 — shorter card, no focus border, clean align
   ========================================================= */
.mini_banner_area,
.mini_banner_area .hd_image,
.mini_banner_area .mini_banner,
.minibanner_cta,
.minibanner_cta .cta-text,
.minibanner_cta .cta-button {
    height: 48px !important;
    min-height: 48px !important;
    line-height: 1 !important;
}
.mini_banner_area .hd_image img { width: 26px !important; }

/* Kill EVERY focus/active border on the CTA (incl. earlier rules) */
.minibanner_cta,
.minibanner_cta:focus,
.minibanner_cta:active,
.minibanner_cta:focus-visible,
.minibanner_cta:focus-within,
.minibanner_cta * {
    outline: 0 !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
    border-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

/* Same for the surrounding container so no ring spills onto the HD badge */
.mini_banner_area,
.mini_banner_area:focus-within,
.mini_banner { outline: 0 !important; box-shadow: none !important; }

/* Re-confirm centering after height change */
.minibanner_cta .cta-inner,
.minibanner_cta .cta-alt { line-height: 1 !important; }

/* =========================================================
   Round 13 — show active state on the actual clicked button
   ========================================================= */
/* Reset the row-wide active rule (was forcing only WATCH gold) */
.NHL_schedule_container tr.is-active .watch_btn:not(.bakup_btn) {
    background: #1d1d1d !important;
    color: #e4b75a !important;
    border-color: #6e5a30 !important;
}
.NHL_schedule_container tr.is-active .watch_btn.bakup_btn {
    background: #1d1d1d !important;
    color: #b69256 !important;
    border-color: #5a4a28 !important;
}
/* Whichever button (WATCH or BACKUP) was actually clicked goes gold */
.watch_btn.clicked,
.watch_btn.bakup_btn.clicked {
    background: #e4b75a !important;
    color: #111 !important;
    border-color: #e4b75a !important;
}

/* =========================================================
   Round 14 — make .clicked win the specificity war
   ========================================================= */
.NHL_schedule_container tr.is-active .watch_btn.clicked,
.NHL_schedule_container tr.is-active .watch_btn.bakup_btn.clicked,
.NHL_schedule_container .watch_btn.clicked {
    background: #e4b75a !important;
    color: #111 !important;
    border-color: #e4b75a !important;
}

/* =========================================================
   Mobile premium bar: keep HD icon + Subscribe only
   ========================================================= */
@media (max-width: 600px) {
    .mini_banner_area {
        flex-direction: row !important;
        align-items: stretch !important;
        height: 42px !important;
        min-height: 42px !important;
    }

    .mini_banner_area .hd_image {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 12px !important;
        height: 42px !important;
        min-height: 42px !important;
    }

    .mini_banner_area .hd_image img {
        width: 22px !important;
        height: auto !important;
    }

    .mini_banner_area .mini_banner {
        flex: 1 1 auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        height: 42px !important;
    }

    .minibanner_cta {
        width: 100% !important;
        height: 42px !important;
        min-height: 42px !important;
        padding: 0 10px !important;
        justify-content: flex-end !important;
    }

    .minibanner_cta .cta-text {
        display: none !important;
    }

    .minibanner_cta .cta-button {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 30px !important;
        min-height: 30px !important;
        padding: 0 12px !important;
        font-size: 12px !important;
        line-height: 1 !important;
    }
}

/* =========================================================
   Final player alignment stabilization (desktop + mobile)
   ========================================================= */
body.home .player_area {
    position: relative !important;
    margin: 0 0 14px !important;
    padding: 10px !important;
    overflow: visible !important;
}

body.home .player_area .player-area-header {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    z-index: 30 !important;
    margin: 0 !important;
}

body.home .player_area .player-close-btn {
    width: 34px !important;
    height: 34px !important;
    line-height: 1 !important;
    border-radius: 0 !important;
}

/* Keep top-right close button from covering channel buttons */
body.home .player_area .iframe-links {
    padding-right: 0 !important;
}

body.home .player_area .mini_banner_area {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    height: 48px !important;
    min-height: 48px !important;
    margin: 10px 0 0 !important;
}

body.home .player_area .mini_banner_area .hd_image {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 14px !important;
    height: 48px !important;
    min-height: 48px !important;
}

body.home .player_area .mini_banner_area .hd_image img {
    width: 24px !important;
    height: auto !important;
}

body.home .player_area .mini_banner_area .mini_banner {
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-end !important;
    height: 48px !important;
}

body.home .player_area .minibanner_cta {
    width: 100% !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

body.home .player_area .minibanner_cta .cta-text {
    display: inline-flex !important;
    align-items: center !important;
}

body.home .player_area .minibanner_cta .cta-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 12px !important;
}

@media (max-width: 768px) {
    body.home .player_area {
        margin: 0 0 12px !important;
        padding: 10px !important;
    }

    body.home .player_area .player-area-header {
        top: -2px !important;
        right: 4px !important;
    }

    body.home .player_area .iframe-links {
        padding-right: 0 !important;
    }

    body.home .player_area .mini_banner_area,
    body.home .player_area .mini_banner_area .hd_image,
    body.home .player_area .mini_banner_area .mini_banner,
    body.home .player_area .minibanner_cta {
        height: 42px !important;
        min-height: 42px !important;
    }

    body.home .player_area .minibanner_cta {
        justify-content: flex-end !important;
        padding: 0 10px !important;
    }

    body.home .player_area .minibanner_cta .cta-text {
        display: none !important;
    }

    body.home .player_area .minibanner_cta .cta-button {
        height: 30px !important;
        min-height: 30px !important;
        padding: 0 12px !important;
        font-size: 12px !important;
        margin-left: auto !important;
        align-self: center !important;
    }

    body.home .player_area .mini_banner_area .mini_banner {
        justify-content: flex-end !important;
    }
}

/* =========================================================
   Mobile hotfix: auto-fit player alignment + close button + subscribe alignment
   ========================================================= */
@media (max-width: 768px) {
    body.home .player_area {
        margin: 0 0 12px !important;           /* remove left shift from negative margins */
        padding: 8px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    body.home .player_area .iframe-links,
    body.home .player_area .player_container,
    body.home .player_area .mini_banner_area {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    body.home .player_area .iframe-links {
        padding-right: 0 !important;           /* remove extra right-side dead area */
    }

    body.home .player_area .player-area-header {
        top: -10px !important;                 /* move close button higher on mobile */
        right: 0 !important;
        z-index: 50 !important;
    }

    body.home .player_area .player-close-btn {
        width: 32px !important;
        height: 32px !important;
    }

    body.home .player_area .minibanner_cta {
        display: flex !important;
        justify-content: flex-end !important;  /* keep subscribe at right */
        align-items: center !important;
        width: 100% !important;
        padding: 0 8px !important;
    }

    body.home .player_area .minibanner_cta .cta-text {
        display: none !important;
    }

    body.home .player_area .minibanner_cta .cta-button {
        margin-left: auto !important;
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: 0 !important;
        align-self: center !important;
    }
}

/* =========================================================
   Mobile overflow + premium bar hard reset
   ========================================================= */
@media (max-width: 768px) {
    body.home {
        overflow-x: hidden !important;
    }

    body.home .home-shell,
    body.home .homepage-twocol,
    body.home .left-content {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    body.home .homepage-twocol {
        padding: 8px !important;
        gap: 10px !important;
    }

    /* Kill old overflow-causing widths from legacy rules */
    body.home .player_area .iframe-links {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding-right: 0 !important;
        overflow: hidden !important;
    }

    body.home .player_area .mini_banner_area {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        overflow: hidden !important;
    }

    body.home .player_area .mini_banner_area .mini_banner {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
    }

    body.home .player_area .minibanner_cta {
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        padding: 0 8px !important;
        gap: 0 !important;
    }

    body.home .player_area .minibanner_cta .cta-text {
        display: none !important;
    }

    body.home .player_area .minibanner_cta .cta-button {
        margin-left: auto !important;
        height: 30px !important;
        min-height: 30px !important;
        width: auto !important;
        max-width: 100% !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        white-space: nowrap !important;
    }

    /* Root overflow fix: force channel buttons to fit row width */
    body.home .player_area .iframe-links .theatre_btn {
        flex: 1 1 0 !important;
        width: auto !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        padding: 8px 0 !important;
        font-size: 12px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    /* HD button should stay compact on the right */
    body.home .player_area .iframe-links .channel_hd_btn {
        flex: 0 0 auto !important;
        width: auto !important;
        padding: 8px 10px !important;
    }

    /* Mobile player viewport: keep it centered, with 300-320px height band */
    body.home .player_area .player_container {
        position: relative !important;
        height: clamp(300px, 72vw, 320px) !important;
        padding-top: 0 !important;
        background: #000 !important;
        overflow: hidden !important;
    }

    body.home .player_area .player_container iframe {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border: 1px solid #2f2f2f !important;
        background: #000 !important;
    }

    /* Keep premium row visually centered; lift subscribe slightly */
    body.home .player_area .minibanner_cta .cta-button {
        align-self: center !important;
        transform: translateY(-1px) !important;
    }
}
