/* MSM Consulting — small additions on top of theme.json */
.is-style-card,
.is-style-card-link {
	background: #fff;
	border: 1px solid #D5E1EA;
	border-radius: 10px;
	padding: 28px;
	height: 100%;
}
.is-style-card-link { transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease; }
.is-style-card-link:hover { border-color: #1FB2D6; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(11, 18, 54, .08); }
.is-style-card-link a { text-decoration: none; }
.is-style-card-link a:hover { text-decoration: underline; }
.wp-block-column > .is-style-card, .wp-block-column > .is-style-card-link { height: 100%; }

.is-style-eyebrow {
	font-size: 13px !important;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.is-style-checks { list-style: none; padding-left: 0; }
.is-style-checks li { position: relative; padding-left: 30px; margin-bottom: .5em; }
.is-style-checks li::before {
	content: ""; position: absolute; left: 0; top: .45em; width: 16px; height: 9px;
	border-left: 2.5px solid #1FB2D6; border-bottom: 2.5px solid #1FB2D6; transform: rotate(-45deg);
}

/* Header */
.msm-header .wp-block-navigation a { text-decoration: none; }
.msm-header .wp-block-navigation a:hover { color: #1FB2D6; }
.msm-header .wp-block-navigation .current-menu-item > a { color: #1FB2D6; }
.msm-logo img { display: block; height: auto; }

/* Rounded photos */
.msm-photo img { border-radius: 10px; }

/* Big letters for FANC */
.msm-letter { font-size: clamp(56px, 7vw, 84px) !important; line-height: 1 !important; }

/* Footer links */
.msm-footer a { color: #C9D2E6; text-decoration: none; }
.msm-footer a:hover { color: #1FB2D6; }

:where(.wp-site-blocks) :focus-visible { outline: 2px solid #1FB2D6; outline-offset: 2px; }

@media (max-width: 781px) {
	.msm-hero-cols { gap: 32px !important; }
}

/* Full-width bands sit flush against each other */
.wp-site-blocks > * { margin-block-start: 0; }
.wp-block-post-content > .alignfull { margin-block-start: 0; }
.wp-block-post-content > .alignfull + .alignfull { margin-block-start: 0; }
