body {
    background-color: #f8f9fa;
}

.card {
    margin-bottom: 20px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.fc-event {
    cursor: pointer;
}

/* Calendar filter styling */
#calendarEventFilter {
    margin-bottom: 15px;
}

/* Booking form styling */
#bookingForm .timepicker, 
#editBookingForm .timepicker {
    width: 100%;
}

/* Responsive table */
.table-responsive {
    overflow-x: auto;
}

/* Modal styling */
.modal-body p {
    margin-bottom: 0.5rem;
}

/* Badge styling */
.badge {
    font-size: 0.85em;
    font-weight: 500;
}

/* FullCalendar customization */
.fc-header-toolbar {
    margin-bottom: 1em;
}

.fc-daygrid-event {
    white-space: normal;
    padding: 2px 4px;
}

/* Dashboard cards */
.card .display-4 {
    font-size: 2.5rem;
}

/* Quick links buttons */
.d-grid .btn {
    margin-bottom: 10px;
}

/* Edit and cancel buttons */
.edit-booking, .cancel-booking {
    margin-right: 5px;
}