/* ABOUTME: Styles for the [mc_pastor_note] front-page note block. */
/* ABOUTME: Card-style note with a copper accent, shown between New Here and Upcoming Events. */

.mc-pastor-note {
	max-width: 800px;
	margin: 0 auto;
	padding: 2.5rem;
	background-color: var(--wp--preset--color--surface, #F5F3EF);
	border-left: 4px solid var(--wp--preset--color--accent-copper, #BF843B);
	border-radius: 8px;
}

.mc-pastor-note-heading {
	margin-top: 0;
	margin-bottom: 1rem;
	color: var(--wp--preset--color--primary, #2B678C);
	font-size: 1.6rem;
}

.mc-pastor-note-body {
	line-height: 1.8;
	color: var(--wp--preset--color--text, #333333);
}

.mc-pastor-note-body p:first-child {
	margin-top: 0;
}

.mc-pastor-note-body p:last-child {
	margin-bottom: 0;
}
