.elementor-65478 .elementor-element.elementor-element-5061756{--display:flex;}.elementor-65478 .elementor-element.elementor-element-38e22dd2{width:var( --container-widget-width, 450% );max-width:450%;--container-widget-width:450%;--container-widget-flex-grow:0;}/* Start custom CSS for shortcode, class: .elementor-element-38e22dd2 *//* --- 1. MAIN CARD CONTAINER --- */
/* This wraps the whole widget in a nice white box with shadow */
.ant-card {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 40px -10px rgba(0,0,0,0.1) !important;
    max-width: 480px !important;
    margin: 10px auto !important;
    font-family: 'Inter', sans-serif !important;
    padding: 30px !important;
}

.ant-card-body {
    padding: 0 !important;
}

/* --- 2. TYPOGRAPHY --- */
/* Event Title */
.etn-ticket-title div:first-child {
    font-family: 'Oswald', sans-serif !important;
    font-size: 22px !important;
    color: #111 !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
}

/* Hide the duplicate "Tickets" heading if it shows */
.etn-purchase-ticket-title {
    display: none !important;
}

/* Description / Seats */
.etn-ticket-description, .etn-remaining-seats {
    font-size: 13px !important;
    color: #6b7280 !important;
    font-weight: 500 !important;
    margin-top: 5px !important;
    display: block !important;
}

/* Labels (Price, Qty, Subtotal) */
.etn-ticket-price-label, 
.etn-ticket-quantity-label, 
.etn-ticket-subtotal-label {
    font-size: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #9ca3af !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    display: block !important;
}

/* Numbers (Price Values) */
.etn-ticket-price strong, 
.etn-ticket-subtotal strong {
    font-family: 'Oswald', sans-serif !important;
    font-size: 24px !important;
    color: #9c1c1f !important; /* SME Red */
    font-weight: 700 !important;
}

/* --- 3. QUANTITY SELECTOR (The +/- Box) --- */
.etn-ticket-quantity {
    background: #f9fafb !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    overflow: hidden !important;
}

/* Buttons */
.etn-ticket-quantity .ant-btn {
    border: none !important;
    background: transparent !important;
    height: 100% !important;
    width: 45px !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #6b7280 !important;
}
.etn-ticket-quantity .ant-btn:hover {
    background: #e5e7eb !important;
    color: #000 !important;
}

/* Input Field */
.etn-ticket-quantity .ant-input-number {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    width: 50px !important;
}
.etn-ticket-quantity input {
    text-align: center !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #000 !important;
    font-family: 'Oswald', sans-serif !important;
}

/* --- 4. THE BUY BUTTON --- */
.etn-purchase-ticket-submit-btn {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 15px !important;
    height: 55px !important;
    border-radius: 8px !important;
    border: none !important;
    width: 100% !important;
    margin-top: 25px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

/* Hover Effect */
.etn-purchase-ticket-submit-btn:hover:not(:disabled) {
    background-color: #9c1c1f !important; /* SME Red */
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(156, 28, 31, 0.3) !important;
}

/* Disabled (Gray) State */
.etn-purchase-ticket-submit-btn:disabled {
    background-color: #e5e7eb !important;
    color: #9ca3af !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

/* --- 5. CLEANUP --- */
/* Hide the extra bottom row "Total" which is redundant */
.etn-purchase-ticket-total-row {
    display: none !important;
}

/* Center Align the columns */
.etn-ticket-info-row {
    align-items: center !important;
}
.etn-ticket-info-row .ant-col {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}/* End custom CSS */