/* Only the Latest Posts block inside the sidebar container */
.sidebar-latest .wp-block-latest-posts > li > a.wp-block-latest-posts__post-title,
.sidebar-latest a.wp-block-latest-posts__post-title {
	font-size: 1rem !important;
	line-height: 1.4 !important;
}

/* Sidebar only: tighten Latest Posts spacing without weird wrap effects */
.sidebar-latest .wp-block-latest-posts {
	margin: 0;
	padding-left: 0;
/* optional: remove indent if you want */
}

.sidebar-latest .wp-block-latest-posts li {
	margin: 0 0 .35rem;
/* space BETWEEN posts */
	padding: 0;
}

.sidebar-latest .wp-block-latest-posts li:last-child {
	margin-bottom: 0;
}

/* Remove theme-added link spacing and tighten wrapped lines */
.sidebar-latest .wp-block-latest-posts a.wp-block-latest-posts__post-title,
.sidebar-latest a.wp-block-latest-posts__post-title {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1.25;
}

.page-wrapper {
	width: min(90vw, 1600px);
	margin: 0 auto;
}


body.page .wp-block-post-content h1,
body.page .wp-block-post-content h2,
body.page .wp-block-post-content h3,
body.page .wp-block-post-content h4 {
	line-height: 1.08;
	margin-block-end: .45rem;
}

body.page .wp-block-post-content h2 {
	margin-block-start: 2.25rem;
	margin-block-end: .6rem;
}

body.page .wp-block-post-content h3 {
	margin-block-start: 1.25rem;
	margin-block-end: .35rem;
}

body.page .wp-block-post-content p,
body.page .wp-block-post-content ul,
body.page .wp-block-post-content ol {
	margin-block-start: .35rem;
	margin-block-end: 1rem;
}

body.page .wp-block-post-content li {
	margin-bottom: .35rem;
}

.home-featured-event .ecs-event-list {
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
}

.home-featured-event .ecs-event {
	border-left: 4px solid #00417B;
	padding: 0.5rem 0 0.75rem 1rem;
	margin-bottom: 1.25rem;
	display: grid;
	grid-template-columns: 96px 1fr;
	column-gap: 1rem;
	align-items: start;
}

.home-featured-event .ecs-event img,
.home-featured-event .ecs-thumbnail img {
	width: 96px;
	height: 96px;
	object-fit: cover;
	display: block;
}

.home-featured-event .time,
.home-featured-event .entry-title,
.home-featured-event .ecs-excerpt {
	grid-column: 2;
}

.home-featured-event .time {
	display: block;
	font-weight: 700;
	color: #00417B;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin-bottom: 0.25rem;
}

.home-featured-event .entry-title {
	margin: 0.25rem 0;
	font-size: 1.35rem;
	line-height: 1.25;
}

.home-featured-event .entry-title a {
	text-decoration: none;
	color: #111;
}

.home-featured-event .entry-title a:hover {
	text-decoration: underline;
}

.home-featured-event .ecs-excerpt {
	margin-top: 0.5rem;
	line-height: 1.5;
	font-size: 1rem;
}

@media (max-width: 600px) {
	.home-featured-event .ecs-event {
		grid-template-columns: 72px 1fr;
		column-gap: 0.75rem;
	}

	.home-featured-event .ecs-event img,
	.home-featured-event .ecs-thumbnail img {
		width: 72px;
		height: 72px;
	}
}