/**
 * ICS Calendar front-end styles.
 *
 * Scope:
 * - Month grid hover behavior.
 *
 * Notes:
 * - CSS declarations are preserved from the original all-in-one file.
 * - These rules depend on ICS Calendar plugin markup.
 */

/************** ICS CALENDAR BEGINS ****************/

/* Prevent month grid cells from changing stacking behavior on hover. */
.ics-calendar-month-grid th:hover, .ics-calendar-month-grid td:hover {
	position: inherit;
	z-index: 2;
}

/************** ICS CALENDAR ENDS ****************/
