.mp-fast-booking-container {
    font-family: 'Ubuntu', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 30px;
    margin: 20px 0;
    border: 1px solid #eaeaea;
}

/* =========================================================================
   LOADER
   ========================================================================= */
.mp-fb-loader {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    width: 100%;
}

.mp-fb-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #11d5d5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* =========================================================================
   STEPS
   ========================================================================= */
.mp-fb-step {
    margin-bottom: 25px;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.4s ease forwards;
}

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

.mp-fb-step-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mp-fb-step-number {
    background: #11d5d5;
    color: white;
    width: 24px;
    height: 24px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    flex-shrink: 0;
}

/* =========================================================================
   FLATPICKR CALENDAR OVERRIDES
   ========================================================================= */
.mp-fb-calendar-wrapper {
    display: flex;
    justify-content: center;
}

.mp-fb-calendar-wrapper .flatpickr-calendar {
    box-shadow: none !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    font-family: inherit !important;
    width: 100% !important;
    max-width: 380px;
}

.mp-fb-calendar-wrapper .flatpickr-months {
    background: #11d5d5;
    border-radius: 12px 12px 0 0;
    padding: 4px 0;
}

.mp-fb-calendar-wrapper .flatpickr-months .flatpickr-month,
.mp-fb-calendar-wrapper .flatpickr-months .flatpickr-prev-month,
.mp-fb-calendar-wrapper .flatpickr-months .flatpickr-next-month {
    color: #fff !important;
    fill: #fff !important;
}

.mp-fb-calendar-wrapper .flatpickr-months .flatpickr-prev-month:hover svg,
.mp-fb-calendar-wrapper .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #d0e8ff !important;
}

.mp-fb-calendar-wrapper .flatpickr-current-month {
    font-size: 15px;
    font-weight: 600;
}

.mp-fb-calendar-wrapper .flatpickr-current-month .flatpickr-monthDropdown-months {
    background: transparent;
    color: #fff;
    font-weight: 600;
}

.mp-fb-calendar-wrapper span.flatpickr-weekday {
    color: #6b7280;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.mp-fb-calendar-wrapper .flatpickr-day {
    border-radius: 8px;
    font-weight: 500;
    color: #374151;
    transition: all 0.15s ease;
    border: none;
    max-width: unset;
    height: 38px;
    line-height: 38px;
    width: 14.2%;
    font-size: 1.1em;
}

.mp-fb-calendar-wrapper .flatpickr-day:hover {
    background: #dbeafe;
    color: #1e40af;
}

.mp-fb-calendar-wrapper .flatpickr-day.selected,
.mp-fb-calendar-wrapper .flatpickr-day.selected:hover {
    background: #11d5d5 !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(34, 113, 177, 0.4);
}

.mp-fb-calendar-wrapper .flatpickr-day.flatpickr-disabled,
.mp-fb-calendar-wrapper .flatpickr-day.flatpickr-disabled:hover {
    color: #d1d5db !important;
    background: transparent !important;
    cursor: default;
    text-decoration: none;
}

.mp-fb-calendar-wrapper .flatpickr-day.today:not(.selected) {
    border: 2px solid #11d5d5 !important;
    background: #eff6ff;
}

.mp-fb-calendar-wrapper .flatpickr-innerContainer {
    padding: 8px;
}


.mp-fb-calendar-wrapper .flatpickr-days{
    width: 100%;
}

/* Selected date display badge */
.mp-fb-selected-date-display {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 10px 16px;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border: 1px solid #bfdbfe;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #1e40af;
    margin: 20px;
    width: 50%;
    text-align: center;
    justify-content: center;
    
}

.mp-fb-date-icon {
    font-size: 18px;
}

.mp-fb-step.mp-fb-step-date {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

h3.mp-fb-step-title {
    background-color: #f7f7f7;
    width: 100%;
    padding: 10px 20px !important;
    margin-bottom: 20px;
    color: #5d5d5d;
    border-radius: 7px;
    font-size: 1.5em !important;
    margin-bottom: 20px ! IMPORTANT;
}

.mp-fb-calendar-wrapper {
    width: 45%;
}

option.flatpickr-monthDropdown-month {
    color: #353535;
    font-family: 'Ubuntu', sans-serif;
}

/* =========================================================================
   TIME SELECTOR
   ========================================================================= */
.mp-fb-select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    font-size: 16px;
    color: #444;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    cursor: pointer;
    appearance: none;
}

.mp-fb-select:focus {
    outline: none;
    border-color: #11d5d5;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(34, 113, 177, 0.1);
}

/* =========================================================================
   TICKET CARDS
   ========================================================================= */
.mp-fb-ticket-card {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: box-shadow 0.2s, transform 0.2s;
}

.mp-fb-ticket-card:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transform: translateY(-2px);
    border-color: #d1d5db;
}

.mp-fb-ticket-info h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #2c3e50;
}

.mp-fb-ticket-price {
    font-weight: 700;
    color: #066464;
    font-size: 15px;
}

.mp-fb-ticket-desc {
    font-size: 13px;
    color: #7f8c8d;
    margin-top: 5px;
}

.mp-fb-ticket-available {
    font-size: 12px;
    color: #e67e22;
    margin-top: 5px;
    font-weight: 500;
}
.mp-fb-ticket-available.plenty {
    color: #27ae60;
}
.mp-fb-ticket-available.soldout {
    color: #e74c3c;
}

/* =========================================================================
   QUANTITY SELECTOR
   ========================================================================= */
.mp-fb-qty-selector {
    display: flex !important;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
}

.mp-fb-qty-btn {
    background: #f5f5f5;
    border: none;
    width: 36px;
    height: 36px;
    font-size: 18px;
    color: #555;
    cursor: pointer;
    transition: background 0.2s;
}

.mp-fb-qty-btn:hover {
    background: #e9e9e9;
    color: #000;
}
.mp-fb-qty-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.mp-fb-qty-input {
    width: 40px;
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    pointer-events: none;
    background: transparent;
    padding: 0;
}

.mp-fb-calendar-wrapper .dayContainer {
    width: 100%;
    max-width: unset;
}

/* =========================================================================
   SUMMARY & SUBMIT
   ========================================================================= */
.mp-fb-summary {
    display: flex;
    justify-content: flex-end;
    padding-top: 15px;
    border-top: 1px dashed #ddd;
    margin-top: 20px;
}

.mp-fb-total {
    font-size: 20px;
    font-weight: 700;
    color: #085a5a;
}

.mp-fb-submit-area {
    margin-top: 30px;
    text-align: right;
}

.mp-fb-submit-area .mp-fb-btn-submit {
    background: linear-gradient(135deg, #11d5d5, #1e5a8d);
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(34, 113, 177, 0.3);
}

.mp-fb-btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(34, 113, 177, 0.4);
    background: linear-gradient(135deg, #099595, #11d5d5);
}
.mp-fb-btn-submit:disabled {
    background: #bdc3c7;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 600px) {
    .mp-fast-booking-container {
        padding: 20px 15px;
        border-radius: 8px;
    }
    .mp-fb-ticket-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .mp-fb-ticket-actions {
        align-self: flex-end;
    }
    .mp-fb-calendar-wrapper .flatpickr-calendar {
        max-width: 100% !important;
    }
.mp-fb-calendar-wrapper {
    width: 100%;
}

.mp-fb-selected-date-display{
    width: 100%;
}

.mp-fb-loader{
    width: 100%;
}

.mp-fb-calendar-wrapper .flatpickr-day {
    max-width: unset;
    height: 38px;
    line-height: 38px;
    width: 14.2%;
}
}

/**/

@media (min-width: 601px) and (max-width: 1024px) {
	
	.mp-fb-calendar-wrapper {
    width: 60%;
}
	    .mp-fb-selected-date-display {
        width: 36%;
        margin: 11px;
    }
}
