@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
body {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    background-image: url(../elements/New-2024-Poster-small2-scaled.jpg);
    background-size: cover !important;
    background-repeat: repeat-y;
    z-index: 1;
    position: relative;
    background-position: center top;
    background-color: #ffffff00 !important;
    font-size: 18px;
    /* Prevent touch dragging and zooming on mobile */
    touch-action: pan-x pan-y;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif
}

h3 {
    font-size: 25px !important
}

.event-date-heading h3 {
    font-size: 34px !important
}

h3 {
    margin: 10px 0
}

.logo-holder {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: none
}

.order-container {
    max-width: 100%;
    width: 1000px;
    margin: 0 0 30% 0;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
    justify-content: center;
    background: white;
    min-height: 900px;

}

span.seating-title.tiered {
    background: #2067b1
}

span.seating-title.ringside {
    background: #dc2e33
}

.seating-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding: 10px
}

.event-header {
    text-align: center;
    margin-bottom: 2rem
}

.event-header h1 {
    color: #1d3f78;
    font-size: 2rem;
    margin-bottom: 0.5rem
}

.event-header h2 {
    color: #666;
    font-size: 1.2rem
}

.ticket-type p {
    font-size: 20px
}

.step-header h4 {
    margin: 0;
    padding: 0
}

.step-header {
    text-align: center;
    max-width: 90%;
    margin-bottom: 30px;
    padding-top: 20px;

}

.event-date-time {
    font-size: 1.4rem;
    color: #1d3f78;
    margin-top: 10px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 8px;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.left-order-column {
    width: 80%;
    margin: 0 auto
}

.right-order-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center
}

.seating-plan {
    max-width: 80% !important
}

.seating-section {
    margin-bottom: 1.5rem;
    border-radius: 8px;
    padding: 0.5rem;
    background: white
}

.seating-section:last-child {
    margin-bottom: 0;
    margin-bottom: 40px
}

.seating-section h2 {
    color: #ffffff;
    margin: 0rem;
    font-size: 1.6rem
}

.seating-type {
    font-style: italic;
    color: #ffffff;
    padding: 0;
    margin: 0
}

.ticket-grid {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 20px
}


#event-order-form {max-width: 95%}
.event-order-form {max-width: 95%}

.form-step {
    display: block;
    width: 100%
}

.form-step#step2 {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    flex-wrap: wrap
}

.form-step#step3 {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    flex-wrap: wrap;

}

.step3-left-column, .step3-right-column {
    width: 40%;
    padding: 1.5em;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ededed;
    min-height: 730px
}

.payment-section {
    margin-top: 1em
}

.payment-section h3 {
    margin-bottom: 1em;
    color: #232323;
    font-size: 1.2em
}

.voucher-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    background: #fbc828;
    padding: 20px;
    border-radius: 11px
}

.voucher-section .input-wrapper-2.voucher {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.voucher-section input[name="voucher"] {
    width: 90%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px
}

.voucher-section .warning {
    font-size: 12px;
    padding: 5px 0
}

.voucher-section .warning-voucher {
    color: #ed1e26
}

.voucher-section .success-voucher {
    color: #4CAF50
}

.contact-fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-around;
    align-items: stretch;
    min-height: 99px;
    gap: 20px;
    margin: 20px 0
}

.contact-fields input {
    width: 100%;
    height: 50px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 1em
}

.contact-fields input[type="text"] {
    width: 100%
}

.contact-fields input[type="email"] {
    width: 100%
}

.contact-fields input:focus {
    border-color: #ed1e26;
    outline: none
}

/*Stripe fields*/
.ElementsApp {line-height: normal;}

.ElementsApp input {
    background-color: transparent;
    border: none;
    display: block;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 12px 15px;
    height: auto;
    min-height: 50px;
}



.ticket-header-rowski {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    padding: 5px 0;
    border-bottom: 1px solid grey;
    margin: 20px 0;
    font-size: 15px;
    white-space: nowrap;
    font-size: .875rem;
    line-height: 2em;
    align-content: center;
    align-items: center;
    display: none
}

.ticket-header-rowski .bde-text {
    max-width: 70px
}

.ticket-type {
    padding: 0px 4px 0px 4px;
    border-radius: 0;
    width: 100%;
    transition: transform 0.2s;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    font-size: 20px;
    margin: 0;
    min-width: 80px;
    text-align: center;
    font-weight: 400;
    color: black;
    min-width: 120px;
    flex-wrap: wrap;
    border-bottom: 1px solid #cfcfcf;
    justify-content: space-between
}

.ticket-type-title {
    min-width: 120px;
    text-align: left;
    width: 100%
}

.ticket-type:hover {
    transform: translateY(-2px)
}

.ticket-type h3 {
    margin: 0;
    min-width: 120px
}

.ticket-type .ticket-quantity {
    margin: 0
}

.ticket-type .ticket-quantity select {
    width: 100%
}

.ticket-quantity {
    display: flex;
    align-items: center
}

.quantity-selector {
    display: flex;
    align-items: center;
    gap: 0rem;
    border-radius: 4px;
    padding: 0.25rem
}

.quantity-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 40px;
    cursor: pointer;
    font-size: 1.6rem;
    color: #232323;
    transition: all 0.2s ease;
    padding: 0;
}

.quantity-btn:hover {
    background: #ed1e26;
    color: white;
    border-color: #ed1e26
}

.quantity-btn:disabled {
    background: #f8f9fa;
    color: #ccc;
    cursor: not-allowed;
    border-color: #ddd
}

.quantity-value {
    width: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    background: transparent;
    -moz-appearance: textfield
}

.quantity-value::-webkit-outer-spin-button, .quantity-value::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.step-header h2 {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 200
}

.order-info-title {
    font-weight: 700;
    font-size: 1.6em;
    border-bottom: 1px solid black;
    padding: 5px 0;
    text-align: center
}

.order-info-row {
    font-size: 20px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin: 20px 0;
    gap: 5px
}

.order-info-icon i {
    color: #ed1e26;
    font-size: 1.5em;
    min-width: 35px
}

.sticky-cart-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ed1e26;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    height: 93px;
    flex-wrap: nowrap;
    flex-direction: row;
    z-index: 999;
    width: 100%
}
.sticky-cart-bar .fa-lg {
    font-size: 2em;
    vertical-align: -0.075em;
    }

.cart-total {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #c41820;
    padding: 29px;
    height: auto;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 auto;
    width: 200px
}

.cart-total-label {
    font-size: 18px;
    font-weight: bold
}

.cart-total-amount {
    font-size: 24px;
    font-weight: bold
}

.cart-toggle {
    position: absolute;
    bottom: 60px;
    background: #c41820;
    border: none;
    color: white;
    cursor: pointer;
    padding: 12px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 998;

}

.bde-icon-list__icon > svg {
    font-size: inherit;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: red;
    fill: red
}

.inner svg.cart-toggle-icon.active {
    transform: rotate(0deg) !important
}

.cart-toggle span {
    font-weight: 300;
    font-size: 16px
}

.cart-toggle-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease
}

.cart-toggle-icon.active {
    transform: rotate(180deg)
}

button.cart-toggle.inner {
    position: fixed;
    top: 20px;
    right: 20px;
    height: 40px
}

.cart-slide-out {
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    width: 400px;
    background: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    z-index: 999;
    max-height: 80vh;
    overflow-y: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 998
}

span.remove-item {
    font-style: italic;
    color: red;
    font-size: 11px;
    cursor: pointer
}

.cart-slide-out.active {
    transform: translateX(-50%) translateY(0)
}

.cart-slide-out-content {
    padding: 20px;
    z-index: 0
}

.cart-slide-out-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px
}

.cart-slide-out-title {
    font-size: 20px;
    font-weight: bold;
    color: #333
}

.cart-items {
    margin-bottom: 20px
}

.cart-items .cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8em 0;
    border-bottom: 1px solid #eee;
    gap: 10px
}

.cart-items .cart-item-details {
    flex: 1;
    min-width: 0
}

.cart-items .cart-item-name {
    font-weight: 500;
    color: #232323;
    margin-bottom: 0.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cart-items .cart-item-price {
    font-size: 0.9em;
    color: #666
}

.cart-items .cart-item-price .remove-item {
    color: #ed1e26;
    font-size: 0.8em;
    margin-left: 8px;
    cursor: pointer;
    text-decoration: underline
}

.cart-items .cart-item-price .remove-item:hover {
    color: #c41820
}

.cart-items .cart-item-quantity {
    font-weight: 500;
    color: #232323;
    min-width: 50px;
    text-align: right
}

.cart-items .cart-item-subtotal {
    font-weight: 600;
    color: #232323;
    min-width: 80px;
    text-align: right
}

.cart-items .cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 0;
    margin-top: 1em;
    border-top: 2px solid #eee;
    font-weight: 600;
    font-size: 1.1em;
    background: transparent
}

.cart-items .cart-total-label {
    color: #232323
}

.cart-items .cart-total-amount {
    color: #ed1e26
}

.cart-items .cart-item.addon-item {
    background: #f8f8f8;
    padding: 1em;
    border-radius: 4px;
    margin: 0.5em 0
}

.cart-items .cart-item.addon-item .cart-item-name {
    color: #232323;
    font-weight: 600
}

.cart-items .cart-item.addon-item .cart-item-price {
    color: #666
}

.next-step, .prev-step {
    padding: 28px 0;
    border-radius: 4px;
    font-size: 1.1rem;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s;
    width: 160px;
    position: relative;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    /* gap: 18px; */
    height: 90px;

}

.prev-step.sticky-prev {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    height: 90px;
    flex-direction: column;

}

.next-step.sticky-next {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    height: 90px;

}

.prev-step::after {
    content: "BACK";
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;

}

.next-step.sticky-next::after {
    content: "NEXT";
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;

}

.next-step.sticky-next.complete-purchase::after {
    content: "";
}

/* Hide next button on step 3 */
.step_3.active ~ .sticky-cart-bar .next-step,
.step_3.active .sticky-cart-bar .next-step {
    display: none !important;
}

/* Alternative approach - hide next button when step 3 is active */
body .sticky-cart-bar .next-step[style*="display: none"] {
    display: none !important;
}

/* Force hide next button in sticky nav on step 3 */
.sticky-cart-bar .next-step.hide-on-step3 {
    visibility: hidden !important;
}

@media (min-width: 768px) {
 

    .next-step.complete-purchase::before {
        content: "";
        margin-right: 0
    }
}

.next-step {
    background: #ed1e26;
    color: white;
    border: none
}

.prev-step {
    background: #ed1e26;
    color: white;
    border: none
}

.next-step:hover {
    background: #c41820
}

.prev-step:hover {
    background: #c31821;
    height: 90px;
    border-radius: 0;
}

.step2-columns {
    display: flex;
    gap: 2rem;
    margin-top: 2rem
}

.step2-left-column {
    flex: 1;
    min-width: 700px
}

.step2-right-column {
    flex: 1;
    min-width: 300px
}

.add-ons-section {
    width: 90%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
}

.add-ons-grid {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin-top: 1rem;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: stretch
}

.add-on-image {
    max-width: 140px;
    max-height: 140px;
    margin-bottom: 1rem;
    border-radius: 8px;
    background: #fff;
    overflow: hidden
}

.step_1, .step_2, .step_3 {
    display: none
}

.step_1.active, .step_2.active, .step_3.active {
    display: block
}

.step_1[style], .step_2[style], .step_3[style] {
    display: block
}

.step_1, .step_2, .step_3 {
    transition: opacity 0.3s ease-in-out;
    opacity: 0
}

.step_1.active, .step_2.active, .step_3.active {
    opacity: 1;
    max-width: 100%;
    margin: 0 auto;

}

/* Stripe Elements Styling - Fixed for proper text size and input area */
.ElementsApp, .ElementsApp .InputElement {
    font-size: 18px !important;
    color: #30313d;
    padding: 15px 18px !important;
    height: 50px !important;
    min-height: 50px !important;
    border: none !important;
    background: transparent !important;
    outline: none !important;
    font-family: inherit !important;
    vertical-align: middle !important;
}

/* Ensure iframes properly fill their containers */
iframe {
    height: 50px !important;
    min-height: 50px !important;
    border: none !important;
    background: transparent !important;
}

/* Basic iframe styling */
iframe {
    height: 50px !important;
    min-height: 50px !important;
}

/* Card number field - Simplified for Stripe compatibility */
div#card-number {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
}

/* Card expiry field - Simplified for Stripe compatibility */
div#card-expiry {
    width: 30%;
    height: 50px;
    padding: 10px 20px;
    display: inline-block;
    margin-right: 0%;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    div#card-cvc {
    width: 35%;
    height: 50px;
    padding: 5px 5px 5px 5px;
    display: inline-block;
    margin-left: 0;
};
}

/* Card CVC field - Simplified for Stripe compatibility */
div#card-cvc {
    width: 30%;
    height: 50px;
    padding: 10px 20px;
    display: inline-block;
    margin-left: 5%;
}

/* Let Stripe handle the styling internally */
div#card-number,
div#card-expiry,
div#card-cvc {
    border: 1px solid #ddd;
    border-radius: 10px;
    background: white;
}

/* Focus states handled by Stripe Elements */
div#card-number:focus-within,
div#card-expiry:focus-within,
div#card-cvc:focus-within {
    border-color: #ed1e26;
    box-shadow: 0 0 0 2px rgba(237, 30, 38, 0.2);
}

/* Ensure Stripe iframes are interactive */
div#card-number iframe,
div#card-expiry iframe,
div#card-cvc iframe {
    pointer-events: auto !important;
    z-index: 2 !important;
    position: relative !important;
}

/* Fix Stripe accessibility warnings for hidden inputs */
.__PrivateStripeElement-input[aria-hidden="true"] {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    border: none !important;
    background: transparent !important;
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    /* Prevent focus on hidden inputs */
    tabindex: -1 !important;
    focusable: false !important;
}

/* Ensure proper focus management for Stripe elements */
.__PrivateStripeElement {
    position: relative !important;
    z-index: 1 !important;
}

/* Prevent focus on aria-hidden elements */
[aria-hidden="true"] {
    pointer-events: none !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
}

.payment-fields {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

@media (max-width: 1024px) {
    .add-ons-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 600px) {
    .add-ons-grid {
        grid-template-columns: 1fr
    }
}

.add-on-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1rem 1rem 1rem;
    background: #ed1e26;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    color: #fff;
    position: relative;
    width: 38%;
    justify-content: center;
    align-content: center
}

.add-on-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center
}

.add-on-details img {
    margin-bottom: 1rem;
    border-radius: 8px;
    background: #fff;
    max-width: 200px;
    aspect-ratio: 1 / 1;
    overflow: hidden
}

.add-on-details h3 {
    margin: 0.5rem 0 0.25rem 0;
    font-size: 1.1rem;
    color: #fff
}

.add-on-price {
    margin: 0.5rem 0 0.5rem 0;
    color: #ffd700;
    font-weight: 600;
    font-size: 1.1rem
}

.add-on-quantity {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem
}

.add-on-quantity select {
    width: 60px;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    color: #232323;
    font-weight: bold
}

.cart-voucher-row {
    background: #f8f8f8;
    padding: 0.8em;
    margin: 0.5em 0;
    border-radius: 4px
}

.cart-voucher-row .remove-voucher {
    background: none;
    border: none;
    color: #ed1e26;
    cursor: pointer;
    font-size: 0.9em;
    padding: 0;
    margin-left: 0.5em
}

.cart-voucher-row .remove-voucher:hover {
    text-decoration: underline
}

.order-summary-content {
    max-height: calc(100vh - 300px);
    overflow-y: auto
}

.order-summary-content .cart-items {
    margin-bottom: 1em
}

.order-summary-content .cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8em 6px;
    border-bottom: 1px solid #eee;
    gap: 10px
}

.order-summary-content .cart-item:last-child {
    border-bottom: none
}

.order-summary-content .cart-item-details {
    flex: 1;
    min-width: 0
}

.order-summary-content .cart-item-name {
    font-weight: 500;
    color: #232323;
    margin-bottom: 0.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.order-summary-content .cart-item-price {
    font-size: 0.9em;
    color: #666
}

.order-summary-content .cart-item-quantity {
    font-weight: 500;
    color: #232323;
    min-width: 50px;
    text-align: right
}

.order-summary-content .cart-item-subtotal {
    font-weight: 600;
    color: #232323;
    min-width: 80px;
    text-align: right
}

.order-summary-content .cart-item.addon-item {
    background: #f8f8f8;
    padding: 0 6px;
    border-radius: 4px;
    margin: 0.5em 0
}

.order-summary-content .cart-item.addon-item .cart-item-name {
    color: #232323;
    font-weight: 600
}

.order-summary-content .cart-item.addon-item .cart-item-price {
    color: #666
}

.order-total {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 2px solid #eee
}

.total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 1.1em;
    color: #232323
}

.total-amount {
    color: #ed1e26
}

/* Removed duplicate ElementsApp styling - using the updated version above */



.GooglePayButton {
    border: 0;
    cursor: pointer;
    max-height: 64px;
    min-height: 50px;
    position: relative;
}

.ApplePayButton {
    max-height: 64px;
    min-height: 50px;
}

.ElementsApp>* {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 50px!important;
    }


/*terms and conditions */
input[type="checkbox"] {
    width: 26px;
    height: 26px;
    }



.terms-conditions {
    margin: 10px 0 10px 0;
    padding: 1em;
    /* background: rgb(248, 248, 248); */
    border-radius: 4px;
    display: flex;
    flex-flow: row;
    width: 100%;
}

.terms-conditions label {
    align-items: center;
    gap: 0.5em;
    color: rgb(102, 102, 102);
    width: 100%;
    padding: 0 10px !important;
    font-size: 1.1em;
    }

.terms-conditions a {
    color: #ed1e26;
    text-decoration: none
}

.terms-conditions a:hover {
    text-decoration: underline
}

.poster-inner {
    background: hsl(201.76deg 100% 37.84%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    text-align: center;
    padding: 20px
}

.section-container {
    max-width: 1280px;
    width: 90%;
    width: 100%;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    margin: 40px auto;
    align-content: center;
    justify-content: center;

}

.event-dates-row {
    z-index: 1;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 93%;
    padding: 20px;
    border-top: 20px solid #000;
    border-bottom: 20px solid #000;
    border-left: 20px solid #000;
    border-right: 20px solid #000;
    margin-top: 0px;
    margin-bottom: 0px;
    background: white
}

.event-date-col {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px dotted #c1c1c1;
    padding-bottom: 14px
}

.desc {
    font-size: 2vw;
    text-align: center;
    margin: 0
}

.event-title {
    font-size: clamp(1rem, 5vw, 3.5rem);
    width: 100%;
    text-align: left;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
    margin: 0;
    color: #222;
    font-weight: 700;
    letter-spacing: 0.02em;
    z-index: 1
}

.event-description {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #333;
    font-weight: 500;
    z-index: 1;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row
}

.event-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 24px
}

.event-column {
    flex: 1 1 220px;
    min-width: 220px;
    background: #f8f8f8;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.event-day {
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: #006fb4;
    font-weight: 600
}

.event-showtime {
    margin: 10px 0;
    width: 25%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center
}

.event-showtime p {
    font-size: 24px;
    padding: 0;
    margin: 0 0 10px 0
}

.showtime-label {
    margin-bottom: 8px;
    font-size: 1rem;
    color: #222
}

a.book-now-btn {
    border-radius: 16px;
    background: #ce2d26;
    padding: 16px;
    color: white;
    text-decoration: none
}

a.book-now-btn:hover {
    color: white !important;
    background: red
}

.book-btn {
    display: inline-block;
    background: #006fb4;
    color: #fff;
    padding: 8px 18px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    margin-top: 4px
}

.book-btn:hover, .book-btn:focus {
    background: #004a7c;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12)
}

.poster-box {
    background: url(/elements/star-red.jpg);
    background-size: 22px !important;
    background-repeat: round;
    resize: both;
    position: relative !important;
    min-width: 150px;
    min-height: 60px;
    padding: 1.5rem;
    width: 95%
}

.form-step {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start
}

.price-deets {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

.price-label {
    white-space: nowrap;
    font-size: .875rem;
    line-height: 1em;
    color: hsl(0deg 0% 12.16%);
    font-weight: 500
}

.price.boxoffice {
    color: grey;
    font-weight: 100
}

.price {
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 600;
    color: green;
    text-align: left
}

.boxoffice .price-label {
    font-weight: 100
}

.step_1.active {
    position: relative;
    min-height: 1000px
}

.accessibility-block {
        position: relative;
    right: 30px;
    bottom: 30px;
    z-index: 10;
    background: #fff;
    box-shadow: 0 2px 8px #0001;
    border-radius: 8px;
    max-width: 400px;
    width: 100%;
    padding: 20px
}

@media (min-width: 1030px) {
.showtime-btn-row {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    flex-direction: row;
}
}

@media (max-width: 900px) {
    .accessibility-block {
        position: absolute;
        right: 0;
        left: 0;
        bottom: -130px;
        max-width: 84%;
        border-radius: 0;
        box-shadow: none;
        padding: 16px 8px;
        padding: 30px 20px !important;
        margin: 0 auto;
        background: #717171;
        color: white;
    }
}


@media (max-width: 760px) {
    .accessibility-block {
        position: absolute;
        right: 0;
        left: 0;
        bottom:40px;
        max-width: 84%;
        border-radius: 0;
        box-shadow: none;
        padding: 16px 8px;
        padding: 30px 20px !important;
        margin: 0 auto;
        background: #717171;
        color: white;
    }
}




input#wheelchair-user-count {
    max-width: 84px;
    text-align: center;
    color: black;
}

/* Buy Now Button Styling */
.buy-now-btn {
    background: #4CAF50;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 20px 40px;
    font-size: 1.4rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
}

.buy-now-btn:hover {
    background: #45a049;
}

.buy-now-btn:disabled {
    background: #cccccc;
    cursor: not-allowed;
}

.accessibility-block .form-group {
    display: flex;
    max-width: 100%;
    gap: 10px;
    align-content: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center
}

.accessibility-block {
    margin-top: 20px;
    padding: 0px 50px
}

select#wheelchair-user-q {
    width: 150px;
    text-align: center
}



@media only screen and (max-width: 768px) {
    .event-box {
        padding: 20px 20px
    }

    .event-title {
        font-size: 1.3rem
    }

    .event-description {
        font-size: 1rem
    }

    .event-day {
        font-size: 1rem
    }

    .showtime-label {
        font-size: 0.95rem
    }

    .book-btn {
        padding: 7px 12px;
        font-size: 1rem
    }
}

@media (min-width: 1024px) {
    .section-container {
        max-width: 1024px
    }

    .add-ons-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width: 900px) and(min-width: 768px) {
    .seating-plan {
        width: 50% !important
    }

    .order-info-block {
        padding: 16px !important;
        width: 40% !important
    }

    .right-order-column {
        width: 100% !important;
        gap: 20px
    }
}

@media (max-width: 900px) {
    .form-step {
        flex-direction: column-reverse;
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center
    }

    .right-order-column {
        width: 90%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }

    .left-order-column {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        gap: 0;
        flex-wrap: nowrap
    }

    .seating-section {
        width: 46%;
        margin-bottom: 0
    }

    .seating-section:last-child {
        margin-bottom: 0
    }

    .seating-plan {
        width: 100%;
        max-width: 90%
    }

    .order-info-block {
        padding: 16px !important;
        width: 55%
    }

    .event-columns {
        flex-direction: column;
        gap: 0
    }

    .event-column {
        min-width: 0;
        width: 100%;
        margin-bottom: 24px
    }

    #event-order .event-header {
        text-align: center
    }

    .cart-slide-out {
        bottom: 0
    }

    .cart-slide-out.active {
        bottom: 90px
    }
}

@media (max-width: 769px) {
    .seating-plan {
        display: none;
    }

    .step-header {
        margin: 20px auto;
        padding-top: 0px
    }
}

@media (max-width: 769px)
{
    .nav-button.next-step {
        width: 200px
    }

    .nav-button .btn-text {
        display: inline-block !important
    }

    .nav-button .btn-icon {
        display: none !important
    }
}

@media (max-width: 1024px) {
    .form-step#step3 {
        flex-direction: column;
    
    }

    .step3-left-column, .step3-right-column {
        width: 80%;
        padding: 12px;
        margin: 0px auto;
    
    }

    .order-summary-section {
        position: static;
        margin-bottom: 0em;
    
    }

    .order-summary-content {
        max-height: none
    }

    .ElementsApp input {
        font-size: 16px !important;
        line-height: 1.5 !important;
        padding: 10px 12px !important;
    }
    
    /* Mobile credit card field adjustments */
    div#card-number,
    div#card-expiry,
    div#card-cvc {
        width: 80% !important;
        margin-bottom: 10px;
        margin-left: 0;
    }
    
    .payment-fields {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .right-order-column {
        position: static
    }

    .step3-left-column, .step3-right-column {
        min-height: 500px
    }

    .step3-right-column {
        background: #f4f4f466;
        margin-bottom: 0px auto;
    
    }
}

@media (max-width: 768px) {
    .add-on-item {
        display: flex;
        align-items: center;
        flex-direction: row;
        align-content: center;
        flex-wrap: nowrap;
        width: 90%;
        margin: 0 auto
    }

    .add-on-item img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        margin-right: 10px;
        flex-shrink: 0
    }

    .step_3.active {
        opacity: 1;
        /* max-width: 90%; */
        padding-bottom: 100px;
        margin: 0 auto 0 auto;
    
    }

    .add-on-details {
        flex: 1;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-right: 10px;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        width: 100%;
        gap: 10px
    }

    .add-on-details h3, .add-on-details .add-on-price {
        margin: 0;
        font-size: 1em;
        text-align: left
    }

    .add-on-quantity {
        display: flex;
        align-items: center;
        min-width: 90px;
        justify-content: flex-end;
        margin-top: 0
    }

    .add-on-quantity .quantity-selector {
        display: flex;
        align-items: center
    }

    .add-on-quantity .quantity-btn {
        width: 32px;
        height: 32px;
        font-size: 1.2em;
        border-radius: 50%;
        border: 1px solid #ccc;
        background: #fff;
        color: #ed1e26;
        margin: 0 4px
    }

    .add-on-quantity .quantity-value {
        width: 32px;
        text-align: center;
        font-size: 1.1em;
        border: none;
        background: transparent
    }

    .nav-button.next-step {
        width: 56px;
        padding: 1rem
    
    }

    .nav-button .btn-text {
        display: none !important
    }

    .nav-button .btn-icon {
        display: inline-block !important
    }

    .left-order-column {
        display: flex;
        flex-direction: column;
        padding: 0;
        align-content: center;
        align-items: center;
        margin: 0;
        width: 90%;
        justify-content: space-between;
        margin-bottom: 190px
    }

    .right-order-column {
        display: flex;
        flex-direction: column
    }

    .order-container {
        padding: 0px;
        width: 100%
    }

    .order-info-block {
        width: 90%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        margin: 20px 0px
    }

    .order-info-row {
        margin: 10px 0;
        max-width: 95%
    }

    .seating-section {
        width: 100%;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        border-radius: 8px;
        margin: 10px 0px
    }

    .seating-section:last-child {
        margin-bottom: 40px;
        margin-bottom: 0
    }

    .form-step {
        flex-direction: column-reverse;
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        /* width: 90%; */
        margin: 0 auto;
    
    }

    .step2-columns {
        flex-direction: column
    }

    .step2-left-column, .step2-right-column {
        min-width: 100%;
        display: flex;
        align-content: center;
        width: 100%;
        padding: 0;
        margin: auto;
        justify-content: space-between
    }

    .cart-toggle {
        padding: 10px 20px
    }

    .cart-slide-out {
        max-width: 100%
    }

    .event-layout {
      flex-direction: column;
      gap: 20px;
        width: 100% !important;
    }
    
    .event-poster-column {
      flex: none;
      width: 100%;
        max-width: 330px;
      margin: 20px auto;
    }
    
    .event-details-column {
        text-align: center !important;
    }
    
    .event-title {
      font-size: 5rem;
      text-align: center;
      line-height: 4rem;
    }
  
    .event-venue-full {
        font-size: 2rem !important;
    }
  
    .showtimes-title {
        font-size: 2rem !important;
        font-weight: 100;
        margin-bottom: 10px !important;
        text-align: center !important;
        display: none;
    }

    .showtime-book {
    justify-content: center;
    font-size: 2.4rem !important;
    font-weight: 600 !important;
  }
  
  .showtime-btn {
    justify-content: center;
    font-size: 2.2rem;
    font-weight: 600;
    color: white !important;
    text-shadow: 3px 3px black;
  }
  
    .showtime-btn.sold-out {
        color: #ffffff;
        text-shadow: 3px 3px black;
    }
  
    .showtime-date-row {
        margin-bottom: 33px !important;
    }
  
  .showtime-time {
        font-weight: 700 !important;
        font-size: 2.2rem !important;
    margin-right: 6px;
  }
  
  .showtime-date-label {
        font-weight: 100 !important;
        font-size: 2.2rem !important;
  }
  
    .event-date-range {
      flex-direction: column;
      gap: 20px;
    }
    
    .date-day {
      font-size: 2rem;
    }
    
    .showtimes-grid {
      grid-template-columns: 1fr;
    }
    
    .event-date-col {
      min-width: 150px;
      padding: 15px;
    }
    
    .book-now-btn {
      padding: 10px 20px;
      font-size: 1rem;
    }
    
    .section-container.slider {
      height: 530px;
      margin-bottom: -100px;
      z-index: 999;
    }/* Mobile-only styles */
    
    .mobile-only {
      display: block;
    }
    
    .desktop-only {
      display: none;
    }
  }

@media (max-width: 705px) {
    .add-ons-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: space-around;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
        min-width: 500px
    }
}

@media (max-width: 760px) {
    .section-container, .poster-inner {
        padding: 0px !important;
        margin-top: 0
    }

    .event-title {
        font-size: 2.5rem !important;
        text-align: center;
    }

    .event-description {
        font-size: 1em !important
    }

    .event-dates-row {
        flex-direction: column;
        padding: 10px !important;
        width: 94% !important;
        border-width: 8px !important
    }

    .event-date-col {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0 0 0
    }

    .book-now-btn {
        width: 100%;
        text-align: center;
        padding: 12px;
        font-size: 1em
    }

    .event-showtime {
        margin-bottom: 30px;
        width: 50%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-around;
        align-items: center
    }
}

@media (max-width: 600px) {
    .event-title {
        font-size: 2.5rem !important;
        text-align: center;
    }

.event-venue-full {
    font-size: 2rem !important;
    text-align: center;
    line-height: 2rem;
}
   
    .showtimes-title {
        font-size: 2.4rem !important;
    margin-bottom: 10px !important;
    text-align: center !important;
}

.showtime-book {
    justify-content: center;
    font-size: 1.4rem !important;
}

.showtime-time {
    font-weight: 700 !important;
    font-size: 1.4rem !important;
}

.showtime-date-label {
    font-weight: 100 !important;
    font-size: 1.8rem !important;
}

    .event-layout {
        flex-direction: column;
        width: 100%;
        gap: 0px !important
    }

    .event-details-column {
        width: 94%;
        padding: 20px
    }

    .form-step#step2 {
        margin: 40px auto;
        width: 95%
    }

    .section-container {
        max-width: 600px
    }

    .add-ons-section {
        margin-bottom: 30px;
        width: 100%
    }

    .add-ons-grid {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center
    }

    .date-day {
        display: block;
        font-size: 1.2em;
        font-weight: bold;
        line-height: 1
    }

    .add-ons-grid {
        flex-direction: row;
        min-width: 0;
        width: 100%
    }

    .add-on-item {
        display: flex;
        width: 33%;
        align-items: center;
        flex-direction: column;
        align-content: center;
        flex-wrap: nowrap;
        margin: 0 auto
    }

    .addon-title {
        flex: 2;
        font-weight: 600 !important;
        font-size: 1.1rem
    }

    .add-on-details {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .add-on-details h3 {
        font-size: 1.4rem !important
    }

    .add-on-item img {
        width: 70%;
        height: auto
    }

    .addon-list-item {
        padding: 10px 5px !important;
        gap: 12px;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .addon-image img {
        width: 80px;
        height: 80px
    }

    .addon-info {
        align-items: center
    }

    .addon-quantity {
        margin-top: 10px
    }
}

.nav-button.next-step.complete-purchase {
    background-color: #4CAF50;
    color: white;
    font-weight: bold;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;

}

.nav-button.next-step.complete-purchase:hover {
    background-color: #45a049
}

.nav-button.next-step.complete-purchase:active {
    background-color: #3d8b40
}

.voucher-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee
}

.voucher-section .input-wrapper-2.voucher {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.voucher-section input[name="voucher"] {
    width: 90%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px
}

.voucher-section .warning {
    font-size: 12px;
    padding: 5px 0
}

.voucher-section .warning-voucher {
    color: #ed1e26
}

.voucher-section .success-voucher {
    color: #4CAF50
}

.apply-voucher-btn {
    background: #ed1e26;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s ease;
    width: 98%
}

.apply-voucher-btn:hover {
    background: #c41820
}

.speech-bubble-warning {
    background: #fbc828;
    color: #ed1e26;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    display: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: fadeIn 0.3s ease-in-out;
    max-width: 300px;
    text-align: center;
    /* Position will be set dynamically by JavaScript */
}

/* Removed chevron arrow since bubble is no longer tied to buttons */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.nav-button.next-step {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ed1e26;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s;
    width: 200px;
    padding: 1rem 2rem;

}

.nav-button.next-step:hover {
    background: #c41820;
    height: 92px
}

.nav-button .btn-text {
    display: inline-block
}

.nav-button .btn-icon {
    display: none
}

@media (max-width: 768px) {
    .step-header h2 {
        display: none;
    }

    .cart-total {
        width: 93px;
    }
    
    .speech-bubble-warning {
        max-width: 280px;
        font-size: 14px;
        padding: 12px 16px;
        margin: 0 10px;
    }

    .next-step, .prev-step {
        width: 180px;
        position: relative;
    }

    .nav-button.next-step {
        width: 180px;
        padding: 15px 0 0 0;
    
    }

    .nav-button.next-step:hover {
        background: #c41820;
        height: 92px;
        height: 94px;
    }

    .nav-button.next-step.complete-purchase:hover {
        background-color: #45a049;
        /* background-color: #45a049; */
        padding-top: 30px;
        flex-direction: column;
        align-items: center;
        align-content: center;
    
    }

    .fa-lg {
        font-size: 2.25em;
        line-height: 1.05em;
        vertical-align: 0;
    }

    .section-container {
        max-width: 768px
    }

    .nav-button.next-step {
        width: 160px;
        /* display: flex !important; */
    
        .prev-step.sticky-prev {
display: flex !important;
flex-direction: column;
align-items: center;
/* gap: 18px; */
height: 90px;
    
    }

        .nav-button .btn-text {
        display: none !important
    }

        .nav-button .btn-icon {
        display: inline-block !important
    }

    }

@media (min-width: 769px) {
    .nav-button.next-step {
        width: 200px
    }

    .nav-button .btn-text {
        display: inline-block !important
    }

    .nav-button .btn-icon {
        display: none !important
    }
}

@media (max-width: 400px) {
    .step_1.active, .step_2.active, .step_3.active {
        opacity: 1;
        max-width: 340px !important;
        margin: 0 auto
    }
}

input#wheelchair-user-count {
    max-width: 57px;
    text-align: center;
    color: white;
}

.addons-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-wrap: nowrap
}

.addon-list-item {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 1.1em;
    gap: 15px;
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: row
}

.addon-image {
    flex-shrink: 0
}

.addon-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px
}

.addon-info {
    height: auto;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

.addon-image {
    padding: 20px;
    width: 100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center
}

.addon-title {
    font-weight: 600;
    font-size: 1.1rem
}

.addon-price {
    color: #ed1e26;
    font-weight: 500;
    font-size: 1rem
}

.addon-description {
    color: #666;
    font-size: 0.9rem;
    margin-top: 2px;
    line-height: 1.3
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    color: black
}

.table th, .table td {
    color: black !important
}

.table thead th {
    color: black !important;
    font-weight: bold
}

.table tbody td {
    color: black !important
}

.addon-quantity {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px
}

.addon-quantity .quantity-btn {
    width: 32px;
    height: 32px;
    font-size: 1.2em;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    color: #ed1e26
}

.addon-quantity .quantity-value {
    width: 32px;
    text-align: center;
    font-size: 1.1em;
    border: none;
    background: transparent
}

.showtime-row input[type="datetime-local"] {
    max-width: 220px;
    min-width: 180px;
    font-size: 1.1em;
    margin-right: 10px
}

.showtime-row select[name="showtime_status[]"] {
    max-width: 120px;
    min-width: 90px;
    font-size: 1em;
    margin-right: 10px
}

.showtime-row {
    gap: 10px
}

#payment-request-button {
    max-width: 350px;
    width: 100%;
    margin: 24px auto 16px auto;
    justify-content: center;
}
}