.wbc-calendar-container {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f9f9f9;
}

#wbc-booking-dates {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background: #fff;
}

#wbc-datepicker {
    width: 100%;
    margin-bottom: 10px;
}

.ui-datepicker {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.ui-datepicker td.booked-date a {
    background: #ffcccc !important;
    color: #cc0000 !important;
    cursor: not-allowed !important;
}

.ui-datepicker td.selected-date a {
    background: #0073aa !important;
    color: #fff !important;
    font-weight: bold;
}

.wbc-calendar-container .description {
    font-size: 0.9em;
    color: #666;
    margin-top: 5px;
}