.elementor-kit-205{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-205 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-205 p{margin-block-end:66px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* MAIN CONTAINER */
.sumi-event-box {
    background: #020101;
    padding: 25px;
    border-radius: 12px;
    color: #ffffff;
}

/* TITLE */
.sumi-event-title {
    font-size: 28px;
    color: #ffffff !important;
    font-weight: 700;
    margin-bottom: 10px;
}

/* DISCOUNT NOTE (RED) */
.sumi-discount-note {
    color: #8A0000 !important;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
}

/* EVENT DETAILS */
.sumi-event-info {
    font-size: 16px;
    margin-bottom: 20px;
    color: #ffffff !important;
}

/* LABELS (Date:, Venue:, Rating:, Price:) */
.sumi-event-info strong {
    color: #8A0000 !important;
}

/* “Choose a time” LABEL (RED) */
.sumi-label {
    color: #8A0000 !important;
    font-weight: 600;
    font-size: 16px;
}

/* DROPDOWN */
.sumi-select {
    width: 100%;
    padding: 12px;
    margin: 8px 0 20px 0;
    background: #1a1a1a !important;
    border: 1px solid #444;
    color: #ffffff !important;
    border-radius: 8px;
}

/* DROPDOWN OPTIONS */
.sumi-select option {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

/* OPTION HOVER FIX */
.sumi-select option:hover {
    background: #333333 !important;
}

/* BOOK NOW BUTTON */
.sumi-btn {
    background: #d10000;   /* RED */
    color: #ffffff;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

/* HOVER – BLACK */
.sumi-btn:hover:not(:disabled) {
    background: #000 !important;
    color: #fff !important;
}

/* DISABLED BUTTON */
.sumi-btn:disabled {
    background: #d10000 !important; 
    opacity: 0.6;  /* Slight fade so user knows it's inactive */
    cursor: not-allowed;
}
@media (max-width: 768px) {
    .ticket-container {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 15px !important;
    }

    .ticket-container select {
        width: 100% !important;
        font-size: 14px !important;
        padding: 12px !important;
    }

    .ticket-container button {
        width: 100% !important;
        font-size: 14px !important;
        padding: 14px !important;
    }

    /* Align items nicely */
    .ticket-container * {
        text-align: left !important;
    }
}/* End custom CSS */