/* Scoped Styles for Unified Calendar View */

.rrs-unified-calendar .rrs-slot.available {
    background: #28a745;
    border-color: #1e7e34;
    color: #fff;
}

.rrs-unified-calendar .rrs-slot.available:hover {
    background: #218838;
}

.rrs-unified-calendar .rrs-slot.selected-slot {
    background: #0d6efd !important;
    border: 2px solid #0a58ca !important;
    color: #fff;
}

.rrs-unified-calendar .rrs-slot.held {
    background: #ffc107 !important;
}

.rrs-unified-calendar .rrs-slot.my_hold {
    background: #4caf50 !important;
}

/* Duration Pills */
.rrs-unified-calendar .rrs-duration-pill-selector {
    display: flex;
    gap: 10px;
    background: #f8f9fa;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #dee2e6;
    margin-bottom: 20px;
}

.rrs-unified-calendar .rrs-duration-pill {
    padding: 8px 20px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 40px;
    cursor: pointer;
}

.rrs-unified-calendar .rrs-duration-pill.active {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}
