h1.main .event-name{font-weight:bold;}
h1.main .event-details{font-weight:normal;}
h1.main i{opacity:0.60;}

ul#help-center-questions{padding: 8px;}
#help-center-questions li{position:relative;}
#help-center-questions .question:hover{cursor:pointer;}
#help-center-questions .question:before{content:"- ";position:absolute;line-height:19px;left:0;color:#333;}
#help-center-questions .question,#help-center-questions .answer{padding-left:20px;}
#help-center-questions .collapsed .question:before{content:"+ ";position:absolute;line-height:19px;}
#help-center-questions  .collapsed .answer{display:none;}

#details-container{
  display:none;
  z-index: 99999999;
  overflow: auto;
}
#details-container .click-layer{ /*when clicked, modal closes*/
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#details-container[data-showing='event'], #details-container[data-showing='venue'], #details-container[data-showing='all']{
  display:block;
}

#event-details-container, #venue-details-container{
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  z-index: 100;
  position: relative;
}

#details-container[data-showing='event']{
  position: fixed;
  
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: auto;
  background: rgba(0,0,0,0.65) none;
}

#details-container[data-showing='event'] #event-details-container, #details-container[data-showing='all'] #event-details-container{
  display:block;
}
#details-container[data-showing='venue'] #venue-details-container, #details-container[data-showing='all'] #venue-details-container{
  display:block;
}




#event-details-container .hide-event-details{
  position: absolute;
  top: 0;
}

#event-details-container section{
  padding: 1.5em 2em;
  border-top: 1px solid #E5E5E5;
  position:relative;
}

#event-details-container section:first-of-type{
  border: none;
}



#event-details-container button.hide-event-details{
  position:absolute;
  padding: 8px;
  color: black;
  right: calc(2rem - 8px);
  cursor: pointer;
  border:none;
  top: calc(1.5rem - 16px);
  
}


#event-details-container h2, #venue-details-container h2{
  font-size: 1.6em;
  font-weight: 700;
  width: calc(100% - 40px);
}
#event-details-container h2 span, #venue-details-container h2 span{
  font-size: 0.7em;
  font-weight: 500;
  display: block;
  margin-top: 0.2em;
}


#event-details-container h3, #venue-details-container h3{
  font-weight: 500;
  font-size: 1.4em;
}

#event-details-container h4, #venue-details-container h4{
  font-weight: normal;
  font-size: 1.1em;
}

#event-details-container #help-center-questions h4{
  font-weight: normal;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.94);
  display:inline-block;
}

#event-details-container p, #event-details-container li, #event-details-container lh,#venue-details-container p, #venue-details-container li {
  font-size: 1.1em;
  color: rgba(0, 0, 0, 0.94);
}


#event-details-container li, #event-details-container lh, #venue-details-container li{
  margin-bottom: 0.5em;
}

#event-details-container lh{
  font-size: 1.2em;
}

#event-details-container #help-center-questions p{
  font-size: 0.9em;
}

#event-details-container .breadcrumb-container{
  font-size: 0.9em;
}
#event-details-container .breadcrumb-container div {
    display: inline;
}
#event-details-container .breadcrumb-container div:last-child a {
    text-decoration: none;
}
#event-details-container .breadcrumb-container div a {
    color: #333;
}
#event-details-container .breadcrumb-container div a:hover{
  text-decoration:underline;
}
#event-details-container .hide-event-details {
    position: absolute;
    top: 12px;
    right: 12px;
    color: black;
    font-size: 18px;
    border: 1px solid #DDD;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
  cursor:pointer;
  background: white;
}
#event-details-container .hide-event-details:hover{
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%);  
}

#disclosure {
  background: rgba(221,221,221,0.65) none;
  padding: 3px 5px;
  color: #777;
  z-index: 2;
}

.container-modal[data-modal='ticketQuantity']{ /*background*/
    left: 0;
    background: rgba(0,0,0,0.85) none;
    height: 100%;
    width: 100%;
    top: 0;
    display: block;
    position: fixed;
    z-index: 50000000000000; /*needs to be bigger than photo modal and ticket overlay*/  
}
.container-modal .container-interior 
{
    width: 100%;
    left: 0%;
    top:0;
    border-radius: 5px 5px 0 0;
    background: white;
    position: absolute;
}
.container-modal[data-modal='ticketQuantity'] .container-interior
{
  width:400px;
  left:240px;
  top: 200px;
  border-radius:5px;
  bottom: unset;
}
.container-modal[data-modal='ticketQuantity'] .container-body{
  max-height: calc(100vh - 350px);
  overflow-y: auto;
}
@media screen and (min-width:440px) and (max-width:659px)
{
  .container-modal[data-modal='ticketQuantity'] .container-interior
  {   
    left: calc(50% - 200px);
  }
  .container-modal[data-modal='ticketQuantity'] .container-body{
    max-height: calc(100vh - 80px);
  }
}
@media screen and (max-width:439px)
{
  .container-modal[data-modal='ticketQuantity'] .container-interior
  {
    width: calc(100% - 40px) !important;   
    left: 20px !important;
    top: unset !important;
    bottom: 20px !important;
  }
  .container-modal[data-modal='ticketQuantity'] .container-body{
    max-height: calc(100vh - 140px);
  }  
}
@media screen and (min-width:660px)
{
  .container-modal[data-modal='ticketQuantity'][data-position='right'] .container-interior
  {   
    left: unset !important;
    right: 240px;
  }
}


@media screen and (max-height:799px)
{
  .container-modal[data-modal='ticketQuantity'] .container-interior
  {
    top:unset !important;
    bottom:20px !important;
  }
}
@media screen and (max-height:639px)
{
  .container-modal[data-modal='ticketQuantity'] ul{height:300px;overflow:auto;}
  .container-modal[data-modal='ticketQuantity'] li{font-size:14px;}
}
.container-modal[data-modal='ticketQuantity'].container-modal .header {
    -moz-box-shadow: 0px 1px 3px 0px #ddd;
    -webkit-box-shadow: 0px 1px 3px 0px #ddd;
    box-shadow: 0px 1px 3px 0px #ddd;
    padding: 16px;
    margin-bottom: 2px;
}
.container-modal .title-modal{font-size:18px;}

.container-modal[data-modal='ticketQuantity'] p, .container-modal[data-modal='ticketQuantity'] ul{
  font-size: 14px;
}
.container-modal[data-modal='ticketQuantity'] ul{
  padding: 16px 0 8px 0;
  background: #F8F8F8;
  border-radius: 8px;
  text-align: center;
}

.container-modal[data-modal='ticketQuantity'] ul[data-role='testimonial']{
  background: #0067CE;
  color: white;  
}
.container-modal[data-modal='ticketQuantity'] ul[data-role='testimonial'] blockquote{
  
}

blockquote::before {
  content: open-quote;
}
blockquote::after {
  content: close-quote;
}
blockquote {
  quotes: "“" "”" "‘" "’";
  font-style: italic;
  margin-inline-start: 20px;
  margin-inline-end: 20px;  
}

.container-modal[data-modal='ticketQuantity'] img[data-role='guarantee']{
  width: 90%;
  margin-left: 5%;
  margin-top: 12px;
  border-radius: 8px;
  height: 120px;
  object-fit: cover;
  
}

.container-modal[data-modal='ticketQuantity'] img[data-role='reviews']{
   width: 240px;
   margin-top: 16px;   
 }

.container-modal[data-modal='ticketQuantity'] lh{
  font-size: 16px;
  margin-bottom: 8px;
}

.container-modal[data-modal='ticketQuantity'] li{
  margin-bottom: 4px;
}

.container-modal[data-modal='ticketQuantity'] .container-body{
  padding: 16px;
} 

.container-modal[data-modal='ticketQuantity'] button:not(.is-close){
  color:#222;
  cursor:pointer;
  height:44px;
  line-height:44px;
  width:calc(50% - 16px);
  font-size:14px;
  text-align:center;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom:16px;
  transition: border-color 0.15s ease;
}
.container-modal[data-modal='ticketQuantity'] button:hover:not(.is-close){
  border-color: #222;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}

#coupon-msg{
  display:none;
  width:100%;
  padding:10px;
  color:#008800;
  background:#D9EDD9;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  text-align:center;
  position: relative;
}
#coupon-msg div.coupon-top{
  font-size:14px;
  width:100%;
  font-weight:500;
}
#coupon-msg div.coupon-bottom{
  width:100%;margin-top:3px;
}
#coupon-msg .fa-close{
  padding: 8px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 14px;
}

/* Fullscreen overlay */
#resellerOverlay {
   display: none;
   position: fixed;
   top: 0;
   right: 0;
   width: 50%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent background */
   z-index: 999999999;
   overflow-y: auto;
   background: white;
}

/* Center content */
#resellerOverlayContent {
   position: relative;
   text-align: center;
   padding: 20px;
}

/* Close button */
#closeResellerOverlay {
   position: fixed;
   top: 16px;
   right: 16px;
   background-color: white;
   color: black;
   border: none;
   font-size: 18px;
   padding: 10px 15px;
   cursor: pointer;
}

/* Spinner */
.spinner {
   margin: 20px auto;
   width: 40px;
   height: 40px;
   border: 4px solid rgba(255, 255, 255, 0.3);
   border-radius: 50%;
   border-top-color: #ffffff;
   animation: spin 1s ease-in-out infinite;
}

/* Spinner animation */
@keyframes spin {
   to {
       transform: rotate(360deg);
   }
}

/* For screens less than 600px wide */
@media (max-width: 600px) {
   #resellerOverlay {
       width: 100%;
       height: 100%;
   }
}

.notice-aip{
   color: #333;
   font-weight: 500;
}

.tippy-box[data-theme~='default'] {
   background-color: #0067ce;
   color: white;
   border-radius: 8px;
   pointer-events: auto;
   
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
 }
 
 .tippy-box[data-theme~='default'] *{
    color: white;
    font-size: 13px;
 }

 
 
 .tippy-box[data-theme~='default'] .tippy-arrow {
     height: 24px;
     width: 24px;
 }
 
 .tippy-content{
    padding: 12px;
 }
 
 .tippy-box[data-theme~='default'][data-placement^='top'] > .tippy-arrow::before {
   border-top-color: #0067ce;
 
 
 }
 .tippy-box[data-theme~='default'][data-placement^='bottom'] > .tippy-arrow::before {
   border-bottom-color: #0067ce;
     top: -11px;
   border-width: 0 12px 12px;    
 }
 .tippy-box[data-theme~='default'][data-placement^='left'] > .tippy-arrow::before {
   border-left-color: #0067ce;
 }
 .tippy-box[data-theme~='default'][data-placement^='right'] > .tippy-arrow::before {
   border-right-color: #0067ce;
 }

 .tippy-content::after {
   content: '';
   position: absolute;
   top: 8px;
   right: 8px;
   width: 16px;
   height: 16px;
   background-image: url('https://api.iconify.design/mdi:close.svg?color=%23fff');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
   cursor: pointer;
   z-index: 1;
 }

 .tippy-content p:first-child::before {
   content: '';
   display: inline-block;
   width: 16px;
   height: 16px;
   --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9.707 4.293a1 1 0 0 0-1.414 0l-4 4a1 1 0 0 0 1.414 1.414L8 7.414V14.6a5.4 5.4 0 0 0 5.4 5.4H19a1 1 0 1 0 0-2h-5.6a3.4 3.4 0 0 1-3.4-3.4V7.414l2.293 2.293a1 1 0 0 0 1.414-1.414z' stroke-width='0.5' stroke='%23000'/%3E%3C/svg%3E");
   background-color: currentColor;
   -webkit-mask-image: var(--svg);
   mask-image: var(--svg);
   
   /* Additional styling for positioning */
   background-size: contain;
   background-repeat: no-repeat;
   margin-right: 4px;
 }




 /* Marquee Styles  */ 

.outline-and-text-feature, li.ticket .tag-feature{
   background: white;
   position: relative;
   background: linear-gradient(90deg, #840ac9 0%, /* Trailing Purple */ #d60eb2 30%, /* Vibrant Magenta */ #fa0b81 50%, /* Your Hot Pink (Center Focus) */ #fa0b81 100% /* Your Hot Pink (Center Focus) */);
   -webkit-background-clip: text;
   background-clip: text;
   -webkit-text-fill-color: transparent;
   color: #fa0b81;
   font-weight: bold;
}

.outline-and-text-feature:after, li.ticket .tag-feature:after {
   /* Gradient using your Trailing Purple, Vibrant Magenta, and Hot Pink center focus */
   background: -webkit-gradient(linear, left top, right top, from(#840ac9), color-stop(30%, #d60eb2), color-stop(50%, #fa0b81), to(#fa0b81)) border-box;
   background: linear-gradient(90deg, #840ac9 0%, #d60eb2 30%, #fa0b81 50%, #fa0b81 100%) border-box;
   
   border: 2px solid transparent;
   border-radius: 6px;
   content: "";
   inset: 0;
   
   /* Masking logic to keep the gradient only on the border */
   -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
   mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
   -webkit-mask-composite: xor;
   mask-composite: exclude;
   position: absolute;
}


li.ticket .tag-feature {
   padding: 6px 4px;
   font-size: 11px;
}



li.ticket[data-g='1'] .buy-button, .button-feature {
   background: linear-gradient(241deg, #da2d82 0%, #fa0b81 50%, #fa0b81 100%);
   color: white;
}


/* 1. The Text Gradient Feature */
.text-feature {
   background: linear-gradient(90deg, #840ac9 0%, #d60eb2 30%, #fa0b81 50%, #fa0b81 100%);
   -webkit-background-clip: text;
   background-clip: text;
   -webkit-text-fill-color: transparent;
   color: #fa0b81; /* Fallback for browsers that don't support clip */
   font-weight: bold;
 }
 
 /* 2. The Outline Gradient Feature */
 .outline-feature {
   position: relative;
   border-radius: 6px; /* Match the border radius of the after element for smoothness */
 }
 
 .outline-feature:after {
   content: "";
   position: absolute;
   inset: 0;
   border-radius: 6px; 
   border: 2px solid transparent;
   
   /* The Gradient */
   background: linear-gradient(90deg, #840ac9 0%, #d60eb2 30%, #fa0b81 50%, #fa0b81 100%) border-box;
   
   /* Masking Logic */
   -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
   mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
   -webkit-mask-composite: xor;
   mask-composite: exclude;
   
   /* Prevent the border from blocking text selection */
   pointer-events: none; 
 }


 .fill-feature,  section.fill-feature{
   background: linear-gradient(to right, rgb(253 233 239) 0%, rgba(255, 255, 255, 1) 100%);   
 }

 li.ticket .tag-feature {
   max-width: 40%;
}



 section[data-role='trust'] {
   background: linear-gradient(to right, rgba(0, 103, 206, 0.1) 0%, rgba(0, 103, 206, 0.01) 100%);
   padding: 12px;
   font-size: 1.02rem;
   border-radius: 0 !important;
   border-radius: none;
   padding-left: clamp(1rem, 3vw, 1.5rem);
   padding-right: clamp(1rem, 3vw, 1.5rem);
   position: relative;
 }


section[data-role='trust'] lh {
   color: #0067CE;
   font-weight: 500;
}
[data-list] lh {
   display: flex;
   align-items: center;
   font-weight: 500;
   color: #272935;
   font-size: 1em;
   margin-bottom: 0.32em;
   letter-spacing: -0.01em;
   position: relative;
   gap: 0.4em;
}
.has-icon[data-icon='trust-reviews']::before {
   content: "";
   display: inline-block;
   vertical-align: middle;
   margin-right: 0.34em;
   width: 1.14em;
   height: 1.14em;
   background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%230067ce' d='m16 8l1.912 3.703l4.088.594L19 15l1 4l-4-2.25L12 19l1-4l-3-2.703l4.2-.594z'/%3E%3Cpath fill='%230067ce' d='M17.736 30L16 29l4-7h6a1.997 1.997 0 0 0 2-2V8a1.997 1.997 0 0 0-2-2H6a1.997 1.997 0 0 0-2 2v12a1.997 1.997 0 0 0 2 2h9v2H6a4 4 0 0 1-4-4V8a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4h-4.835Z'/%3E%3C/svg%3E") no-repeat center center;
   background-size: contain;
}

section[data-role='trust'] .google-badge {
   position: absolute;
   bottom: 0.5rem;
   right: 1.2rem;
   height: 4vw;
   max-height: 2.4rem;
   min-height: 1.4rem;
}

[data-list]:not([data-list='previewFeatured']) li {
   font-size: 0.95em;
   color: #586179;
   padding: 0.14em 0;
   line-height: 1.38;
   padding-left: 2em;
}

section[data-role='trust'] ul li {
   padding-right: 3rem !important;
   font-size: 0.85rem !important;
}