/* Functional, theme-agnostic CSS for MPAS. Loaded on every front-end page. */

/* Scorpius newsletter grid */
.scorpius-table {
	border-collapse: separate;
	border-spacing: 0 2rem;
	border-style: none;
	width: 100%;
	table-layout: fixed;
}

/* Make the fixed-size thumbnails scale down responsively within the grid */
.scorpius-table img {
	max-width: 100%;
	height: auto;
}

/* ICS Calendar block centring */
.ics-calendar {
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0 !important;
}

/* Content utility classes used inside block content */
.wp-block-table.mpas-table-narrow .has-fixed-layout {
	width: auto;
}

.mpas-no-margin-top {
	margin-top: 0;
}
