.toursVenueWrappper.autoFlow{
    height: auto;
    overflow: visible;
}

.toursVenueWrappper {
    background-color: transparent;
    height: 610px;
    overflow-y: scroll;
    padding-right: 20px; 
}

/* Move scrollbar inward */
.toursVenueWrappper::-webkit-scrollbar {
    width: 20px; 
    margin-left: 10px;
}

/* Scrollbar Track */
.toursVenueWrappper::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 0px;
    padding: 10px;
}

/* Scrollbar Thumb (dark bar) */
.toursVenueWrappper::-webkit-scrollbar-thumb {
    background: #f23f07;
    border-radius: 0px;
    margin: 2px;
}

/* Thumb on hover */
.toursVenueWrappper::-webkit-scrollbar-thumb:hover {
    background: #2f2f2f;
}

.toursVenueWrappper .elementor-loop-container.elementor-grid {
    overflow: hidden;
    background: #fff;
}

.toursVenueWrappper .tourVeneuItem {
    border-top: 1px solid #e7e7e7;
}

.toursVenueWrappper .tourVeneuItem:hover {
    margin-left: 10px;
    transition: 0.3s;
    overflow: hidden;
}

.toursVenueWrappper .tour-date-badge {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.toursVenueWrappper .tour-date-month {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    font-family: "Montserrat", Sans-serif
}

.toursVenueWrappper .tour-date-day {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    font-family: "Montserrat", Sans-serif;
}

.toursVenueWrappper .VenueDateBox {
    background-color: #F23F07;
}

.toursVenueWrappper .tourVeneuItem:hover .VenueDateBox {
    background-color: #fff;
}

.toursVenueWrappper .tourVeneuItem:hover .tour-date-month,
.toursVenueWrappper .tourVeneuItem:hover .tour-date-day {
    color: #F23F07;
}

.toursVenueWrappper .tourVeneuItem:hover + .tourVeneuItem {
    border-top: 1px solid transparent;
}

.toursVenueWrappper .tourVeneuItem:hover .tourTitle h2 {
    color: #ffffff !important;
    font-size: 33px !important;
    font-weight: bold;
}

@font-face {
    font-family: 'proxima reg';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/wp-content/uploads/2025/11/Fontspring-DEMO-proximanova-regular.woff2') format('woff2'),
         url('/wp-content/uploads/2025/11/Fontspring-DEMO-proximanova-regular.woff') format('woff'),
         url('/wp-content/uploads/2025/11/Fontspring-DEMO-proximanova-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Proxima Nova Light';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/wp-content/uploads/2025/11/AnyConv.com__Proxima-Nova-Light.woff2') format('woff2'),
         url('/wp-content/uploads/2025/11/AnyConv.com__Proxima-Nova-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Proxima Nova Bold';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/wp-content/uploads/2025/11/AnyConv.com__Proxima-Nova-Bold.woff2') format('woff2'),
         url('/wp-content/uploads/2025/11/AnyConv.com__Proxima-Nova-Bold.ttf') format('truetype');
}

.toursVenueWrappper .tourVeneuItem:hover .venueTitleWrapper .tourVenueSingle h3.elementor-heading-title {
    display: none !important;
    background-color: blue;
}
.toursVenueWrappper .tourVeneuItem .whiteArrow{
    display: none;
}
.toursVenueWrappper .tourVeneuItem:hover .blueArrow{
    display: none;
}
.toursVenueWrappper .tourVeneuItem:hover .whiteArrow{
    display: block;
}

.woocommerce-cart .e-cart__container > .woocommerce-notices-wrapper {
    grid-column: 1 / -1;
    width: 100%;    
}

.woocommerce-cart .e-cart__container > .woocommerce-notices-wrapper > .woocommerce-message,
.woocommerce-cart .e-cart__container > .woocommerce-notices-wrapper > .woocommerce-error,
.woocommerce-cart .e-cart__container > .woocommerce-notices-wrapper > .woocommerce-info {
    width: 100%;
}

/* Date/Time text under venue name */
.toursVenueWrappper .event-date,
.toursVenueWrappper .tourVeneuItem .event-date {
    font-size: 14px !important;
}

@media(max-width: 600px){
    .toursVenueWrappper .tour-date-month {
        font-size: 13px;
    }
    .toursVenueWrappper .tour-date-day {
    font-size: 17px;
    }
    .toursVenueWrappper .tourVeneuItem:hover .tourTitle h1{
        font-size: 24px;
    }
}


/* map css */
.map-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.map-wrapper #find-the-tater {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #f33f03;
    font-family: 'ProximaNova-Bold';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
    padding-top: 40px;
    padding-left: 94px;
    background:url('../images/tater-bg.png') left top;

    background-size: cover;
    cursor: pointer;
}

#find-the-tater .find-the {
    font-size: 69px;
    line-height: 1.1;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

#find-the-tater .tater {
    font-size: 110px;
    line-height: 1;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
}

#find-the-tater .click {
    font-size: 20px;
    margin-top: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
}

/* Actual map container */
#map {
  width: 100%;
  height: 100%;
  min-height: 610px;
}

/* Right-hand scrollable list */
#tour-dates-wrapper {
  min-height: 610px;
  max-height: 610px;
  overflow: auto;
  background: #ffffff;
  text-transform: uppercase;
}
.location-block{
   color: white;
   background: linear-gradient(to bottom, #192145 0%, #05060d 100%);
   padding: 2px;
   line-height: 18px;
}

.location-block .marker-image {
    position: absolute;
    top: -14px;
    left: -32px;
}

.location-content {
    text-align: left;
    padding: 12px;
}

.location-content span.event-date {
    margin-left: 32px;
    font-size: 16px;
    font-family: "Montserrat", Sans-serif;
    line-height: 25px;
}
.location-content > h3 {
    margin: 3px;
    margin-left: 32px;
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
    white-space: pre;
    font-family: "Montserrat", Sans-serif;
}
.location-content span.event-venue {
    margin: 0;
    margin-left: 32px;
    font-size: 16px;
    white-space: nowrap;
    font-family: "Montserrat", Sans-serif;
}

.location-content .ticket-url {
    background: #f23f07 !important;
    border-radius: 0;
    position: absolute;
    left: 40px;
    color: white;
    font-weight: 600;
    font-size: 17px;
    height: 28px;
    font-family: "Montserrat", Sans-serif;
    top: 99px;
    line-height: .8;
    display: inline-block;
    padding: 6px 12px;
        text-align: center;
    white-space: nowrap;
}
@media(max-width: 768px){
    #find-the-tater .find-the{
        font-size: 21px;
    }
    #find-the-tater .tater {
    font-size: 43px;
    }
    #find-the-tater .click {
    font-size: 10px;
    }   
}


/* header ticket css */
#header-tickets-carousel .carousel-inner{
    text-align: -webkit-right;
}
.header-tickets{
    background: #fff;
  width: 100%;
  max-width: 618px;
  display: flex;
  padding-right: 9px;
  padding-bottom: 8px;
  height: 120px;
  position: relative;
  transition: background 0.3s ease;
}
.header-tickets:hover {
    background: #f13f07;
}
.header-tickets .next-show{
    max-width: 56px;
  position: relative;
  flex-grow: 1;
}
.header-tickets .next-show div{
    color: #f23f07;
    transform: rotate(-90deg);
    transform-origin: center center;
    font-family: "Bebas Neue", sans-serif;
    font-size: 31px;
    width: 120px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -44px;
    top: 37px !important;
    transition: color 0.3s ease;
}
.header-tickets:hover .next-show div {
    color: #ffffff;
}
.header-tickets .date-venue{
    margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
    text-align: left;
    align-content: center;
  width: calc(100% - 210px);
}
.header-tickets .date-venue .date{
    font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #0f121e;
  text-transform: uppercase;
}
.header-tickets .date-venue .venue{
    font-family: "Bebas Neue", sans-serif;
    line-height: 50px;
    letter-spacing: 2px;
    color: #0f121e;
    font-size: 42px !important;
    white-space: nowrap;
    font-weight: 700;
    text-transform: uppercase;
}
.header-tickets .get-tickets{
    background: #0F121E !important;
    flex-direction: column;
  width: 140px;
    display: flex;
  color: white;
  font-family: 'ProximaNova-Bold';
  line-height: normal;
  text-align: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  height: 117px;
  right: 9px;
  top: -5px;
}
.get-tickets .get{
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}
.get-tickets .tickets{
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 30px;
}

/* tour page list */

.event-banner {
    color: #ffffff;
    text-transform: uppercase;
}
.event-date {
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    font-size: 30px;
    margin: 0;
    line-height: 1;
}
.event-date .at-small {
    font-size: 0.6em;
    vertical-align: super;
}
.event-title {
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    font-size: 62px;
    margin: 0px 0;
    line-height: 1;
}
.event-location {
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    font-size: 23px;
    margin-top: 0px;
    line-height: 1;
}

/* ============================================================
   TICKET BOX – GENERAL
   ============================================================ */

.ticketBoxMain {
    margin: 10px 0;
    border-radius: 0px;
    overflow: hidden;
}

/* Collapsed Row (default visible state) */
.ticketRow--collapsed {
    display: flex;
    align-items: center;
    padding: 1.8rem 2rem;
    box-sizing: border-box;
}
.ticketBoxMain--vip .ticketRow--collapsed {
    background: #303b89;
    color: #ffffff;
}
.ticketBoxMain--general .ticketRow--collapsed {
    background: #ffffff;
    color: #303b89;
}

/* Ticket Icon Column */
/* Expanded Row (hidden by default) */
.ticketRow--expanded {
    display: none;
    background: #303b89;
    color: #ffffff;
    padding: 1.8rem 2rem;
    position: relative;
}
.ticketRow--expanded-white {
    background: #ffffff;
    color: #303b89;
}

/* Open State – swap visibility */
.ticketBoxMain.is-open .ticketRow--collapsed { display: none; }
.ticketBoxMain.is-open .ticketRow--expanded   { display: block; }

/* Flex Columns */
.ticketRow-left    { flex: 1 1 60%; }
.ticketRow-middle  { flex: 0 0 auto; margin-right: 40px; }
.ticketRow-right   { flex: 0 0 auto; }

/* Headings */
.ticket-heading-small {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 27px;    
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.ticket-heading-big {
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
}

/* Learn More Trigger */
.learnMoreTrigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: inherit;
    padding: 0;
}
.learnMoreTrigger:hover {
    background: none;
    color: inherit;
}
.learnMore-icon {
    width: 20px;
    height: 20px;
    border: 1px solid currentColor;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
}

/* Ticket Buttons – Collapsed */
.ticket-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between!important;
    gap: 8px;
    padding: 12px 18px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500!important;
    font-size: 18px;
    text-transform: uppercase;
    min-width: 215px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.ticket-btn svg {
    width: 10px;
    height: auto;
    fill: currentColor;
}
.ticketBoxMain .ticket-btn:hover {
    background: #F23F07 !important;
    color: #fff !important;
}
.ticket-btn:hover svg {
    fill: #fff;
}

/* VIP Button (collapsed) */
.ticket-btn--vip {
    background: #ffffff;
    color: #303b89!important;
}
.ticket-btn--vip svg {
    fill: #303b89;
}

/* General Button (collapsed) */
.ticket-btn--general {
    background: #2f3a83;
    color: #fff;
}
.ticket-btn--general svg {
    fill: #fff;
}

/* Full-width Button (expanded panel) */
.ticket-btn--full {
    width: 100%;
    justify-content: center;
    background: #ffffff;
    color: #303b89!important;
    border: none;
    margin-top: 20px;
}
.ticketBoxMain--general .ticket-btn--full {
    background: #303b89 !important;
    color: #fff !important;
}
.ticketBoxMain--general .ticket-btn--full svg {
    fill: #fff;
}

/* Description Text */
.ticket-description {
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    line-height: 1.6;
    margin: 24px 0 32px;
}

/* Sold Out Label */
.ticket-sold-out {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #e74c3c;
    color: #ffffff;
    border: 3px dotted #c0392b;
    border-radius: 4px;
    min-width: 215px;
}

/* VIP Sold Out (on blue background) */
.ticketBoxMain--vip .ticket-sold-out {
    background: #ffffff;
    color: #e74c3c;
    border: 3px dotted #e74c3c;
}

/* General Sold Out (on white background) */
.ticketBoxMain--general .ticket-sold-out {
    background: #e74c3c;
    color: #ffffff;
    border: 3px dotted #c0392b;
}

/* Close Button (X) */
.ticket-close {
    position: absolute;
    top: 16px;
    right: 24px;
    background: none;
    border: none;
    color: inherit;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
    .ticketRow--collapsed {
        flex-wrap: wrap;
        row-gap: 16px;
    }
    .ticketRow-middle {
        margin-right: 20px;
    }
}

@media (max-width: 640px) {
    .ticketRow--collapsed {
        flex-direction: column;
        align-items: flex-start;
    }
    .ticketRow-left,
    .ticketRow-middle,
    .ticketRow-right,
    .ticket-sold-out,
    .tour-presale-card__actions {
        width: 100%;
        margin: 0;
    }
    .ticketRow-middle {
        order: 3;
    }
    .ticketRow-right {
        margin-left: 0;
    }
    .ticket-btn,
    .ticket-btn--full {
        width: 100%;
        justify-content: center;
    }
    .ticket-heading-big {
        font-size: 3rem;
    }
    .event-date{
        font-size: 16px;
    }
    .event-title {
        font-size: 32px;
        margin: 5px 0;
    }
    .event-location {
        font-size: 19px;
    }
    .ticket-heading-small{
        font-size: 1.25rem;
    }
    .ticket-btn,    
    .ticket-sold-out
    {
        font-size: 16px;
    }
    .tour-presale-card__button {
        font-size: 16px !important;
    }
}

/* ============================================
   MULTI-SHOW INFOBOX & PANEL STYLES
   ============================================ */

/* Multi-Show Infobox Card inherits all styles from .location-block structure */

/* Multi-Show Panel Wrapper (overlay with padding) */
.multi-show-panel-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding: 2rem;
    animation: fadeIn 0.3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Multi-Show Panel (slides in/overlay) */
.multi-show-panel {
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: 600px;
    background: linear-gradient(166.6deg, #182044 12.87%, #070710 130.09%);
    overflow-y: auto;
    border-radius: 10px;
    padding: 20px;
    animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.multi-show-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.panel-location-info {
    flex: 1;
}

.panel-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-family: "Inter", "Montserrat", Sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}

.panel-city {
    color: #fff;
    font-size: 28px;
    font-family: "Inter", "Montserrat", Sans-serif;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.panel-close-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.panel-close-btn:hover {
    background: #f14008;
}

.multi-show-panel-body {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Individual Show Item in Panel */
.panel-show-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.panel-show-item:last-child {
    border-bottom: none;
}

.panel-show-info {
    flex: 1;
}

.panel-show-date {
    color: #fff;
    font-size: 11px;
    font-family: "Inter", "Montserrat", Sans-serif;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.panel-show-city {
    color: #fff;
    font-size: 18px;
    font-family: "Inter", "Montserrat", Sans-serif;
    font-weight: 700;
    margin: 3px 0;
    text-transform: uppercase;
}

.panel-show-venue {
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    font-family: "Inter", "Montserrat", Sans-serif;
    font-weight: 400;
}

.panel-learn-more-btn {
    background: #f14008;
    color: #fff;
    border: none;
    padding: 8px 15px;
    font-size: 14px;
    font-family: "Inter", "Montserrat", Sans-serif;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease;
}

.panel-learn-more-btn:hover {
    background: #d63806;
    color: #fff;
}

/* Scrollbar styling for panel */
.multi-show-panel::-webkit-scrollbar {
    width: 8px;
}

.multi-show-panel::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.multi-show-panel::-webkit-scrollbar-thumb {
    background: #f14008;
    border-radius: 4px;
}

.multi-show-panel::-webkit-scrollbar-thumb:hover {
    background: #d63806;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .multi-show-panel {
        padding: 15px;
    }
    
    .panel-city {
        font-size: 22px;
    }
    
    .panel-show-city {
        font-size: 16px;
    }
}
/* WooCommerce Order Received Page Styles */
.woocommerce-order {
    background-color: white;
    padding: 4rem;
}

.woocommerce-order-received .elementor-widget-container {
    display: flex;
    justify-content: center;
}

/* Mobile breakpoint */
@media (max-width: 767px) {
    .woocommerce-order {
        padding: 1rem;
    }

    #header-tickets-carousel .carousel-inner {
        text-align: center;
    }

    body .header-tickets {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 100%;
        height: 50px;
        top: unset;
        float: none;
        padding: 1rem;
        gap: 10px;
        min-height: 50px;
        justify-content: space-between;

    }

    body .header-tickets .next-show {
        flex: 0 0 10%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 10%;
        height: 40px;
        padding: 0;
        border-right: 1px dashed rgba(15, 18, 30, 0.35);
    }

    body .header-tickets .next-show div,
    body .header-tickets .next-show .next-show-text {
        position: relative;
        top: unset;
        left: 0;
        font-size: 14px;
        line-height: 14px;
        width: 100%;
        text-align: center;
        letter-spacing: 1px;
        transform: none;
        writing-mode: vertical-rl;
        text-orientation: upright;
    }

    body .header-tickets .date-venue {
        flex: 0 0 70%;
        width: 70%;
        height: 40px;
        margin: 0;
        padding: 0 6px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        letter-spacing: -1px;
    }

    body .header-tickets .date-venue .date {
        font-size: 14px;
        line-height: 14px;        
    }

    body .header-tickets .date-venue .venue {
        font-size: 27px;
        line-height: 2px;
        letter-spacing: -1px;
        white-space: normal;
        overflow: visible;    
        text-overflow: unset;
    }

    body .header-tickets .get-tickets {
        flex: 0 0 20%;
        width: 20%;
        height: 40px;
        position: relative;
        top: unset;
        right: unset;
        padding: 4px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    body .header-tickets .get-tickets .get {
        font-size: 7px;
        letter-spacing: 1px;
    }

    body .header-tickets .get-tickets .tickets {
        font-size: 13px;
        line-height: 1.2;
    }
}

/* Tour Page Presale Card Styles */
:root {
    --presale-bg: #04030b;
    --presale-card-bg: rgba(7, 7, 22, 0.9);
    --presale-card-border: rgba(255, 255, 255, 0.08);
    --presale-card-sheen: rgba(255, 255, 255, 0.02);
    --presale-active: #52e717;
    --presale-text: #f7f7fb;
    --presale-muted: #a9a9c4;
}

/* Tour/Show Page Presale Card Styles */
.tour-presale-card {
    position: relative;
    display: flex;
    gap: 1.25rem;
    align-items: center;    
    padding: 1.8rem 2rem;
   
    background: linear-gradient(90deg, #0C1230 -2.33%, #F23F07 108.86%);
    width: 100%;
    max-width: 100%;    
    margin-top: 1rem;
}

.tour-presale-card__content {
    position: relative;
    flex: 1;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: space-between;
}

.tour-presale-card__text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.tour-presale-card__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
}

.tour-presale-card__status {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 0.25rem;
    font-weight: 600;
    font-family: "Montserrat", Sans-serif;
}

.tour-presale-card__description {
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    line-height: 1.2;
    font-family: "Montserrat", Sans-serif;
    text-transform: uppercase;
}

.tour-presale-card__countdown {
    font-size: 1.25rem;
    font-weight: 700;
    color: #f23f09;
    font-family: "Montserrat", Sans-serif;
    white-space: nowrap;
    background: #ffffff;
    border-radius: 100rem;
    padding: 0.5rem;
}

.tour-presale-card--no-countdown .tour-presale-card__countdown,
.tour-presale-card[data-countdown-enabled="false"] .tour-presale-card__countdown {
    display: none !important;
}

.tour-presale-card--no-countdown .tour-presale-card__actions {
    gap: 0;
}

.tour-presale-card__countdown .countdown-time {
    font-size: 1.5rem;
}

.tour-presale-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between !important;
    gap: 8px;
    padding: 12px 18px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500 !important;
    font-size: 18px;
    text-transform: uppercase;
    min-width: 215px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #2f3a83;
    color: #fff;
}

.tour-presale-card__button:hover {
    background: #F23F07 !important;
    color: #fff !important;
    transform: none;
}

.tour-presale-card__button svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
    transition: fill 0.3s ease;
}

.tour-presale-card__button:hover svg {
    fill: #fff;
}

/* Responsive presale card */
@media (max-width: 768px) {
    .tour-presale-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: 1.5rem;
    }
    
    .tour-presale-card__content {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        width: 100%;
    }

    .tour-presale-card__actions {
        
        align-items: flex-start;
    }
    
    .tour-presale-card__description {
        font-size: 3rem;
    }
    
    .tour-presale-card__countdown {
        font-size: 1rem;
    }
    
    .tour-presale-card__countdown .countdown-time {
        font-size: 1.25rem;
    }
    
    .tour-presale-card__button {
        width: 100%;
        justify-content: center;
    }
    .logged-in .woocommerce {
        padding-bottom: 4rem !important;
    }
}

.logged-in .woocommerce {
        justify-content: center !important;
}

/* ── Pre-Sale Pass Empty State ─────────────────────────────── */
.presale-pass-shortcode__empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 520px;
    margin: 3rem auto;
    padding: 3rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(7, 7, 22, 0.9);
}

.presale-pass-shortcode__empty-icon {
    width: 48px;
    height: 48px;
    color: var(--presale-muted, #a9a9c4);
    margin-bottom: 1.25rem;
    opacity: 0.6;
}

.presale-pass-shortcode__empty-heading {
    font-family: "Montserrat", Sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--presale-text, #f7f7fb);
    margin: 0 0 0.5rem;
}

.presale-pass-shortcode__empty-sub {
    font-family: "Montserrat", Sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--presale-muted, #a9a9c4);
    margin: 0;
}

@media (max-width: 600px) {
    .presale-pass-shortcode__empty-state {
        margin: 2rem 1rem;
        padding: 2rem 1.25rem;
    }

    .presale-pass-shortcode__empty-heading {
        font-size: 1.1rem;
    }
}