/* Slot Manager Styles */
.bb-slot-warning {
    color: #ff6900;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 3px 6px;
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 3px;
    display: inline-block;
}

.bb-slot-full {
    color: #dc3545;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 3px 6px;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 3px;
    display: inline-block;
}

.bb-time-select option:disabled {
    color: #999;
    background-color: #f5f5f5;
}