.zp-events-section {
	margin: 2.5rem 0;
}

.zp-section-title {
	color: #132e47;
	font: 700 clamp(1.6rem,3vw,2.2rem)/1.2 Nunito,Arial,sans-serif;
	margin: 0 0 1.25rem;
}

.zp-events-grid {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 1.25rem;
}

.zp-events-list {
	display: grid;
	gap: 1rem;
}

.zp-event-card {
	background: #fff;
	border: 1px solid #edf0f2;
	border-radius: 8px;
	box-shadow: 0 8px 28px rgba(19,46,71,.08);
	overflow: hidden;
}

.zp-event-card.is-compact {
	display: grid;
	grid-template-columns: 150px 1fr;
}

.zp-event-card__image {
	background: #eef3f5;
	display: block;
	min-height: 130px;
}

.zp-event-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.zp-event-card__body {
	padding: 1rem;
}

.zp-event-card__date {
	color: #c30d3f;
	font: 700 .84rem/1.3 Nunito,Arial,sans-serif;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.zp-event-card h3 {
	font: 700 1.15rem/1.35 Nunito,Arial,sans-serif;
	margin: .35rem 0;
}

.zp-event-card h3 a {
	color: #132e47;
	text-decoration: none;
}

.zp-event-card h3 a:hover {
	color: #c30d3f;
}

.zp-event-card__details {
	color: #5b6874;
	display: flex;
	flex-direction: column;
	font-size: .9rem;
	gap: .25rem;
}

.zp-calendar {
	margin: 1.5rem 0 3rem;
}

.zp-calendar__header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.zp-calendar__header h2 {
	color: #132e47;
	font: 700 1.35rem Nunito,Arial,sans-serif;
	margin: 0;
	text-transform: capitalize;
}

.zp-calendar__nav {
	align-items: center;
	background: #f0f6f8;
	border-radius: 4px;
	color: #132e47;
	display: flex;
	font-size: 1.3rem;
	height: 46px;
	justify-content: center;
	text-decoration: none;
	width: 46px;
}

.zp-calendar__nav:hover {
	background: #c30d3f;
	color: #fff;
}

.zp-calendar__grid {
	display: grid;
	grid-template-columns: repeat(7,minmax(0,1fr));
}

.zp-calendar__weekday {
	border: 1px solid #edf0f2;
	border-right: 0;
	color: #132e47;
	font-weight: 700;
	padding: .75rem;
	text-align: center;
}

.zp-calendar__weekday:nth-child(7) {
	border-right: 1px solid #edf0f2;
}

.zp-calendar__day {
	border-bottom: 1px solid #edf0f2;
	border-left: 1px solid #edf0f2;
	min-height: 118px;
	padding: .55rem;
}

.zp-calendar__day:nth-child(7n) {
	border-right: 1px solid #edf0f2;
}

.zp-calendar__day.is-empty {
	background: #fafbfc;
}

.zp-calendar__number {
	color: #132e47;
	display: block;
	font-weight: 700;
	margin-bottom: .35rem;
	text-align: center;
}

.zp-calendar__day.has-events .zp-calendar__number {
	color: #c30d3f;
}

.zp-calendar__event {
	background: #fbe8ed;
	border-radius: 3px;
	color: #86102f;
	display: block;
	font-size: .75rem;
	line-height: 1.3;
	margin: .25rem 0;
	padding: .35rem;
	text-decoration: none;
}

.zp-calendar__month-list {
	display: none;
	margin-top: 1rem;
}

.zp-event-admin-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.zp-event-admin-grid label {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.zp-event-admin-grid input {
	width: 100%;
}

.zp-event-admin-wide {
	grid-column: 1/-1;
}

.zp-team-card {
	text-align: center;
}

.zp-team-card img {
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(203,203,203,.5);
	height: 200px;
	object-fit: cover;
	width: 200px;
}

.zp-team-card h3 {
	color: #0b172d;
	font: 600 22px Nunito,Arial,sans-serif;
	margin: 20px 0 3px;
}

.zp-team-card__position {
	color: #c30d3f;
	font-size: 15px;
}

.zp-team-card__description {
	color: #8a9299;
	font-size: 14px;
}

.zp-compat-listing {
	display: grid;
	gap: 1.5rem;
}

.zp-compat-listing .zp-post-row {
	border-bottom: 1px solid #edf0f2;
	display: grid;
	grid-template-columns: minmax(180px,35%) 1fr;
	gap: 1.25rem;
	padding-bottom: 1.5rem;
}

.zp-compat-listing img {
	border-radius: 7px;
	height: 190px;
	object-fit: cover;
	width: 100%;
}

.zp-attachments {
	margin: 2rem 0;
}

.zp-attachments h2 {
	color: #132e47;
}

.zp-attachment,.zp-subpage {
	align-items: center;
	background: #fafafa;
	border-radius: 8px;
	color: #132e47;
	display: flex;
	gap: 14px;
	margin: 10px 0;
	padding: 12px;
	text-decoration: none;
}

.zp-attachment:hover,.zp-subpage:hover {
	background: #f0f6f8;
	color: #c30d3f;
}

.zp-attachment__type,.zp-subpage>span {
	align-items: center;
	background: #132e47;
	border-radius: 5px;
	color: #fff;
	display: flex;
	font-size: .72rem;
	font-weight: 700;
	height: 42px;
	justify-content: center;
	min-width: 42px;
	padding: 4px;
}

.zp-subpages {
	margin: 1.5rem 0;
}

@media(max-width:800px) {

	.zp-events-grid {
		grid-template-columns: 1fr;
	}

	.zp-event-card.is-compact {
		grid-template-columns: 110px 1fr;
	}

	.zp-calendar__grid {
		display: none;
	}

	.zp-calendar__month-list {
		display: grid;
		gap: 1rem;
	}

	.zp-event-admin-grid {
		grid-template-columns: 1fr;
	}

	.zp-compat-listing .zp-post-row {
		grid-template-columns: 1fr;
	}
}

.zp-subpage__icon {
	display: block;
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
	object-fit: contain;
}
