.wcebm-booking-ui {
    background: #ffffff;
    border: 1px solid var(--e-a-btn-bg-success-active);
    border-radius: 12px;
    padding: 24px;
    margin: 20px 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    font-family: inherit;
}

.wcebm-header-info {
    margin-bottom: 24px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 16px;
}

.wcebm-info-row {
    margin-bottom: 10px;
/*    font-size: 15px;*/
    display: flex;
    align-items: center;
/*    color: #444;*/
}

.wcebm-booking-ui h5{
    margin: unset;
}

.wcebm-info-row p{
    padding-left: 10px;
}

.wcebm-info-row strong {
/*    color: #111;*/
    min-width: 100px;
    display: inline-block;
}

.wcebm-upcoming-section {
    margin: 15px 0;
}

.wcebm-capsules {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.wcebm-capsule {
    padding: 8px 20px;
    background: #ffffff;
    border: 1px solid var(--e-a-btn-bg-success-active);
    border-radius: 30px;
/*    font-size: 13px;*/
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--e-a-btn-bg-success-active);
    white-space: nowrap;
}

.wcebm-capsule:hover {
    background: var(--e-a-btn-bg-success-active);
    color: #fff;
}

.wcebm-capsule.active {
    background: var(--e-a-btn-bg-success-active);
    color: #fff;
    border-color: var(--e-a-btn-bg-success-active);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.wcebm-slots-row {
    color: #2e7d32;
    background: #e8f5e9;
    padding: 8px 12px;
    border-radius: 6px;
    display: inline-block;
}

.wcebm-selection-wrapper {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 15px;
    align-items: flex-end;
}

.wcebm-field {
    display: flex;
    flex-direction: column;
}

.wcebm-addon-field {
    grid-column: span 2;
}

.wcebm-addon-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wcebm-addon-option {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border: 1px solid var(--e-a-btn-bg-success-active);
    border-radius: 10px;
    cursor: pointer;
}

.wcebm-addon-option input[type="radio"] {
    margin: 0;
}

.wcebm-addon-option small {
    color: #666;
}

.wcebm-field label {
    font-size: 16px;
/*    font-weight: 600;*/
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
/*    color: #666;*/
}

.wcebm-field input {
    height: 25px;
    width: 25px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 15px;
/*    font-size: 15px;*/
}

.wcebm-book-now-btn {
    grid-column: span 2;
    height: 56px !important;
    background: var(--e-a-btn-bg-success-active) !important;
    color: #ffffff !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
/*    font-size: 16px !important;*/
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 2px solid var(--e-a-btn-bg-success-active) !important;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wcebm-book-now-btn:hover:not(:disabled) {
    background: var(--e-a-btn-bg-success-active) !important;
    border-color: var(--e-a-btn-bg-success-active) !important;
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.wcebm-book-now-btn:active:not(:disabled) {
    transform: scale(0.98);
}

.wcebm-book-now-btn:disabled {
    background: var(--e-a-btn-bg-success-active) !important;
    cursor: not-allowed;
    opacity: 0.7;
    color: #ffff;
}

.wcebm-dot {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #2e7d32;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 480px) {
    .wcebm-addon-field {
        grid-column: span 1;
    }

    .wcebm-selection-wrapper {
        grid-template-columns: 1fr;
    }
    .wcebm-book-now-btn {
        grid-column: span 1;
    }
}

.product_cat-experiences .qodef-sale-boosters {
    display: none;
}