/* LibreBooking Custom Styles */

/* === EXAMPLES - uncomment what you need === */

/* Hide description field */
/*
.reservationDescription {
    display: none !important;
}
*/

/* Hide title field */
/*
.reservationTitle {
    display: none !important;
}
*/

/* Hide participants/invitees section */
/*
#participantList,
#inviteeList {
    display: none !important;
}
*/

/* Hide recurrence options */
/*
.recur-toggle,
#repeatOptions {
    display: none !important;
}
*/

/* Hide reminders section */
/*
.reservationReminders {
    display: none !important;
}
*/

/* Hide accessories */
/*
.accessoriesDiv {
    display: none !important;
}
*/
