:root{
  --performer-theme-color: black;
}
body{
  background: white;
}
body.scroll-lock{
  overflow:hidden;
}


main, aside{
  width: 100%;
  position: relative;
}

@media all and (max-width: 999px){
  .if-wide{
    display: none;
  }
}
@media all and (max-width: 639px){
  main, aside, #disclosure div{
    width: 100%;
  }
  main .row:not(.row-expand), aisde .row:not(.row-expand){
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media all and (min-width: 640px){
  main, aside, #disclosure div{
    width: 640px;
    margin: 0px auto;
  }
  main .row, aside .row{
    max-width: 640px;  
  }
  main .row.row-expand, aside .row.row-expand{
    width: 100%;
    max-width: unset;
  }  
}
/* Weird breakpoint here where there is no margin */
@media all and (min-width: 640px) and (max-width: 666px){
  main, aside, #disclosure div{
    width: calc(100% - 24px);
  }
}

@media all and (min-width: 1000px){
  main, aside, #disclosure div{
    width: calc(100% - 24px);
    max-width: 1000px;
  }
  #row-jump-menu{
    float: right;
  }
}
@media all and (max-width: 1000px){
   #row-jump-menu{
      display: none;
   }
}

#disclosure{
  background: #ddd none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #777;
  z-index: 2;
  padding: 3px 5px;
  margin: 0;
}
#disclosure div {
  color: #777;
  line-height: 1.7em;
}




article h1, article h2, article h3, article h4, article h5{
  font-weight: 500;
}

article h1{
  
}
article h2, .mobile article h2{
  font-size: 1.7em;
  margin-bottom: 0.5em;
}
article .publish-date{
  margin-bottom: 1.7em;
  font-style: italic;
}
article h3{
  font-size: 1.5em;
  margin-bottom: 1em;
}
article h4{
 font-size: 1.3em;
  margin-bottom: 1em;
}
article h5{
 font-size: 1.3em;
  margin-bottom: 1em;
}

@media all and (min-width: 1000px){
  article:not(.list-events *){
    font-size: 1.1em;
  }
}

article p, article .matchup-list li{
  line-height: 1.5;
  font-size: 1.3em;
  
}
article p, article img{
  margin-bottom: 1em;
}

article section{
  margin-bottom: min(48px, 10vw);
}


img{
  max-width: 100%;
}

.matchups-other{
  display: none;
}

.row, .row *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}

.row{
  margin-bottom: 16px;
}



#row-hero{
  position: relative;
}
#row-hero img.event-type-icon{
  height: 64%;
  right: 24px;
  top: 18%;
  position: absolute;  
}

#row-hero.has-team-icon .headers{
   padding-left: 92px;
}

#row-hero.has-team-icon img.event-type-icon{
    background: white;
    border-radius: 50%;
    padding: 8px;
    height: 60px;
    top: 48px;
    right: unset;
    left: 16px;
}

#row-hero .league-banner[data-league='mlb']{
   background: #041e43;
   color: white;
   border-radius: 0px 0px 8px 8px;
   padding: 6px 16px;
   line-height: 30px;
   display: flex;
   font-size: clamp(12px, 2vw, 15px);
   font-weight: bold;      
}

#row-hero .league-banner[data-league='mlb'] img{
   height: 30px;
}

@media all and (max-width: 599px){ 
  #row-hero:not(.has-team-icon) img.event-type-icon{
    display: none;
  }
  #row-hero.has-team-icon img.event-type-icon{
     height: 54px;
     padding: 6px;
   }
   #row-hero.has-team-icon .headers{
      padding-left: 64px;
   }   
   .league-banner{
      border-radius:0 !important;
   }
}
#row-hero .backdrop{
  position: relative;
  background: var(--performer-theme-color);
  height: 100%;
  width: 100%;
  padding: 16px;
}

@media all and (min-width: 640px){  
  #row-hero{
    border-radius: 8px;
    margin-top: 12px;
    margin-bottom: 20px;  
  }    
  #row-hero .backdrop{
    border-radius: 8px;
  }
  #row-hero.has-team-icon .backdrop{
    border-radius: 8px 8px 0 0;
  }
  
}

#row-hero .headers{
  bottom: 16px;
  color:white;
}
#row-hero h1{
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 4px;
}

#row-hero h2{
  font-size: 16px;
}

#breadcrumbs{
  line-height: 24px;
  margin-bottom: 8px;
  display: block;
  top: 16px;
} 
#breadcrumbs, #breadcrumbs li, #breadcrumbs li a{  
  color: #CCC;
}
#row-hero #breadcrumbs, #row-hero #breadcrumbs li, #row-hero #breadcrumbs li a{
   color: white;
}


#breadcrumbs li{
  display: inline;
}

/*********************************************************/
/*********************************************************/
/* Jump Menu */
/*********************************************************/
/*********************************************************/
#row-jump-menu{
  background: #F8F8F8;
  border: 1px solid #DDD;
  padding: 12px;
  max-width: 400px;  
}
#row-jump-menu ul lh{
  margin-bottom: 8px;
}
#row-jump-menu ul li{
  line-height: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;  
}
#row-jump-menu ul li.indented{
  padding-left: 12px;
}
@media all and (min-width: 640px){
  #row-jump-menu{
    border: none;
    border-radius: 12px;    
  }
}
@media all and (min-width: 1000px){
  #row-jump-menu{
    max-width: 320px;
    background: none;
    font-size: 1.1em;
  }
}



@media all and (min-width: 640px){
  #row-schedule{
    border-radius: 8px;
    border: 1px solid #CCC;
    webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    padding: 16px;
  }
}
#row-schedule .filters-schedule{
  margin-bottom: 1em;
}
#row-schedule .filters-schedule button{
  border-radius: 8px;
  margin-right: 8px;
  display:inline;
  width: 64px;
  padding-left: 8px;
  padding-right: 8px;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  font-weight: normal; 
  background: white;
  color: black;
  border: 1px solid black;  
}
@media all and (max-width: 392px){
  #row-schedule .filters-schedule button{
    width: 54px;
    height: 28px;
    line-height: 28px;
    font-size: 1.1em;
  }
}
#row-schedule .filters-schedule button.is-selected{
  background: var(--performer-theme-color);
  color: white;
  border-color:  var(--performer-theme-color);
}
#row-schedule .filters-schedule button[data-role='morefilters']{
  width: unset;
}
@media all and (min-width: 440px){
  #row-schedule .filters-schedule button[data-role='morefilters']:before{
    content: "more filters";
  }
}

#row-schedule{
  margin-bottom: 4em;
}

#row-schedule h2{
  font-weight: 500;
  font-size: 2em;
  margin-bottom: 1em;
}

#row-schedule button[data-role='moregames']{
  display: block;
  width: 100%;
  border-radius: 8px;
  background: var(--performer-theme-color);
  color: white;
  line-height: min(56px, 12vw);
  height: min(56px, 12vw);
  font-size: 1.4em;
}

#advanced-schedule-modal{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: auto;
  background: white;
  z-index: 5000;
  overflow-y: scroll;
}

#advanced-schedule-modal .interior{
  background: white;
  position: absolute;
  border-radius: 2rem;
  max-width: 720px;
  width: 100%;
  transform: translate(-50%);
  left: 50%;
  z-index: 50;
  height: 100%;
  padding: 8px 12px;
  padding-top: 64px;
}
#advanced-schedule-modal .click-layer {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
#advanced-schedule-modal .button-close{
  position: absolute;
  top: 8px;
  right: 8px;
  color: #000;
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  background: #fff;
  z-index: 500;
}

#advanced-schedule-modal .title{
  font-size: 1.7em;
  font-weight: bold;
  z-index: 500;
  position: fixed;
  background: white;
  height: 56px;
  line-height: 32px;
  padding: 12px;
  width: 100%;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
max-width: 720px;
    width: 100%;
    transform: translate(-50%);
    left: 50%;
}
@media all and (max-width: 639px){
  #advanced-schedule-modal .title{
    webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);  
  }
}

#advanced-schedule-modal .button-close:hover {
    webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
}

#filters-advanced-schedule{
  margin-bottom: 12px;  
}

#filters-advanced-schedule .filter-group{
  padding: 8px 0;
  border-bottom: 1px solid #DDD;
}

#filters-advanced-schedule .filter-group.collapsed{
  max-height: 112px;
  overflow: hidden;
  position: relative;
}
#filters-advanced-schedule .filter-group.collapsed .all-options{
  text-align: center;
  position: absolute;
  width: 100%;
  line-height: 27px;
  background: white;
  bottom: 0;
}
#filters-advanced-schedule .filter-group.collapsed .all-options span{
  cursor: pointer;
  font-weight: bold;
  color: #0067CE;
}

#filters-advanced-schedule button.is-filter{
  line-height: 26px;
  height: 26px;
  margin: 4px;
  border-radius: 20px;
  padding: 0 12px;
}

#advanced-schedule-modal .scroll-to-filters{
    display: none;
    background: white;
    padding: 12px 12px;
    border-radius: 20px;
    position: fixed;
    z-index: 50000000;
    bottom: 16px;
    left: calc(50% - 48px);
    width: 96px; 
}
#advanced-schedule-modal.deep-scroll .scroll-to-filters{
  display: block;  
}

#row-schedule .events .spinner-container{
  text-align: center;
  margin: 40px 0;
}
#row-schedule .events .no-matches, #advanced-schedule-modal .no-matches{
  font-weight: 500;
  text-align: center;
  padding: 40px 0;
  font-size: 1.3em;
}
#row-schedule .events .no-matches .link-button{
  padding: 12px;
}
#list-top-zones{
  margin: 8px;
  border: 1px solid #DDD;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 2em;
}
#list-top-zones li{
  font-size: 1.3em;
  margin-bottom: 1em;
  position: relative;
  line-height: 32px;
}
#list-top-zones li a.name{
  color:black;
  display: inline-block;
  width: calc(100% - 120px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;   
}

#list-top-zones li:last-of-type{
  margin-bottom: 0;
}

#list-top-zones li a.link-button{
  background: var(--performer-theme-color);
  color: white;
  position: absolute;
  right: 0px;
  font-size: 13px;
  width: 64px;
  padding: 0;
  border: 0;
  border-radius: 4px;
}

#list-top-zones li span.price{
  position: absolute;
  right:80px;
  
}

ul.list-events{
  margin-bottom: 1.3em;
}

.list-events li.is-event{
  border: 1px solid #FFF;
  border-bottom-color: #F1F1F1;
  position: relative;
  border-radius: 8px;
}

.list-events li.is-event a{
  color: black;
  text-decoration: none;
}



.list-events li.is-event a.link-wrapper, .list-events li.is-event[data-active='0']{
  padding: 24px 12px;
}
@media all and (max-width: 639px){
  .list-events li.is-event a.link-wrapper, .list-events li.is-event[data-active='0']{
    padding: 16px 12px;
  }  
}
.list-events li.is-event a.link-wrapper{
  position: relative;
  width: 100%;
  display: block;
  height: 100%;
  
}


.list-events .date-block, .list-events .event-block{
  display: inline-grid;
}


.list-events li:last-of-type{
}

.list-events .date-block{
  width: 92px;
  line-height: 18px;
}

.list-events .event-block{
  width: calc(100% - 176px);  
}

.list-events .date-block span.date{
  display: block;
  font-size: 1.1em;
  font-weight: 500;
}
.list-events .date-block span.time{
  display: block;
}



.list-events .event-block .event-name {
  color: black;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 0.2em;
  display:block;
}
.list-events li.is-event button, .list-events li.is-event .price{
  position: absolute;
  right: 12px;
  width: 72px;
  color: #222;
}
.list-events li.is-event button{
  color: white;
  background: var(--performer-theme-color);
  height: 36px;
  line-height: 36px;
  border-radius: 4px;  
  font-size: 1.2em;
  padding: unset;
  border: 0;
}
.list-events li.is-event .price{
  text-align: center;
  margin-top: 38px;
}

article .list-events li.footer-more-games button{
  border: 0;
  font-weight: normal;
  width: unset;
  box-shadow: none !important;
  padding: 12px;
  font-size: 1.1em;
  border-radius: 8px;  
}
article .list-events li.footer-more-games a{
  color: black;
  line-height: 42px;
  margin-left: 12px;
}

article .list-events li.footer-more-games button i, article .list-events li.footer-more-games a i{
  color:  var(--performer-theme-color);
}
@media all and (max-width: 639px){
  article .list-events li.footer-more-games button{
    margin-left: -12px;
  }
  article .list-events li.footer-more-games a{
    margin-left: -0px;
  }  
}

@media all and (max-width: 379){
  .list-events .event-block .event-name{
    color: #0067CE;
  }
  .list-events li.is-event button, .list-events li.is-event .price{
    display: none;
  }
}

.list-events .event-block .event-details{
  display: block;
  font-size: 1.1em;
  color: #222;
 
}
.list-events li.is-event:not([data-active='0']) .event-block .event-details{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;   
}
.list-events .event-block .promotion{
  background: #d0e0ff;
  color: #0067ce;
  font-weight: 500;
  width: fit-content;
  border-radius: 6px;
  padding: 4px;
  font-size: 0.9em;
  margin-bottom: 0.2em;
  max-width: calc(100% - 30px);
}

@media all and (max-width: 480px){
  .list-events li.is-event .date-block{
    width: 80px;
    line-height: 16px;
  }
  .list-events li.is-event .date-block span.date{
    font-size: 1em;
  }
  .list-events li.is-event .date-block span.time{
    font-size: 0.9em;
  }
  .list-events li.is-event .event-block {
    width: calc(100% - 160px);
  }
  .list-events li.is-event .event-block .event-name{
    font-size: 1.2em;
  }
  .list-events li.is-event .event-block .event-details{
    font-size: 1.05em;
  }
  .list-events li.is-event button, .list-events li.is-event .price{
    width: 64px;
    right: 0px;
  }
  .list-events li.is-event button{
    font-size: 1.1em;
    height: 32px;    
    line-height: 32px;    
  }
  .list-events li.is-event .price{
    margin-top: 34px;
  }
}

@media all and (min-width: 639px){
  .list-events li.is-event .date-block{
    width: 104px;
  }
  .list-events li.is-event .date-block span.date{
    font-size: 1.2em;
  }  
  .list-events:not(article *) li.is-event .event-block{
    width: calc(100% - 216px);
  }
  .list-events:not(article *) li.is-event button, .list-events:not(article *) li.is-event .price{
    width: 96px;
  }
  .list-events:not(article *) li.is-event button{    
    height: 40px;
    line-height: 40px;
  }
  .list-events:not(article *) li.is-event .price{
    margin-top: 42px;
  }
  article .list-events{
    margin: 24px 52px 24px 8px;
    border: 1px solid #DDD;
    border-radius: 8px;
  }
}


/* Primary breakpoint where schedule goes side-to-side */
@media all and (max-width: 639px){
}

#row-jump-menu{
  margin-bottom: 2em;
}

.interior-main .row{
  max-width: 640px;
}

.banner-single-game-tickets{
  border-radius: 8px;
  border: 1px solid #CCC;
  webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  padding: 16px;
  padding-left: min(96px, 16vw);
  position: relative;
  margin: 32px 0;
}
.banner-single-game-tickets i{
  position:absolute;
  left: min(24px, 4vw);
  font-size: min(48px, 8vw);
  top: min(24px, 4vw);
  color:  var(--performer-theme-color);
}
.banner-single-game-tickets strong{
  display: block;
  font-size: 1.4em;
  margin-bottom: 0.8em;
  color:  var(--performer-theme-color);
}
.banner-single-game-tickets span{
  display: block;
  font-size: 1.2em;
}
.banner-single-game-tickets span:before{
  content: "✓";
  margin-right: 3px;
}
.banner-single-game-tickets button{
  color: white;
  position: absolute;
  bottom: 16px;
  right: 16px;
  height: 36px;
  line-height: 36px;
  border: 0;
  font-size: 1.3em;
  width: min(120px, 24vw);
  border-radius: 8px;
  overflow: hidden;
  padding: 0 8px;
  background:  var(--performer-theme-color);
}


#filters-advanced-schedule .is-filter.is-selected{
  background: var(--performer-theme-color);
  border-color: var(--performer-theme-color);
  color: white;
}

#more-teams{
  background: #F8F8F8;
  padding: 12px;
  max-width: 640px;
  margin-bottom: 4em;
}
#more-teams .title{
 font-size: 1.3em;
  margin-bottom: 1em;
}
#more-teams ul{

    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

#more-teams ul li{
  line-height: 2em;
  font-size: 1.1em;
}


aside .title{
  margin-bottom: 0.6em;
  font-size: 1.1em;
}
aside section{
  margin-bottom: 2em;
}
aside.if-wide{
  width: 100%;
}

aside img.guarantee{
  height: 120px;
  width: 240px;
  object-fit: cover;
}

#banner-buyer-guarantee-header{padding-left:48px;padding-top:4px;padding-bottom:4px;background:#0067CE;;color:white;position:relative;
  margin-top: 24px;
  margin-bottom: 8px;
  border-radius: 4px;
  height: 36px;
  overflow: hidden;
}
#banner-buyer-guarantee-header .avatar{position:absolute;text-align:center;border:2px solid #FF6600;height:24px;width:24px;border-radius:50%;left:16px;top:6px;}


.events .skeleton{
  overflow: auto;
  margin-bottom: 16px;
}
.skeleton-avatar, .skeleton-text{
  float: left;
}
.events .skeleton-avatar{
  margin-right: 16px;
  width: 64px;
}
.events .skeleton-avatar, .events .skeleton-text{
  height: 64px;
}
.events .skeleton-text{
  width: calc(100% - 80px);
}
#row-jump-menu .skeleton-text{
  height: 32px;
  width: 300px;
  margin-bottom: 16px;
}


.skeleton-text, .skeleton-avatar{
  background: #F1F1F1;
  border-radius: 3px;
}

.price-table th, td {
        padding: 4px;
    }

.price-table th {
        padding: 4px;
        text-align: center;
    }

td.lowPrice, td.inventory{
        text-align: center;
    }

.playoff-content h2{
  font-size: 1.7em;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.playoff-content h3{
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 1em;
}

.playoff-content p, .playoff-content li{
  line-height: 1.5;
  font-size: 1.3em;  
}

.playoff-content{
  margin-bottom: min(48px, 10vw);
}

.autoflow {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.card {
    position: relative;
    width: 300px; /* Adjust the width as needed */
    margin: 10px 0 10px 10px; /* Set margin-right to auto and margin-left to 0 */
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    transition: height 0.3s ease-out;
}

.container-media img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.container-content {
    padding: 15px;
    max-height: 100px; /* Adjust the max-height as needed for the preview */
    overflow: hidden;
}

.card footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #0067CE;
    background: white;
    padding: 15px;
    width: calc(100% - 30px);
    padding-top: 30px;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.04) 1%,rgba(255,255,255,1) 25%);
    cursor: pointer !important;
}

/* Styling when "Continue Reading" is clicked */
.card.expanded {
    height: 100%; /* Adjust the height as needed */
    width: 100%;
}

.card.expanded .container-content {
    max-height: none;
    overflow: auto;
}