.cbm-time-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.cbm-slot {
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    background: #f9f9f9;
    user-select: none;
    flex: 0 0 25%;
    text-align: center;
}

.cbm-slot:hover {
    background: #e6f7ff;
}

.cbm-slot.selected {
    background: #d1e7dd;
    border-color: #0f5132;
}

.cbm-slot-unavailable {
    background: #f8d7da;
    border-color: #842029;
    color: #842029;
    cursor: not-allowed;
}
.booking-times {
        margin-top: 15px;
    margin-bottom: 20px;
}
.ct-cart-actions .quantity, .related.products, .single-product .product_meta {
    display: none !important;
}
.ct-.related.products, .single-product .product_meta {
    display: none !important;
}
.event-type-form {
    flex: 0 100%;
    margin-top: 20px;
}
.event-type-form input {
    background: white !important;
}