/**handles:ban-calendar**/
/*
 * BAN calendar - the FullCalendar embed.
 *
 * Loads after FullCalendar skeleton.css and the Classic theme, plus
 * ban-calendar-shared.css, so this only holds what is specific to the
 * library being on the page. The group colours, the event modal and the
 * modal body layout live in ban-calendar-shared.css.
 */

/* WordPress themes love to restyle everything inside post content. Keep the
   calendar's own tables and buttons out of that. */
.ban-cal table {
	margin: 0;
	border-collapse: collapse;
}

.ban-cal a {
	box-shadow: none;
}

.ban-cal__calendar {
	/* Stops a long event title from stretching the grid on narrow screens. */
	min-width: 0;
}