#carp-lake-booking {
    max-width: 1200px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.clb-header {
    text-align: center;
    margin-bottom: 30px;
}

.clb-header h2 {
    color: #333;
    margin: 0;
    font-size: 28px;
}

.clb-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
}

.clb-nav-button {
    background: #ff6b35;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
}

.clb-nav-button:hover {
    background: #e55a2b;
}

.clb-nav-button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

/* Calendar button with nuclear-level theme override specificity */
html body.wp-admin div#carp-lake-booking .clb-calendar-button,
html body div.wp-admin #carp-lake-booking .clb-calendar-button,
html body div#carp-lake-booking .clb-calendar-button,
html body #carp-lake-booking .clb-calendar-button,
body.wp-admin div#carp-lake-booking .clb-calendar-button,
body div.wp-admin #carp-lake-booking .clb-calendar-button,
body div#carp-lake-booking .clb-calendar-button,
body #carp-lake-booking .clb-calendar-button,
div#carp-lake-booking .clb-calendar-button,
#carp-lake-booking .clb-calendar-button,
.clb-calendar-button,
button.clb-calendar-button,
*[id*="clb-calendar-picker"],
#clb-calendar-picker {
    /* Complete CSS reset */
    all: unset !important;
    
    /* Force all button properties */
    display: inline-block !important;
    position: relative !important;
    box-sizing: border-box !important;
    
    background: #2196F3 !important;
    background-color: #2196F3 !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: auto !important;
    
    color: white !important;
    
    border: 2px solid #2196F3 !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #2196F3 !important;
    border-radius: 8px !important;
    border-top: 2px solid #2196F3 !important;
    border-right: 2px solid #2196F3 !important;
    border-bottom: 2px solid #2196F3 !important;
    border-left: 2px solid #2196F3 !important;
    
    padding: 12px 24px !important;
    padding-top: 12px !important;
    padding-right: 24px !important;
    padding-bottom: 12px !important;
    padding-left: 24px !important;
    
    margin: 0 0 0 15px !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 15px !important;
    
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
    font-style: normal !important;
    line-height: 1.4 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    text-shadow: none !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
    white-space: nowrap !important;
    
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    
    vertical-align: middle !important;
    text-indent: 0 !important;
    
    outline: none !important;
    outline-width: 0 !important;
    outline-style: none !important;
    outline-color: transparent !important;
    
    box-shadow: 0 2px 4px rgba(33, 150, 243, 0.3) !important;
    
    transition: all 0.3s ease !important;
    
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    
    transform: none !important;
    filter: none !important;
    clip: auto !important;
    clip-path: none !important;
    
    width: auto !important;
    height: auto !important;
    min-width: auto !important;
    max-width: none !important;
    min-height: auto !important;
    max-height: none !important;
    
    float: none !important;
    clear: none !important;
    
    z-index: 1000 !important;
}

html body.wp-admin div#carp-lake-booking .clb-calendar-button:hover,
html body div.wp-admin #carp-lake-booking .clb-calendar-button:hover,
html body div#carp-lake-booking .clb-calendar-button:hover,
html body #carp-lake-booking .clb-calendar-button:hover,
body.wp-admin div#carp-lake-booking .clb-calendar-button:hover,
body div.wp-admin #carp-lake-booking .clb-calendar-button:hover,
body div#carp-lake-booking .clb-calendar-button:hover,
body #carp-lake-booking .clb-calendar-button:hover,
div#carp-lake-booking .clb-calendar-button:hover,
#carp-lake-booking .clb-calendar-button:hover,
.clb-calendar-button:hover,
button.clb-calendar-button:hover,
*[id*="clb-calendar-picker"]:hover,
#clb-calendar-picker:hover {
    background: #1976D2 !important;
    background-color: #1976D2 !important;
    border-color: #1976D2 !important;
    color: white !important;
    text-decoration: none !important;
    transform: none !important;
    box-shadow: 0 4px 8px rgba(25, 118, 210, 0.4) !important;
}

#clb-week-display {
    text-align: center;
}

#clb-selected-week {
    font-weight: bold;
    color: #333;
    font-size: 18px;
}

#clb-week-dates {
    font-size: 20px;
    color: #666;
    margin-top: 5px;
}

.clb-legend {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.clb-legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.clb-legend-color {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.clb-legend-color.clb-available {
    background: #4caf50;
}

.clb-legend-color.clb-reserved {
    background: #f44336;
}

.clb-legend-color.clb-partially {
    background: #ff9800;
}

.clb-legend-color.clb-unavailable {
    background: #9e9e9e;
}

.clb-legend-color.clb-blocked {
    background: #d32f2f !important;
}

.clb-calendar {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.clb-calendar-header {
    display: grid;
    grid-template-columns: 150px repeat(5, 1fr);
    background: #f5f5f5;
    border-bottom: 2px solid #ddd;
}

.clb-calendar-header > div {
    padding: 15px 10px;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #ddd;
}

.clb-calendar-header > div:last-child {
    border-right: none;
}

.clb-calendar-row {
    display: grid;
    grid-template-columns: 150px repeat(5, 1fr);
    border-bottom: 1px solid #eee;
}

.clb-calendar-row:last-child {
    border-bottom: none;
}

.clb-spot-name {
    padding: 15px 10px;
    background: #fafafa;
    border-right: 1px solid #eee;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.clb-booking-cell {
    padding: 15px;
    border-right: 1px solid #eee;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    position: relative;
}

.clb-booking-cell:last-child {
    border-right: none;
}

.clb-booking-cell.available {
    background: #e8f5e8;
    color: #2e7d32;
}

.clb-booking-cell.available:hover {
    background: #c8e6c9;
    transform: scale(1.02);
}

.clb-booking-cell.reserved {
    background: #ffebee;
    color: #c62828;
    cursor: not-allowed;
}

.clb-booking-cell.unavailable {
    background: #f5f5f5;
    color: #757575;
    cursor: not-allowed;
}

.clb-booking-cell.blocked {
    background: #FFEBEE !important;
    color: #C62828 !important;
    cursor: not-allowed;
}

.clb-booking-cell::before {
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clb-booking-cell.available::before {
    content: '✓';
    background: #4caf50;
    color: white;
    font-weight: bold;
}

.clb-booking-cell.reserved::before {
    content: '✕';
    background: #f44336;
    color: white;
    font-weight: bold;
}

.clb-booking-cell.unavailable::before {
    content: '✕';
    background: #9e9e9e;
    color: white;
    font-weight: bold;
}

.clb-booking-cell.blocked::before {
    content: '✕';
    background: #C62828 !important;
    color: white !important;
    font-weight: bold;
    font-size: 12px;
}

.clb-booking-cell.loading {
    background: #f8f9fa;
    color: #6c757d;
    cursor: default;
    opacity: 0.6;
}

.clb-booking-cell.loading::before {
    content: '';
    background: #e9ecef;
    width: 20px;
    height: 20px;
}

/* Week column loading overlay */

.clb-week-loading-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(248, 249, 250, 0.95);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
    border-radius: 4px;
}

.clb-week-loading-overlay.show {
    display: flex !important;
}

.clb-loading-overlays {
    top: 45px !important; /* Skip the header row */
}

.clb-week-loading-overlay[data-offset="0"] {
    left: calc(20% + 0px);
    width: calc(16% - 2px);
}

.clb-week-loading-overlay[data-offset="1"] {
    left: calc(36% + 0px);
    width: calc(16% - 2px);
}

.clb-week-loading-overlay[data-offset="2"] {
    left: calc(52% + 0px);
    width: calc(16% - 2px);
}

.clb-week-loading-overlay[data-offset="3"] {
    left: calc(68% + 0px);
    width: calc(16% - 2px);
}

.clb-week-loading-overlay[data-offset="4"] {
    left: calc(84% + 0px);
    width: calc(16% - 2px);
}

.clb-week-spinner {
    width: 32px !important;
    height: 32px !important;
    border: 3px solid #f3f3f3 !important;
    border-top: 3px solid #ff6b35 !important;
    border-radius: 50% !important;
    animation: clb-spinner-spin 1s linear infinite !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    display: block !important;
    visibility: visible !important;
}

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

.clb-instructions {
    text-align: center;
    padding: 20px;
    background: #f0f8ff;
    border-radius: 8px;
    margin-bottom: 20px;
}

.clb-instructions p {
    margin: 0;
    color: #666;
    font-size: 16px;
}

.clb-form-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.clb-back-button {
    background: #6c757d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
}

.clb-back-button:hover {
    background: #5a6268;
}

.clb-form-header h3 {
    margin: 0;
    color: #333;
    font-size: 24px;
}

.clb-selected-info {
    background: #e3f2fd;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.clb-selected-info p {
    margin: 5px 0;
    font-size: 16px;
}

.clb-form-section {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.clb-form-section h4 {
    margin: 0 0 20px 0;
    color: #333;
    font-size: 18px;
    border-bottom: 2px solid #ff6b35;
    padding-bottom: 8px;
}

.clb-form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 15px;
}

.clb-form-field {
    display: flex;
    flex-direction: column;
}

.clb-form-field label {
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}

.clb-form-field input {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.clb-form-field input:focus {
    outline: none;
    border-color: #ff6b35;
    box-shadow: 0 0 0 2px rgba(255, 107, 53, 0.2);
}

.clb-form-field input:required {
    border-left: 3px solid #ff6b35;
}

.clb-pricing-info {
    background: #e8f5e8;
    border: 2px solid #4caf50;
    border-radius: 12px;
    padding: 25px;
    margin: 30px 0;
}

.clb-price-box h4 {
    margin: 0 0 15px 0;
    color: #2e7d32;
    font-size: 20px;
    text-align: center;
}

.clb-price-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 15px;
    background: white;
    border-radius: 8px;
}

.clb-price-label {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.clb-price-amount {
    font-size: 24px;
    font-weight: bold;
    color: #2e7d32;
}

.clb-price-description {
    margin: 0;
    text-align: center;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

/* Responsive pricing for mobile devices */
@media (max-width: 768px) {
    .clb-price-details {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
    
    .clb-price-label {
        font-size: 16px;
        margin-bottom: 5px;
        text-align: center;
    }
    
    .clb-price-amount {
        font-size: 22px;
        color: #2e7d32;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .clb-price-details {
        padding: 12px;
    }
    
    .clb-price-label {
        font-size: 15px;
        line-height: 1.3;
    }
    
    .clb-price-amount {
        font-size: 20px;
    }
    
    .clb-price-description {
        font-size: 13px;
        padding: 0 5px;
    }
}

.clb-form-actions {
    text-align: center;
    margin-top: 30px;
}

.clb-submit-button {
    background: #ff6b35;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: background 0.3s;
}

.clb-submit-button:hover {
    background: #e55a2b;
}

.clb-submit-button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.clb-message {
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
}

.clb-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.clb-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Terms and Conditions Section */
.clb-terms-section {
    margin: 20px 0 !important;
    padding: 15px !important;
    background: #f9f9f9 !important;
    border-radius: 5px !important;
    border: 1px solid #e0e0e0 !important;
}

.clb-checkbox-wrapper {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 12px !important;
    line-height: 1.4 !important;
}

.clb-checkbox-wrapper:last-child {
    margin-bottom: 0 !important;
}

.clb-checkbox-wrapper input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    margin-right: 10px !important;
    margin-top: 2px !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
}

.clb-checkbox-wrapper label {
    font-size: 14px !important;
    color: #333 !important;
    cursor: pointer !important;
    margin: 0 !important;
    flex: 1 !important;
}

.clb-checkbox-wrapper label a {
    color: #2196F3 !important;
    text-decoration: underline !important;
    font-weight: 500 !important;
}

.clb-checkbox-wrapper label a:hover {
    color: #1976D2 !important;
    text-decoration: none !important;
}

/* Offline Message */
.clb-offline-message {
    max-width: 600px !important;
    margin: 20px auto !important;
    padding: 30px !important;
    background: #fff3cd !important;
    border: 1px solid #ffeaa7 !important;
    border-radius: 8px !important;
    text-align: center !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

.clb-offline-message h3 {
    color: #856404 !important;
    font-size: 24px !important;
    margin: 0 0 15px 0 !important;
    font-weight: 600 !important;
}

.clb-offline-message p {
    color: #856404 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

@media (max-width: 768px) {
    .clb-navigation {
        flex-direction: column;
        gap: 15px;
    }
    
    .clb-nav-button {
        width: 100%;
        max-width: 200px;
    }
    
    .clb-calendar-header,
    .clb-calendar-row {
        grid-template-columns: 80px repeat(5, 1fr);
    }
    
    .clb-spot-name {
        font-size: 12px;
        padding: 10px 5px;
    }
    
    .clb-booking-cell {
        padding: 10px 5px;
        min-height: 50px;
    }
    
    .clb-legend {
        justify-content: space-around;
        gap: 15px;
    }
    
    .clb-legend-item {
        font-size: 12px;
    }
    
    .clb-form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .clb-form-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .clb-calendar-header,
    .clb-calendar-row {
        grid-template-columns: 60px repeat(5, 1fr);
    }
    
    .clb-spot-name {
        font-size: 10px;
        padding: 8px 3px;
    }
    
    .clb-booking-cell {
        padding: 8px 2px;
        min-height: 40px;
    }
    
    .clb-booking-cell::before {
        width: 16px;
        height: 16px;
        font-size: 10px;
    }
}

/* Date selection styling - force consistent appearance */
.clb-date-select {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}

/* Ultra-aggressive override for theme conflicts - extreme specificity */
html body div#carp-lake-booking .clb-date-select select,
html body .clb-form-field .clb-date-select select,
html body div .clb-date-select select,
html body #carp-lake-booking .clb-date-select select,
body div#carp-lake-booking .clb-date-select select,
body .clb-form-field .clb-date-select select,
body .clb-date-select select,
div#carp-lake-booking .clb-date-select select,
#carp-lake-booking .clb-date-select select,
.clb-form-field .clb-date-select select,
.clb-date-select select,
select[name*="_birth_day"],
select[name*="_birth_month"],
select[name*="_birth_year"] {
    /* Nuclear reset - override everything */
    all: unset !important;
    
    /* Force display and sizing */
    display: inline-block !important;
    box-sizing: border-box !important;
    position: relative !important;
    flex: 1 !important;
    min-width: 120px !important;
    max-width: none !important;
    width: auto !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: none !important;
    
    /* Force padding and spacing */
    padding: 12px 35px 12px 12px !important;
    margin: 0 !important;
    
    /* Force border and background */
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    background: white !important;
    background-color: white !important;
    
    /* Force typography */
    font-size: 16px !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
    line-height: 1.4 !important;
    color: #333 !important;
    text-align: left !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    
    /* Force positioning and display */
    vertical-align: top !important;
    cursor: pointer !important;
    outline: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    
    /* Force appearance reset */
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    
    /* Force custom dropdown arrow */
    background-image: url("data:image/svg+xml;charset=US-ASCII,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 12px !important;
    
    /* Force transitions */
    transition: border-color 0.3s ease !important;
    
    /* Force transform and other properties */
    transform: none !important;
    filter: none !important;
    clip: auto !important;
    clip-path: none !important;
}

/* Focus states with extreme specificity */
html body div#carp-lake-booking .clb-date-select select:focus,
html body .clb-form-field .clb-date-select select:focus,
html body div .clb-date-select select:focus,
html body #carp-lake-booking .clb-date-select select:focus,
body div#carp-lake-booking .clb-date-select select:focus,
body .clb-form-field .clb-date-select select:focus,
body .clb-date-select select:focus,
div#carp-lake-booking .clb-date-select select:focus,
#carp-lake-booking .clb-date-select select:focus,
.clb-form-field .clb-date-select select:focus,
.clb-date-select select:focus,
select[name*="_birth_day"]:focus,
select[name*="_birth_month"]:focus,
select[name*="_birth_year"]:focus {
    outline: none !important;
    border-color: #ff6b35 !important;
    box-shadow: 0 0 0 2px rgba(255, 107, 53, 0.2) !important;
}

/* Required date selects should have orange left border like other required fields */
html body div#carp-lake-booking .clb-date-select select[required],
html body .clb-form-field .clb-date-select select[required],
html body div .clb-date-select select[required],
html body #carp-lake-booking .clb-date-select select[required],
body div#carp-lake-booking .clb-date-select select[required],
body .clb-form-field .clb-date-select select[required],
body .clb-date-select select[required],
div#carp-lake-booking .clb-date-select select[required],
#carp-lake-booking .clb-date-select select[required],
.clb-form-field .clb-date-select select[required],
.clb-date-select select[required],
select[name*="_birth_day"][required],
select[name*="_birth_month"][required],
select[name*="_birth_year"][required] {
    border-left: 3px solid #ff6b35 !important;
}

/* Force equal width for all date selects */
.clb-date-select select:nth-child(1) {
    flex: 0 0 80px !important;
    min-width: 80px !important;
}

.clb-date-select select:nth-child(2) {
    flex: 0 0 140px !important;
    min-width: 140px !important;
}

.clb-date-select select:nth-child(3) {
    flex: 0 0 100px !important;
    min-width: 100px !important;
}

@media (max-width: 768px) {
    .clb-date-select {
        flex-direction: column;
        gap: 8px;
    }
    
    .clb-date-select select,
    .clb-date-select select:nth-child(1),
    .clb-date-select select:nth-child(2),
    .clb-date-select select:nth-child(3) {
        flex: none !important;
        width: 100% !important;
        min-width: 100% !important;
    }
}

/* Calendar Modal with nuclear-level z-index for theme overrides */
html.wp-toolbar body #clb-calendar-modal,
html body #clb-calendar-modal,
body.wp-admin #clb-calendar-modal,
body #clb-calendar-modal,
#clb-calendar-modal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 2147483647 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    display: none !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

/* Show modal when visible */
html.wp-toolbar body #clb-calendar-modal[style*="display: block"],
html body #clb-calendar-modal[style*="display: block"],
body.wp-admin #clb-calendar-modal[style*="display: block"],
body #clb-calendar-modal[style*="display: block"],
#clb-calendar-modal[style*="display: block"] {
    display: block !important;
}

html.wp-toolbar body #clb-calendar-modal .clb-modal-overlay,
html body #clb-calendar-modal .clb-modal-overlay,
body.wp-admin #clb-calendar-modal .clb-modal-overlay,
body #clb-calendar-modal .clb-modal-overlay,
#clb-calendar-modal .clb-modal-overlay,
.clb-modal-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.7) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

body #clb-calendar-modal .clb-modal-content,
#clb-calendar-modal .clb-modal-content,
.clb-modal-content {
    background: white !important;
    border-radius: 8px !important;
    max-width: 400px !important;
    width: 90% !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
    margin: 0 !important;
    padding: 0 !important;
}

body #clb-calendar-modal .clb-modal-header,
#clb-calendar-modal .clb-modal-header,
.clb-modal-header {
    padding: 20px !important;
    border-bottom: 1px solid #ddd !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin: 0 !important;
}

body #clb-calendar-modal .clb-modal-header h3,
#clb-calendar-modal .clb-modal-header h3,
.clb-modal-header h3 {
    margin: 0 !important;
    font-size: 20px !important;
    color: #333 !important;
    font-weight: bold !important;
}

body #clb-calendar-modal .clb-modal-close,
#clb-calendar-modal .clb-modal-close,
.clb-modal-close {
    background: none !important;
    border: none !important;
    font-size: 24px !important;
    cursor: pointer !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #666 !important;
}

body #clb-calendar-modal .clb-modal-close:hover,
#clb-calendar-modal .clb-modal-close:hover,
.clb-modal-close:hover {
    background: #f0f0f0 !important;
    border-radius: 50% !important;
    color: #333 !important;
}

body #clb-calendar-modal .clb-modal-body,
#clb-calendar-modal .clb-modal-body,
.clb-modal-body {
    padding: 20px !important;
    text-align: center !important;
}

body #clb-calendar-modal .clb-modal-body input[type="date"],
#clb-calendar-modal .clb-modal-body input[type="date"],
.clb-modal-body input[type="date"] {
    width: 100% !important;
    padding: 12px !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    margin-bottom: 10px !important;
    box-sizing: border-box !important;
}

body #clb-calendar-modal .clb-modal-body .description,
#clb-calendar-modal .clb-modal-body .description,
.clb-modal-body .description {
    margin: 0 !important;
    color: #666 !important;
    font-size: 14px !important;
}

body #clb-calendar-modal .clb-modal-footer,
#clb-calendar-modal .clb-modal-footer,
.clb-modal-footer {
    padding: 20px !important;
    border-top: 1px solid #ddd !important;
    display: flex !important;
    justify-content: flex-end !important;
    gap: 10px !important;
}

body #clb-calendar-modal .clb-button,
#clb-calendar-modal .clb-button,
.clb-button {
    padding: 10px 20px !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    transition: background 0.3s !important;
    text-decoration: none !important;
}

body #clb-calendar-modal .clb-button-secondary,
#clb-calendar-modal .clb-button-secondary,
.clb-button-secondary {
    background: #6c757d !important;
    color: white !important;
}

body #clb-calendar-modal .clb-button-secondary:hover,
#clb-calendar-modal .clb-button-secondary:hover,
.clb-button-secondary:hover {
    background: #5a6268 !important;
}

body #clb-calendar-modal .clb-button-primary,
#clb-calendar-modal .clb-button-primary,
.clb-button-primary {
    background: #2196F3 !important;
    color: white !important;
}

body #clb-calendar-modal .clb-button-primary:hover,
#clb-calendar-modal .clb-button-primary:hover,
.clb-button-primary:hover {
    background: #1976D2 !important;
}

/* Admin Modal Popups with nuclear-level z-index for WordPress admin theme overrides */
html.wp-toolbar body #add-booking-modal,
html.wp-toolbar body #edit-booking-modal,
html body #add-booking-modal,
html body #edit-booking-modal,
body.wp-admin #add-booking-modal,
body.wp-admin #edit-booking-modal,
body #add-booking-modal,
body #edit-booking-modal,
#add-booking-modal,
#edit-booking-modal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 2147483647 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    display: none !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

/* Show admin modal when visible */
html.wp-toolbar body #add-booking-modal[style*="display: block"],
html.wp-toolbar body #edit-booking-modal[style*="display: block"],
html body #add-booking-modal[style*="display: block"],
html body #edit-booking-modal[style*="display: block"],
body.wp-admin #add-booking-modal[style*="display: block"],
body.wp-admin #edit-booking-modal[style*="display: block"],
body #add-booking-modal[style*="display: block"],
body #edit-booking-modal[style*="display: block"],
#add-booking-modal[style*="display: block"],
#edit-booking-modal[style*="display: block"] {
    display: block !important;
}

/* Admin modal overlay */
html.wp-toolbar body #add-booking-modal .modal-overlay,
html.wp-toolbar body #edit-booking-modal .modal-overlay,
html body #add-booking-modal .modal-overlay,
html body #edit-booking-modal .modal-overlay,
body.wp-admin #add-booking-modal .modal-overlay,
body.wp-admin #edit-booking-modal .modal-overlay,
body #add-booking-modal .modal-overlay,
body #edit-booking-modal .modal-overlay,
#add-booking-modal .modal-overlay,
#edit-booking-modal .modal-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.7) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 20px !important;
    border: none !important;
}

/* Admin modal content */
html.wp-toolbar body #add-booking-modal .modal-content,
html.wp-toolbar body #edit-booking-modal .modal-content,
html body #add-booking-modal .modal-content,
html body #edit-booking-modal .modal-content,
body.wp-admin #add-booking-modal .modal-content,
body.wp-admin #edit-booking-modal .modal-content,
body #add-booking-modal .modal-content,
body #edit-booking-modal .modal-content,
#add-booking-modal .modal-content,
#edit-booking-modal .modal-content {
    background: white !important;
    border-radius: 8px !important;
    max-width: 800px !important;
    width: 100% !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* Admin modal header */
html.wp-toolbar body #add-booking-modal .modal-header,
html.wp-toolbar body #edit-booking-modal .modal-header,
html body #add-booking-modal .modal-header,
html body #edit-booking-modal .modal-header,
body.wp-admin #add-booking-modal .modal-header,
body.wp-admin #edit-booking-modal .modal-header,
body #add-booking-modal .modal-header,
body #edit-booking-modal .modal-header,
#add-booking-modal .modal-header,
#edit-booking-modal .modal-header {
    padding: 20px !important;
    border-bottom: 1px solid #ddd !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin: 0 !important;
    background: #f9f9f9 !important;
    border-radius: 8px 8px 0 0 !important;
}

/* Admin modal header title */
html.wp-toolbar body #add-booking-modal .modal-header h2,
html.wp-toolbar body #edit-booking-modal .modal-header h2,
html body #add-booking-modal .modal-header h2,
html body #edit-booking-modal .modal-header h2,
body.wp-admin #add-booking-modal .modal-header h2,
body.wp-admin #edit-booking-modal .modal-header h2,
body #add-booking-modal .modal-header h2,
body #edit-booking-modal .modal-header h2,
#add-booking-modal .modal-header h2,
#edit-booking-modal .modal-header h2 {
    margin: 0 !important;
    font-size: 20px !important;
    color: #333 !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
}

/* Admin modal close button */
html.wp-toolbar body #add-booking-modal .modal-close,
html.wp-toolbar body #edit-booking-modal .modal-close,
html body #add-booking-modal .modal-close,
html body #edit-booking-modal .modal-close,
body.wp-admin #add-booking-modal .modal-close,
body.wp-admin #edit-booking-modal .modal-close,
body #add-booking-modal .modal-close,
body #edit-booking-modal .modal-close,
#add-booking-modal .modal-close,
#edit-booking-modal .modal-close {
    background: none !important;
    border: none !important;
    font-size: 24px !important;
    cursor: pointer !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #666 !important;
    border-radius: 50% !important;
    line-height: 1 !important;
}

/* Admin modal close button hover */
html.wp-toolbar body #add-booking-modal .modal-close:hover,
html.wp-toolbar body #edit-booking-modal .modal-close:hover,
html body #add-booking-modal .modal-close:hover,
html body #edit-booking-modal .modal-close:hover,
body.wp-admin #add-booking-modal .modal-close:hover,
body.wp-admin #edit-booking-modal .modal-close:hover,
body #add-booking-modal .modal-close:hover,
body #edit-booking-modal .modal-close:hover,
#add-booking-modal .modal-close:hover,
#edit-booking-modal .modal-close:hover {
    background: #f0f0f0 !important;
    color: #333 !important;
}

/* Admin modal body */
html.wp-toolbar body #add-booking-modal .modal-body,
html.wp-toolbar body #edit-booking-modal .modal-body,
html body #add-booking-modal .modal-body,
html body #edit-booking-modal .modal-body,
body.wp-admin #add-booking-modal .modal-body,
body.wp-admin #edit-booking-modal .modal-body,
body #add-booking-modal .modal-body,
body #edit-booking-modal .modal-body,
#add-booking-modal .modal-body,
#edit-booking-modal .modal-body {
    padding: 20px !important;
    max-height: 60vh !important;
    overflow-y: auto !important;
}

/* Admin "Nieuwe Boeking" button with ultra-high specificity */
html body.wp-admin #add-new-booking.button-primary,
html body #add-new-booking.button-primary,
body.wp-admin #add-new-booking.button-primary,
body #add-new-booking.button-primary,
#add-new-booking.button-primary,
button#add-new-booking {
    background: #0073aa !important;
    background-color: #0073aa !important;
    color: white !important;
    border: 1px solid #0073aa !important;
    border-radius: 3px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    cursor: pointer !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    vertical-align: top !important;
    font-weight: 400 !important;
    text-shadow: none !important;
    box-shadow: 0 1px 0 #006799 !important;
}

/* Admin "Nieuwe Boeking" button hover */
html body.wp-admin #add-new-booking.button-primary:hover,
html body #add-new-booking.button-primary:hover,
body.wp-admin #add-new-booking.button-primary:hover,
body #add-new-booking.button-primary:hover,
#add-new-booking.button-primary:hover,
button#add-new-booking:hover {
    background: #005a87 !important;
    background-color: #005a87 !important;
    border-color: #005a87 !important;
    color: white !important;
}