#brs-smart-calendar-root {
    max-width: 900px;
    margin: 0 auto;
}

#brs-smart-calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

#brs-calendar-back-btn {
    background: #333;
    color: #fff;
    padding: 8px 14px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.brs-day-my-booking {
    background-color: rgba(0, 128, 255, 0.3) !important;
}

.brs-day-blocked {
    background-color: rgba(255, 0, 0, 0.3) !important;
}

.brs-day-available {
    background-color: rgba(0, 200, 0, 0.3) !important;
}
