:where(.wp-site-blocks) > *, :root :where(.is-layout-flow) > * {
    margin-block-start: 0 !important;
}

header, :root :where(.wp-block-separator) {
    display: none !important;
}

.wp-block-separator {
    margin: 0;
}

.w-80px {
    width: 80px !important;
}

.w-100px {
    width: 100px !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.step-container.d-none,
.lp-form-actions.d-none {
    display: none !important;
}


.lp-booking-container.modern-design {
    /* Bootstrap Color Overrides */
    --bs-primary: #7266bb;
    --bs-primary-rgb: 114, 102, 187;
    --bs-tertiary-bg: #f8fafc;
    --bs-body-bg: #ffffff;
    --bs-body-color: #1e293b;
    --bs-secondary-color: #64748b;
    --bs-border-color: #e2e8f0;
    --bs-success: #059669;
    --bs-danger: #ef4444;
    --bs-light: #f1f5f9;
    --bs-gray-300: #e2e8f0;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-danger-rgb: 239, 68, 68;
    
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    
    --bs-link-color: var(--bs-primary);
    --bs-link-hover-color: color-mix(in srgb, var(--bs-primary), black 15%);
    
    /* Typography Overrides to prevent WordPress interference */
    font-size: 1rem !important;
    letter-spacing: normal !important;
    line-height: 1.5 !important;

    --bs-border-radius: 10px;
    --bs-border-radius-lg: 1rem;
    --bs-border-radius-xl: 2rem;
    
    font-family: var(--bs-body-font-family, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif);
    padding: 40px 20px;
    background: var(--bs-tertiary-bg);
    min-height: 100svh;
}


.lp-booking-grid {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    background: var(--bs-body-bg);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.lp-booking-grid.rounded-2 { border-radius: var(--bs-border-radius) !important; }
.lp-booking-grid.rounded-3 { border-radius: var(--bs-border-radius-lg) !important; }
.lp-booking-grid.rounded-5 { border-radius: var(--bs-border-radius-xl) !important; }

.lp-form-check {
    padding-left: 2.5em;
    min-height: 1.5rem;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.lp-form-check .form-check-input {
    float: none;
    margin-left: -2.5em;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0;
    border: 2px solid var(--bs-border-color);
    cursor: pointer;
    flex-shrink: 0;
}

.lp-form-check .form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.lp-form-check .form-check-label {
    cursor: pointer;
    line-height: 1.4;
    color: var(--bs-secondary-color);
    padding-top: 2px;
}

.lp-form-check .form-check-label a {
    color: var(--bs-primary);
    text-decoration: underline;
    font-weight: 600;
}

.lp-form-check.is-invalid .form-check-input {
    border-color: var(--bs-danger) !important;
    box-shadow: 0 0 0 0.25rem rgba(239, 68, 68, 0.25) !important;
}

.lp-form-check.is-invalid .form-check-label {
    color: var(--bs-danger) !important;
}

.rounded-2 { border-radius: var(--bs-border-radius) !important; }
.rounded-3 { border-radius: var(--bs-border-radius-lg) !important; }
.rounded-5 { border-radius: var(--bs-border-radius-xl) !important; }

/* Flatpickr Wrapper Full Width */
.flatpickr-wrapper {
    width: 100% !important;
}

.lp-booking-card {
    max-width: 1100px;
    margin: 0 auto;
    background: var(--bs-body-bg);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.lp-booking-card.rounded-2 { border-radius: var(--bs-border-radius) !important; }
.lp-booking-card.rounded-3 { border-radius: var(--bs-border-radius-lg) !important; }
.lp-booking-card.rounded-5 { border-radius: var(--bs-border-radius-xl) !important; }

.lp-booking-row.row.g-0 {
    display: flex;
    flex-wrap: wrap;
}

.lp-booking-summary-left {
    background: var(--bs-body-bg);
    padding: 1.5rem;
    border-radius: var(--bs-border-radius-lg);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.lp-booking-summary-left .lp-price-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--bs-body-color);
    margin-bottom: 1.5rem;
}

.lp-booking-left {
    flex: 1;
    min-width: 350px;
    padding: 60px;
    background: var(--bs-light);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.lp-booking-right {
    flex: 1;
    min-width: 350px;
    padding: 60px;
    background: var(--bs-body-bg);
    position: relative;
    display: flex;
    flex-direction: column;
}

.lp-booking-form {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.lp-form-content {
    flex: 1;
    position: relative;
}


.lp-brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    height: 2.4rem;
}

.lp-brand-logo i {
    line-height: 1;
}

.lp-brand-logo span {
    line-height: 1;
}

.lp-step-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--bs-body-color);
    margin-bottom: 12px;
    line-height: 1.2;
}

.lp-step-subtitle {
    font-size: 1rem;
    color: var(--bs-secondary-color);
    margin-bottom: 40px;
    line-height: 1.6;
}

.form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--bs-body-color);
    margin-bottom: 8px;
}

.form-control {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    font-size: 1rem;
    color: var(--bs-body-color);
    transition: all 0.2s;
    background: var(--bs-body-bg);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 0.5;
}

.lp-input::-webkit-input-placeholder {
    color: var(--bs-secondary-color);
    opacity: 0.5;
}

.lp-input::-moz-placeholder {
    color: var(--bs-secondary-color);
    opacity: 0.5;
}

.lp-input:-ms-input-placeholder {
    color: var(--bs-secondary-color);
    opacity: 0.5;
}

.lp-input-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

.lp-input.is-invalid,
.lp-input-wrapper.is-invalid .form-control,
.lp-input-wrapper.is-invalid .lp-input-with-icon-left {
    border-color: var(--bs-danger) !important;
    background-image: none !important;
}

.lp-invalid-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--bs-danger);
    font-size: 1.25rem;
    display: none;
    pointer-events: none;
    z-index: 10;
}


.lp-input.is-invalid ~ .lp-invalid-icon,
.lp-input-wrapper.is-invalid .lp-invalid-icon {
    display: block !important;
}

.lp-input-icon-left {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--bs-secondary-color);
    font-size: 1.1rem;
    pointer-events: none;
    z-index: 2;
}

.lp-input-with-icon-left {
    padding-left: 42px !important;
}

.lp-select-wrapper .lp-invalid-icon {
    right: 40px; /* Make space for the select arrow */
}

.lp-input-with-icon .lp-invalid-icon {
    right: 15px;
}



select.form-control option {
    color: var(--bs-body-color);
    background: var(--bs-body-bg);
    font-weight: normal;
}

#modern-service-type {
    font-weight: 600;
}

.form-control:focus {
    outline: none;
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb), 0.1);
}

.lp-select-wrapper {
    position: relative;
}

.lp-select-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--bs-secondary-color);
}

.lp-input-with-icon {
    position: relative;
}

.lp-input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--bs-secondary-color);
    z-index: 2;
    pointer-events: none;
}

.lp-input-with-icon .form-control {
    padding-left: 45px !important;
}

.lp-radio-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    position: relative;
}

.lp-radio-option {
    position: relative;
}

.lp-radio-option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.lp-radio-option label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    background: var(--bs-body-bg);
    border: 2px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    height: 100%;
    color: var(--bs-secondary-color);
}

.lp-radio-option:hover label {
    border-color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), 0.02);
}

.lp-radio-option input:checked + label {
    border-color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), 0.05);
    color: var(--bs-primary);
}

.lp-option-title {
    font-weight: 700;
    font-size: 1.125rem;
    color: inherit;
}

/* Service Accordion */
.lp-service-accordion {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}


/* Passenger Group Modern Styling */
.lp-passenger-wrapper {
    position: relative;
    width: 100%;
}

.lp-passenger-input {
    text-align: center;
    padding-left: 50px !important;
    padding-right: 50px !important;
    width: 100% !important;
    cursor: default !important;
}

.lp-passenger-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    color: var(--bs-body-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 5;
    transition: all 0.2s;
    border-radius: 8px;
}

.lp-passenger-btn:hover {
    background-color: var(--bs-tertiary-bg);
    color: var(--bs-primary);
}

.lp-passenger-btn.btn-passenger-minus {
    left: 4px;
}

.lp-passenger-btn.btn-passenger-plus {
    right: 4px;
}

.lp-service-content {
    border-color: var(--bs-border-color) !important;
}

/* Right Column Loading Overlay */
.lp-booking-right-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--bs-body-bg-rgb), 0.85);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0;
}

.lp-service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--bs-body-bg-rgb), 0.9);
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: var(--bs-border-radius);
    padding: 30px;
    text-align: center;
    border: 2px solid var(--bs-danger);
}

.lp-service-overlay-msg {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--bs-danger);
    line-height: 1.4;
}

.lp-booking-right-overlay.loading::after {
    content: "";
    width: 40px;
    height: 40px;
    border: 4px solid var(--bs-light);
    border-top: 4px solid var(--bs-primary);
    border-radius: 50%;
    animation: lp-spin 1s linear infinite;
}

/* Parking Type Error Overlay (Red) */
.parking-type-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bs-danger);
    z-index: 110;
    border-radius: var(--bs-border-radius);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    text-align: center;
    border: 1px solid var(--bs-danger);
    box-shadow: 0 4px 12px rgba(var(--bs-danger-rgb), 0.2);
}

.parking-type-overlay-msg {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--bs-body-bg);
    line-height: 1.4;
    max-width: 95%;
}

@keyframes lp-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.btn {
    padding: 14px 28px;
    border-radius: var(--bs-border-radius);
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    display: inline-flex;
    align-items: center;
}

.btn-primary {
    background: var(--bs-primary);
    color: var(--bs-body-bg);
    justify-content: center;
}

.btn-primary:hover {
    background: rgba(var(--bs-primary-rgb), 0.9);
}

.btn-light {
    background: var(--bs-light);
    color: var(--bs-body-color);
    justify-content: center;
}

.next-step, .prev-step {
    justify-content: center;
}

.btn-light:hover {
    background: var(--bs-gray-300);
}

/* Button Loading State */
.btn-loading {
    position: relative;
    pointer-events: none;
    color: transparent !important;
}

.btn-loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid rgba(var(--bs-body-bg-rgb), 0.3);
    border-radius: 50%;
    border-top-color: var(--bs-body-bg);
    animation: btn-spin 0.6s linear infinite;
}

@keyframes btn-spin {
    to {
        transform: rotate(360deg);
    }
}

.lp-progress-dots {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.lp-progress-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--bs-border-color);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.lp-progress-dots .dot.active {
    background: var(--bs-primary);
    transform: scale(1.2);
}

.lp-info-card {
    max-width: 400px;
    width: 100%;
}

/* Price Summary Styles */
.lp-price-summary {
    background: var(--bs-body-bg);
    padding: 24px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--bs-border-color);
}

.lp-price-summary.rounded-2 { border-radius: var(--bs-border-radius) !important; }
.lp-price-summary.rounded-3 { border-radius: var(--bs-border-radius-lg) !important; }
.lp-price-summary.rounded-5 { border-radius: var(--bs-border-radius-xl) !important; }

.lp-price-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--bs-body-color);
    border-bottom: 2px solid var(--bs-tertiary-bg);
    padding-bottom: 12px;
}

.lp-price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-size: 0.95rem;
    min-height: 24px;
}

.lp-price-total,
.lp-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lp-price-total .value-container {
    min-height: 2.4rem;
    max-width: 120px;
}

/* Skeletons & Loading States */
.value-container {
    display: inline-flex;
    position: relative;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    min-width: 60px;
    width: 100%;
    max-width: 100px;
    text-align: right;
    min-height: 1.5rem;
}

.loading .real-value,
.lp-price-summary.loading .lp-price-item .real-value,
.lp-price-summary.loading .lp-price-total .real-value {
    display: none;
}

.skeleton {
    display: none;
    background: var(--bs-gray-300);
    border-radius: 4px;
    animation: skeleton-loading 1.5s infinite linear;
}

.loading .skeleton,
.lp-price-summary.loading .skeleton {
    display: block !important;
    min-height: inherit;
    height: 100%;
    width: 100%;
}

#shuttle-time-container,
#valet-time-container {
    min-height: 48px;
    display: flex;
    align-items: center;
}

#shuttle-time-container .skeleton,
#valet-time-container .skeleton {
    width: 100%;
    height: 100%;
    border-radius: var(--bs-border-radius);
}

.skeleton-inline {
    width: 100%;
    height: 100%;
    min-height: 1rem;
}

.lp-price-total .skeleton-inline {
    height: 100%;
    width: 100%;
}

@keyframes skeleton-loading {
    0% { opacity: 0.6; }
    50% { opacity: 1; }
    100% { opacity: 0.6; }
}

/* Extras Design */
.lp-extras-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lp-extra-option {
    position: relative;
    cursor: pointer;
}

.lp-extra-label {
    display: block;
    padding: 16px;
    background: var(--bs-body-bg);
    border: 2px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: all 0.2s ease;
    cursor: pointer;
    margin-bottom: 0;
}

.lp-extra-option:hover .lp-extra-label {
    border-color: var(--bs-primary);
    background: var(--bs-tertiary-bg);
}

.lp-extra-option.active .lp-extra-label {
    border-color: var(--bs-primary);
    background: var(--bs-body-bg);
}

.lp-extra-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}

.lp-extra-title {
    font-weight: 700;
    color: var(--bs-body-color);
    font-size: 1rem;
}

.lp-extra-check {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 2px solid var(--bs-border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    background: var(--bs-body-bg);
    color: transparent;
}

.lp-extra-option.active .lp-extra-check {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-body-bg);
}

.lp-extra-description {
    font-size: 0.875rem;
    color: var(--bs-secondary-color);
    margin-bottom: 12px;
    line-height: 1.4;
}

.lp-extra-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lp-extra-quantity-wrapper {
    position: relative;
    margin-left: auto;
}

.lp-extra-quantity-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--bs-body-bg-rgb), 0.5);
    z-index: 100;
    cursor: not-allowed;
    border-radius: 8px;
}

.lp-extra-quantity {
    display: flex;
    align-items: center;
    background: var(--bs-light);
    border-radius: 12px;
    position: relative;
    border: 1px solid var(--bs-border-color);
    overflow: hidden;
}

.lp-extra-quantity button {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: var(--bs-body-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    cursor: pointer;
    font-size: 1.2rem;
}

.lp-extra-quantity button:hover {
    background-color: var(--bs-tertiary-bg);
    color: var(--bs-primary);
}

.lp-extra-quantity .extra-quantity-input {
    width: 40px;
    border: none;
    background: transparent;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    color: var(--bs-body-color);
    padding: 0;
    margin: 0;
    -moz-appearance: textfield;
    cursor: default;
}

.lp-extra-quantity .extra-quantity-input::-webkit-outer-spin-button,
.lp-extra-quantity .extra-quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.lp-extra-price {
    font-weight: 600;
    color: var(--bs-primary);
    font-size: 0.9375rem;
}

@media (max-width: 992px) {
    .lp-booking-left, .lp-booking-right {
        padding: 40px;
    }
    
    .lp-booking-container:not(.lp-static-summary) .lp-booking-left {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        padding: 0;
        background: transparent;
        pointer-events: none;
        min-width: 100%;
    }

    .lp-static-summary .lp-booking-left {
        padding: 20px;
    }

    .lp-info-card {
        max-width: 100%;
    }

    .lp-booking-container:not(.lp-static-summary) .lp-booking-left .lp-brand-logo, 
    .lp-booking-container:not(.lp-static-summary) .lp-info-content {
        display: none;
    }

    .lp-booking-container:not(.lp-static-summary) .lp-price-summary {
        margin-bottom: 0 !important;
        border-radius: 2rem 2rem 0 0 !important;
        box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.1);
        pointer-events: auto;
        transform: translateY(calc(100% - 70px));
        transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    }

    .lp-booking-left.is-open .lp-price-summary {
        transform: translateY(0);
    }

    .lp-booking-container:not(.lp-static-summary) .lp-price-summary-handle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
        cursor: pointer;
        color: var(--bs-secondary-color);
        font-size: 1.1rem;
        line-height: 1;
        border-bottom: 1px solid var(--bs-border-color-translucent);
    }

    .lp-static-summary .lp-price-summary-handle {
        display: none !important;
    }

    /* Force natural order on mobile/tablet for static summary, overriding WooCommerce/Bootstrap order classes */
    .lp-static-summary .order-md-1,
    .lp-static-summary .order-md-2 {
        order: unset !important;
    }

    @media (min-width: 992px) {
        .lp-static-summary .order-md-1 {
            order: 1 !important;
        }
        .lp-static-summary .order-md-2 {
            order: 2 !important;
        }
    }

    .lp-handle-price {
        font-weight: 700;
        color: var(--bs-primary);
        font-size: 1.3rem;
        display: flex;
        align-items: center;
    }

    .lp-handle-price .value-container {
        align-items: flex-start;
        min-width: 80px;
        max-width: fit-content;
        min-height: 1.5rem;
    }

    .lp-handle-price .skeleton {
        width: 60px;
        height: 20px;
    }

    .lp-handle-indicator {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .lp-handle-label {
        font-size: 0.9rem;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .lp-booking-left.is-open .lp-price-summary-handle {
        border-bottom-color: transparent;
    }

    .lp-booking-left.is-open .lp-price-summary-handle .lp-handle-price {
        opacity: 0;
        visibility: hidden;
    }

    .lp-booking-left.is-open .lp-price-summary-handle i {
        transform: rotate(180deg);
    }

    .lp-price-title {
        font-size: 1.1rem;
        margin-bottom: 15px !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 2px solid var(--bs-tertiary-bg);
    }

    .lp-booking-container:not(.lp-static-summary) .lp-mobile-total-price {
        color: var(--bs-primary);
        font-weight: 700;
        font-size: 1.2rem;
    }

    .lp-static-summary .lp-mobile-total-price {
        display: none !important;
    }

    .lp-booking-left.is-open .lp-mobile-total-price {
        display: none !important;
    }

    /* Body padding to prevent content being hidden behind the fixed summary */
    .lp-booking-container:not(.lp-static-summary) ~ body,
    body:has(.lp-booking-container:not(.lp-static-summary)) {
        padding-bottom: 80px;
    }
}

/* Inline Calendar Animation */
.lp-calendar-container {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.45s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s ease;
    background: var(--bs-body-bg);
    border-radius: var(--bs-border-radius);
    margin-top: 5px;
}

.lp-calendar-container.open {
    max-height: 500px; /* Increased to fit calendar */
    opacity: 1;
    border: 1px solid var(--bs-border-color);
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

/* Ensure inline flatpickr fits the container */
.lp-calendar-container .flatpickr-calendar.inline {
    box-shadow: none;
    border: none;
    background: transparent;
    top: 0 !important;
}

.lp-calendar-container .flatpickr-calendar {
    font-family: inherit;
    margin-top: 0 !important;
}

.lp-calendar-container .flatpickr-days {
    background-color: #f1f5f9;
}

/* Ensure month navigation remains visible even if disabled by minDate/maxDate */
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, 
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: block !important;
    opacity: 0.2;
    cursor: auto;
}

.lp-step-actions-container {
    width: 100%;
}

.lp-form-actions {
    width: 100%;
}

.prev-step {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.lp-brand-logo.d-lg-none {
    display: none;
}

@media (max-width: 992px) {
    .lp-brand-logo.d-lg-none {
        display: flex;
        justify-content: flex-start;
        padding-top: 0 !important;
    }
}

.lp-back-to-website a:hover {
    color: var(--bs-primary) !important;
}

.lp-language-switcher {
    position: relative;
    display: flex;
    align-items: center;
}

.lp-language-switcher .lp-language-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 5;
}

.lp-language-switcher select {
    background-color: transparent;
    border: 1px solid #dee2e6;
    color: #6c757d;
    cursor: pointer;
    padding: 0.25rem 2rem 0.25rem 2.25rem !important;
    font-size: 0.75rem;
    border-radius: 20px;
    width: auto;
    min-width: 100px;
    height: 32px;
}

.lp-language-switcher select:focus {
    box-shadow: none;
    border-color: var(--bs-primary);
}

.lp-footer-actions {
    margin-bottom: 2rem;
}

.lp-branding {
    font-weight: 500;
    letter-spacing: 0.5px;
}

.lp-branding a:hover {
    color: var(--bs-primary) !important;
}

.lp-payment-option .btn-outline-primary {
    border: 2px solid var(--bs-border-color) !important;
    color: var(--bs-body-color) !important;
    background-color: #fff !important;
    transition: all 0.2s ease;
}

.lp-payment-option .btn-outline-primary:hover {
    border-color: var(--bs-primary) !important;
    background-color: var(--bs-tertiary-bg) !important;
}

.lp-payment-option .btn-outline-primary .check-icon-active {
    display: none;
    color: #fff;
}

.lp-payment-option .btn-outline-primary .check-icon-inactive {
    display: inline-block;
    color: var(--bs-border-color);
}

.lp-payment-option .btn-check:checked + .btn-outline-primary .check-icon-active {
    display: inline-block;
}

.lp-payment-option .btn-check:checked + .btn-outline-primary .check-icon-inactive {
    display: none;
}

.lp-payment-option .btn-check:checked + .btn-outline-primary {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: #fff !important;
}

.lp-payment-option .btn-check:checked + .btn-outline-primary .text-muted {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Spinner & Loading States */
.lp-spinner {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

@keyframes spinner-border {
    to { transform: rotate(360deg); }
}

.lp-booking-right-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.lp-booking-right-overlay.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 4px solid var(--bs-light);
    border-top: 4px solid var(--bs-primary);
    border-radius: 50%;
    animation: lp-spin 1s linear infinite;
    z-index: 101;
}

.lp-loading-summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    color: var(--bs-primary);
    position: relative;
    z-index: 102;
}

.lp-loading-summary .spinner-text {
    margin-top: 5rem;
    font-size: 0.9rem;
    font-weight: 500;
    position: relative;
    z-index: 102;
}
