/*
 * NYMHCA Frost — Pattern-Specific Styles
 * Feature cards, news cards, pricing grid, quote blocks, subnav strip.
 * Also contains shared components used across page types (CTA banner).
 */

/* Only enable transitions if the user hasn't asked for reduced motion */
@media (prefers-reduced-motion: no-preference) {
	@media (min-width: 768px) {
		@view-transition {
			navigation: auto;
		}
	}
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
	opacity: 0;
}

.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
	opacity: 0.25;
}


/* ── Feature Cards (3-up) ──────────────────────────────────────────────────── */
.wp-block-columns:has(.nymhca-feature-card) {
	flex-wrap: wrap !important;
}
.nymhca-feature-card {
	background: #fff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 10px;
	padding: 28px 24px;
	min-width: 300px;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.15s, border-color 0.15s;
}
.nymhca-feature-card:hover {
	box-shadow: var(--wp--preset--shadow--card-hover);
	border-color: var(--wp--preset--color--cool-blue);
}
.nymhca-feature-card .nymhca-card-icon,
.nymhca-feature-card .wp-block-font-awesome-icon {
	width: 3.5em;
	height: 3.5em;
	background: var(--wp--preset--color--blue-lt);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	color: var(--wp--preset--color--teal);
}
.nymhca-feature-card h3 {
	font-size: 15px;
	font-weight: 700;
	color: var(--wp--preset--color--dark);
	margin-top: 0;
	margin-bottom: 10px;
}
.nymhca-feature-card p {
	font-size: 13px;
	color: var(--wp--preset--color--body-txt);
	line-height: 1.6;
	flex: 1;
	margin-top: 0;
	margin-bottom: 16px;
}

/* ── News Cards Grid (3-up standard) ───────────────────────────────────────── */

/* Query loop post template grid */
.news-3up-grid ul.wp-block-post-template {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	list-style: none;
	padding: 0;
	margin: 0;
}
@media (max-width: 781px) {
	.news-3up-grid ul.wp-block-post-template {
		grid-template-columns: 1fr;
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}

	.news-3up-grid > .wp-block-columns:first-of-type {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}

	.news-3up-grid {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
	}

	.editor-styles-wrapper .news-3up-grid {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
	}

	.editor-styles-wrapper .news-3up-grid > .wp-block-columns:first-of-type {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}
}

@media (max-width: 1024px) {
	.news-3up-grid ul.wp-block-post-template {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}

	.news-3up-grid > .wp-block-columns:first-of-type {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}

	.editor-styles-wrapper .news-3up-grid ul.wp-block-post-template {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}

	.editor-styles-wrapper .news-3up-grid > .wp-block-columns:first-of-type {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}
}

@media (hover: none) and (pointer: coarse) {
	.news-3up-grid ul.wp-block-post-template {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}

	.news-3up-grid > .wp-block-columns:first-of-type {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}

	.editor-styles-wrapper .news-3up-grid ul.wp-block-post-template {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}

	.editor-styles-wrapper .news-3up-grid > .wp-block-columns:first-of-type {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}
}

.nymhca-news-card {
	background: #fff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.15s, border-color 0.15s;
}
.nymhca-news-card:hover {
	box-shadow: var(--wp--preset--shadow--card-hover);
	border-color: var(--wp--preset--color--cool-blue);
}
.nymhca-news-card .nymhca-news-card-img img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
}
.nymhca-news-card .nymhca-news-card-body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.nymhca-news-card h4 {
	font-size: 14px;
	font-weight: 700;
	color: var(--wp--preset--color--dark);
	line-height: 1.4;
	margin-bottom: 6px;
}
.nymhca-news-card .nymhca-news-meta {
	font-size: 11px;
	color: var(--wp--preset--color--muted);
	margin-bottom: 8px;
}
.nymhca-news-card p {
	font-size: 13px;
	color: var(--wp--preset--color--body-txt);
	line-height: 1.55;
	flex: 1;
	margin-bottom: 12px;
}

/* Query loop post items */
li.wp-block-post {
	background: #fff;
	/* border: 1px solid var(--wp--preset--color--border);
	border-radius: 10px; */
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.15s;
	list-style: none;
	margin: 0;
	padding: 0;
}
.news-3up-grid li.wp-block-post {
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 10px;
}
li.wp-block-post:hover {
	box-shadow: var(--wp--preset--shadow--card-hover);
	border-color: var(--wp--preset--color--cool-blue);
}

/* Post image container */
li.wp-block-post .nymhca-news-card-img {
	display: none;
	width: 100%;
	height: 180px;
	overflow: hidden;
	padding: 0 !important;
	border-bottom: 1px solid var(--wp--preset--color--border);
	background-image: url("../images/post-featured-image-min.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
li.wp-block-post .nymhca-news-card-img:has(img[src]:not([src=""])) {
	height: 180px;
	border-bottom-color: #fff;
	background-image: none;
}
li.wp-block-post .nymhca-news-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
li.wp-block-post .nymhca-news-card-img img:not([src]),
li.wp-block-post .nymhca-news-card-img img[src=""] {
	display: none;
}

/* Post body container */
li.wp-block-post .nymhca-news-card-body {
	padding: 20px !important;
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 0;
}

/* Post tag */
li.wp-block-post .nymhca-tag {
	display: inline-block;
	align-self: flex-start;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	background: var(--wp--preset--color--teal-lt);
	color: var(--wp--preset--color--teal-dk);
	padding: 3px 10px;
	border-radius: 20px;
	width: fit-content;
	margin-bottom: 8px;
}
li.wp-block-post .nymhca-tag a {
	color: inherit;
	text-decoration: none;
}

/* Post title */
li.wp-block-post .wp-block-post-title {
	font-size: 14px;
	font-weight: 700;
	font-family: var(--wp--preset--font-family--sans) !important;
	color: var(--wp--preset--color--dark);
	line-height: 1.4;
	margin: 0 0 6px 0 !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (max-width: 768px) {
	li.wp-block-post .wp-block-post-title {
		-webkit-line-clamp: 4;
		line-clamp: 4;
	}

	.news-3up-grid li.wp-block-post .wp-block-post-excerpt__excerpt {
		display: -webkit-box !important;
		-webkit-box-orient: vertical !important;
		overflow: hidden !important;
		-webkit-line-clamp: 4 !important;
		line-clamp: 4 !important;
	}
}


/* Post date */
li.wp-block-post .wp-block-post-date {
	font-size: 11px;
	color: var(--wp--preset--color--muted);
	margin-bottom: 8px;
	margin-top: 0 !important;
}
li.wp-block-post .wp-block-post-date time {
	display: block;
}

/* Post excerpt */
li.wp-block-post .wp-block-post-excerpt {
	font-size: 13px;
	color: var(--wp--preset--color--body-txt);
	line-height: 1.55;
	flex: 1;
	margin-bottom: 12px !important;
}
li.wp-block-post .wp-block-post-excerpt__excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
li.wp-block-post p:not(.nymhca-tag, .nymhca-event-meta, .event-cart__description, .nymhca-event-month, .nymhca-event-day, .nymhca-event-year):not(.wp-block-post-date):not([class*="wp-block-post-excerpt"]) {
	font-size: 13px;
	color: var(--wp--preset--color--body-txt);
	line-height: 1.55;
	flex: 1;
	margin-bottom: 12px !important;
}

/* Post read more link */
li.wp-block-post .nymhca-link-arrow {
	font-size: 13px;
	font-weight: 600;
	color: var(--wp--preset--color--teal);
	transition: color 0.15s;
	margin-top: 6px;
}
li.wp-block-post .nymhca-link-arrow:hover {
	color: var(--wp--preset--color--teal-dk);
	text-decoration: underline;
}
.news-3up-grid li.wp-block-post .wp-block-read-more {
	margin-block-start: 0;
	font-size: 13px;
	font-weight: 600;
	color: var(--wp--preset--color--teal);
	display: inline-flex;
	align-items: center;
	gap: 4px;
	transition: color 0.15s;
	text-decoration: none;
}
.news-3up-grid li.wp-block-post .wp-block-read-more::after {
	content: "\2192";
}
.news-3up-grid li.wp-block-post .wp-block-read-more:hover {
	color: var(--wp--preset--color--teal-dk);
	text-decoration: underline;
}

.news-3up-grid > .wp-block-columns:first-of-type > .wp-block-column:last-child {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

/* ── News Featured Grid (asymmetric 3fr / 2fr) ─────────────────────────────── */

.nymhca-news-featured-grid.wp-block-columns {
	gap: 24px;
	align-items: flex-start;
}
.nymhca-news-featured-card {
	background: #fff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 10px;
	overflow: hidden;
}
.nymhca-news-featured-card .nymhca-feat-img {
	width: 100%;
	height: 280px;
	overflow: hidden;
	background-image: url("../images/post-featured-image-min.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.nymhca-news-featured-card .nymhca-feat-img img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	display: block;
}
.nymhca-news-featured-card .nymhca-feat-img img[src=""] {
	opacity: 0;
}
.nymhca-news-featured-card .nymhca-news-card-body {
	padding: 24px;
}
.nymhca-news-featured-card h4 {
	font-size: 18px;
	font-weight: 700;
	color: var(--wp--preset--color--dark);
	line-height: 1.35;
	margin-bottom: 8px;
}
.nymhca-news-stack {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.nymhca-news-stack .nymhca-news-card .nymhca-news-card-img {
	background-image: url("../images/post-featured-image-min.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.nymhca-news-stack .nymhca-news-card .nymhca-news-card-img img {
	height: 120px;
}
.nymhca-news-stack .nymhca-news-card .nymhca-news-card-img img[src=""] {
	opacity: 0;
}

/* ── Pricing Grid ──────────────────────────────────────────────────────────── */

.nymhca-pricing-grid.wp-block-group,
.nymhca-pricing-grid.wp-block-columns {
	align-items: stretch;
	gap: 16px;
}

.nymhca-pricing-grid.wp-block-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.nymhca-pricing-grid > .wp-block-group,
.nymhca-pricing-card {
	background: #fff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 10px;
	padding: 28px 24px !important;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	position: relative;
	margin: 0;
	transition: box-shadow 0.15s, border-color 0.15s;
}
.nymhca-pricing-grid > .wp-block-group:hover,
.nymhca-pricing-card:hover {
	box-shadow: var(--wp--preset--shadow--card-hover);
	border-color: var(--wp--preset--color--cool-blue);
}

.nymhca-pricing-grid > .wp-block-group:has(.nymhca-pricing-badge),
.nymhca-pricing-card.is-featured {
	border: 2px solid var(--wp--preset--color--primary);
}

@media (min-width: 782px) {
	.nymhca-pricing-grid > .wp-block-group {
		flex: 1 1 calc((100% - 32px) / 3) !important;
		max-width: calc((100% - 32px) / 3) !important;
		min-width: 0 !important;
	}
}

@media (max-width: 781px) {
	.wp-block-columns:has(+ .nymhca-pricing-grid) {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}

	.nymhca-pricing-grid {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}

	.nymhca-pricing-grid > .wp-block-group {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 1024px) {
	.wp-block-columns:has(+ .nymhca-pricing-grid) {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}

	.nymhca-pricing-grid {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}

	.editor-styles-wrapper .wp-block-columns:has(+ .nymhca-pricing-grid) {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}

	.editor-styles-wrapper .nymhca-pricing-grid {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}
}

@media (hover: none) and (pointer: coarse) {
	.wp-block-columns:has(+ .nymhca-pricing-grid) {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}

	.nymhca-pricing-grid {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}

	.editor-styles-wrapper .wp-block-columns:has(+ .nymhca-pricing-grid) {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}

	.editor-styles-wrapper .nymhca-pricing-grid {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}
}
.nymhca-pricing-badge {
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	margin-inline: auto;
	width: fit-content;
	background: var(--wp--preset--color--primary);
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 4px 14px;
	border-radius: 20px;
	white-space: nowrap;
}
.editor-styles-wrapper .nymhca-pricing-badge {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}
.nymhca-pricing-badge + .nymhca-pricing-tier {
	margin-block-start: 0 !important;
}
.nymhca-pricing-tier {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	color: var(--wp--preset--color--teal);
	margin-bottom: 12px;
}
.nymhca-pricing-price {
	font-size: 36px;
	font-weight: 700;
	color: var(--wp--preset--color--dark);
	line-height: 1;
	margin-bottom: 4px;
	margin-block-start: 0;
}
.nymhca-pricing-price span {
	font-size: 15px;
	font-weight: 400;
	color: var(--wp--preset--color--muted);
	font-family: var(--wp--preset--font-family--sans);
}
.nymhca-pricing-desc {
	font-size: 13px;
	color: var(--wp--preset--color--muted);
	line-height: 1.5;
	margin-block-start: 0;
	margin-bottom: 16px;
	text-wrap: pretty;
}
.nymhca-pricing-divider {
	border: none;
	border-top: 1px solid var(--wp--preset--color--border);
	margin: 0 0 18px;
	width: 100%;
}
.nymhca-pricing-features.wp-block-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
	margin-block: 0;
}
.nymhca-pricing-features li {
	font-size: 13px;
	color: var(--wp--preset--color--body-txt);
	line-height: 1.5;
	padding-left: 22px;
	position: relative;
}
.nymhca-pricing-features li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 16px;
	height: 16px;
	background: var(--wp--preset--color--teal);
	border-radius: 50%;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='1,5 3.5,8 9,2' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px;
}
.nymhca-btn-pricing-fill,
.nymhca-btn-pricing-outline {
	margin-inline: 0;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.nymhca-btn-pricing-fill .wp-block-button__link {
	background: var(--wp--preset--color--primary);
	color: #fff;
	border: 2px solid var(--wp--preset--color--primary);
	border-radius: 6px;
	width: 100%;
	text-align: center;
	padding: 11px 20px;
	font-size: 14px;
	font-weight: 600;
	transition: background 0.15s, border-color 0.15s;
}
.nymhca-btn-pricing-fill .wp-block-button__link:hover {
	background: var(--wp--preset--color--deepest);
	border-color: var(--wp--preset--color--deepest);
}
.nymhca-btn-pricing-outline .wp-block-button__link {
	background: transparent;
	color: var(--wp--preset--color--primary);
	border: 2px solid var(--wp--preset--color--primary);
	border-radius: 6px;
	width: 100%;
	text-align: center;
	padding: 11px 20px;
	font-size: 14px;
	font-weight: 600;
	transition: background 0.15s, color 0.15s;
}
.nymhca-btn-pricing-outline .wp-block-button__link:hover {
	background: var(--wp--preset--color--primary);
	color: #fff;
}
.nymhca-btn-pricing-fill .wp-block-button__link:focus-visible,
.nymhca-btn-pricing-outline .wp-block-button__link:focus-visible {
	outline: 2px solid var(--wp--preset--color--primary);
	outline-offset: 3px;
}



.nymhca-pricing-tier,
.nymhca-pricing-price,
.nymhca-pricing-desc,
.nymhca-pricing-divider,
.nymhca-pricing-features,
.nymhca-btn-pricing-fill .wp-block-button__link,
.nymhca-btn-pricing-outline .wp-block-button__link {
	width: 100%;
	max-width: 330px;
}

/* ── Quote Blocks ──────────────────────────────────────────────────────────── */

.nymhca-quote-block {
	border: 1px solid var(--wp--preset--color--border);
	border-left: 3px solid var(--wp--preset--color--primary);
	border-radius: 0 8px 8px 0;
	padding: 20px 24px;
	margin-bottom: 24px;
}
.nymhca-quote-block p {
	font-family: var(--wp--preset--font-family--serif);
	font-size: 15px;
	font-style: italic;
	color: var(--wp--preset--color--dark);
	line-height: 1.6;
	margin-bottom: 8px;
}
.nymhca-quote-block cite {
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	color: var(--wp--preset--color--muted);
}
.nymhca-quote-block-navy {
	background: var(--wp--preset--color--primary);
	border: none;
	border-radius: 10px;
	padding: 24px 28px;
}
.nymhca-quote-block-navy p {
	color: #fff;
}
.nymhca-quote-block-navy cite {
	color: rgba(255, 255, 255, 0.65);
}

/* ── Section header row (label + heading + link) ───────────────────────────── */

.nymhca-section-header.wp-block-group {
	margin-bottom: var(--wp--preset--spacing--7);
}

/* Section header flex container — matches HTML .section-header-row */
.wp-block-group.has-blue-xl-background-color > .wp-block-group:first-child.wp-block-group {
	display: flex !important;
	justify-content: space-between !important;
	align-items: flex-end !important;
	margin-bottom: 28px !important;
	flex-wrap: nowrap;
	gap: 24px;
}

.wp-block-group.has-blue-xl-background-color > .wp-block-group:first-child.wp-block-group > .wp-block-group {
	display: flex;
	flex-direction: column;
}

.wp-block-group.has-blue-xl-background-color > .wp-block-group:first-child.wp-block-group > p {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	white-space: nowrap;
}

.wp-block-group.nymhca-events-list.has-blue-xl-background-color > .wp-block-group:first-child.wp-block-group > .wp-block-group,
.wp-block-group.nymhca-events-list.has-blue-xl-background-color > .wp-block-group:first-child.wp-block-group > p,
.wp-block-group.nymhca-events-list.has-blue-xl-background-color .nymhca-section-label,
.wp-block-group.nymhca-events-list.has-blue-xl-background-color .tw-balance {
	text-align: left !important;
	margin-inline: 0 !important;
}

/* ── Separator variants ────────────────────────────────────────────────────── */

.nymhca-sep-dots {
	text-align: center;
	color: var(--wp--preset--color--border);
	font-size: 18px;
	letter-spacing: 0.5em;
	border: none;
	line-height: 1;
	padding: var(--wp--preset--spacing--6) 0;
}

/* ── CTA Banner ────────────────────────────────────────────────────────────── */

.nymhca-cta-banner {
	background: var(--wp--preset--color--primary) !important;
	text-align: center;
	padding-left: var(--nymhca-mobile-inline-gutter) !important;
	padding-right: var(--nymhca-mobile-inline-gutter) !important;
}
.nymhca-cta-banner h2 {
	font-family: var(--wp--preset--font-family--serif) !important;
	font-size: clamp(22px, 3vw, 30px) !important;
	font-weight: 400;
	color: #fff !important;
	max-width: 700px;
	margin: 0 auto 16px;
	line-height: 1.25;
}
.nymhca-cta-banner p:not(:empty) {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.80);
	max-width: 560px;
	margin: 0 auto 28px;
	line-height: 1.6;
}
.nymhca-cta-banner p:empty {
	display: none;
	margin: 0;
}
.nymhca-btn-cta > .wp-block-button__link,
.nymhca-btn-cta.wp-block-button__link {
	background: var(--wp--preset--color--orange);
	background-color: var(--wp--preset--color--orange);
	color: #fff;
	border: 2px solid var(--wp--preset--color--orange);
	border-radius: 6px;
	padding: 13px 32px;
	font-size: 15px;
	font-weight: 700;
	transition: background 0.15s, background-color 0.15s, border-color 0.15s;
}
.nymhca-cta-banner .nymhca-btn-cta > .wp-block-button__link:hover,
.nymhca-cta-banner .nymhca-btn-cta.wp-block-button__link:hover {
	background: var(--orange-dk) !important;
	background-color: var(--orange-dk) !important;
	border-color: var(--orange-dk) !important;
	text-decoration: none;
}
.nymhca-btn-cta > .wp-block-button__link:focus-visible,
.nymhca-btn-cta.wp-block-button__link:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

/* ── Value Bar ───────────────────────────────────────────────────────────── */
.nymhca-value-bar {
	background: #fff !important;
	border-bottom: 1px solid var(--wp--preset--color--border);
	margin-top: -80px;
	position: relative;
	z-index: 2;
	clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 100%);
	padding-top: 80px;
	padding-bottom: 0;
}

@media (max-width: 900px) {
	.nymhca-value-bar {
		padding-inline: var(--nymhca-mobile-inline-gutter) !important;
	}
}

body:not(.home) .nymhca-value-bar {
	margin-top: 0;
	clip-path: none;
	padding-top: 0;
}
.nymhca-value-bar .wp-block-columns {
	max-width: 1200px;
	gap: 0;
}
.nymhca-value-bar .wp-block-columns:has(.wp-block-list) {
	max-width: 1120px;
}
.nymhca-value-bar .wp-block-buttons:is(:last-child) {
	margin-bottom: 40px;
}

.nymhca-value-pillar {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 22px 12px;
	text-decoration: none;
	border-right: 1px solid var(--wp--preset--color--border);
	transition: background 0.15s;
	/* cursor: pointer; */
}
.nymhca-value-pillar:has(.wp-block-list) {
	text-align: left;
	align-items: start;
	.nymhca-value-pillar-title {
		margin-inline: 8px;
	}
}

.nymhca-value-pillar:last-child {
	border-right: none;
}

.nymhca-value-pillar:hover {
	background: var(--wp--preset--color--blue-lt);
}

.nymhca-value-pillar:focus-visible {
	outline: 2px solid var(--wp--preset--color--teal);
	outline-offset: -2px;
}

.nymhca-value-pillar .wp-block-image {
	margin-bottom: 6px;
}

.nymhca-value-pillar-title {
	font-size: 12px;
	font-weight: 700;
	color: var(--wp--preset--color--dark);
	margin-bottom: 6px;
	margin-top: 0;
	line-height: 1.3;
}

.nymhca-value-pillar-desc {
	font-size: 10px;
	color: var(--wp--preset--color--body-txt);
	line-height: 1.5;
	margin-bottom: 6px;
	margin-top: 0;
	text-wrap: balance;
}

p.nymhca-value-pillar-cta {
	font-size: 12px;
	font-weight: 700;
	color: var(--wp--preset--color--teal);
	letter-spacing: 0;
	margin-top: 0;
}

@media (max-width: 781px) {
	.nymhca-value-bar {
		clip-path: none;
		margin-top: 0;
		padding-top: 0;
	}

	.nymhca-value-bar .wp-block-columns,
	.editor-styles-wrapper .nymhca-value-bar .wp-block-columns {
		flex-direction: column !important;
		align-items: stretch !important;
	}

	.nymhca-value-bar .wp-block-column,
	.editor-styles-wrapper .nymhca-value-bar .wp-block-column {
		width: 100% !important;
		border-right: none !important;
		border-bottom: 1px solid var(--wp--preset--color--border);
		padding: 18px 16px;
	}

	.nymhca-value-bar .wp-block-column:last-child,
	.editor-styles-wrapper .nymhca-value-bar .wp-block-column:last-child {
		border-bottom: none;
	}
}

/* ── Interior Hero Banner ─────────────────────────────────────────────────── */
/* Moved here from page.css — pattern can appear on any template type */

.nymhca-interior-hero.wp-block-cover {
	min-height: 220px;
	align-items: flex-end;
	background: linear-gradient(120deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--primary) 60%, #0d4bc4 100%);
	padding-top: var(--wp--preset--spacing--10) !important;
	padding-right: var(--nymhca-mobile-inline-gutter) !important;
	padding-bottom: var(--wp--preset--spacing--10) !important;
	padding-left: var(--nymhca-mobile-inline-gutter) !important;
}

.editor-styles-wrapper .nymhca-interior-hero.wp-block-cover {
	background: linear-gradient(120deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--primary) 60%, #0d4bc4 100%);
	padding-top: var(--wp--preset--spacing--10) !important;
	padding-right: var(--nymhca-mobile-inline-gutter) !important;
	padding-bottom: var(--wp--preset--spacing--10) !important;
	padding-left: var(--nymhca-mobile-inline-gutter) !important;
}
/* Ensure gradient renders fully opaque over the dark base */
.nymhca-interior-hero .wp-block-cover__gradient-background {
	background-image: linear-gradient(120deg, #021d5b 0%, #063393 60%, #008C8D 100%) !important;
	opacity: 1;
}

/* .nymhca-interior-hero .wp-block-cover__background {
	background-image: url("/wp-content/uploads/2026/04/image.webp") !important;
} */



/* Force interior hero inner constrained content to 1120px */
.nymhca-interior-hero .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 768px;
	margin-inline: 0 !important;
}

.editor-styles-wrapper .nymhca-interior-hero .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 720px;
}

/* Override theme.json group block defaults (56px/40px) inside the hero */
.nymhca-interior-hero .wp-block-group {
	padding: 0 !important;
	max-width: 1120px;
	margin: auto;
}
.nymhca-breadcrumb {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.65) !important;
	margin-bottom: 10px;
}
.editor-styles-wrapper .nymhca-breadcrumb {
	color: rgba(255, 255, 255, 0.65) !important;
}
.nymhca-breadcrumb a {
	color: rgba(255, 255, 255, 0.65) !important;
	text-decoration: none;
}
.editor-styles-wrapper .nymhca-breadcrumb a {
	color: rgba(255, 255, 255, 0.65) !important;
}
.nymhca-breadcrumb a:hover {
	color: #fff;
}
.nymhca-breadcrumb a:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
	border-radius: 2px;
}
.nymhca-interior-hero h1 {
	font-size: 38px;
	font-weight: 400;
	color: #fff;
	line-height: 1.15;
	margin-bottom: 16px;
}
.nymhca-interior-hero .nymhca-hero-intro,
.nymhca-interior-hero p {
	font-size: 14px;
	color: #fff !important;
	line-height: 1.65;
	text-align: left;
	margin:0 0 16px;
}
.nymhca-interior-hero p:last-of-type {
	margin-bottom: 28px;
}

.editor-styles-wrapper .nymhca-interior-hero .nymhca-hero-intro,
.editor-styles-wrapper .nymhca-interior-hero p {
	color: #fff !important;
	text-align: left !important;
	margin:0 0 16px !important;
}
.nymhca-interior-hero .wp-block-buttons > .wp-block-button:first-child > .wp-block-button__link,
.nymhca-interior-hero .wp-block-buttons > .wp-block-button:first-child > .wp-element-button,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-buttons > .wp-block-button:first-child .wp-block-button__link,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-buttons > .wp-block-button:first-child .wp-element-button,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-buttons > .wp-block-button:first-child > .wp-block-button__link,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-buttons > .wp-block-button:first-child > .wp-element-button {
	background: var(--wp--preset--color--orange) !important;
	background-color: var(--wp--preset--color--orange) !important;
	background-image: none !important;
	color: #fff !important;
	border: 2px solid var(--wp--preset--color--orange) !important;
	border-radius: 6px;
	padding: 11px 26px;
	font-weight: 700;
	font-size: 13px;
	text-decoration: none;
	transition: background 0.15s, border-color 0.15s;
}

.nymhca-interior-hero .wp-block-buttons > .wp-block-button:first-child > .wp-block-button__link:hover,
.nymhca-interior-hero .wp-block-buttons > .wp-block-button:first-child > .wp-element-button:hover,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-buttons > .wp-block-button:first-child .wp-block-button__link:hover,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-buttons > .wp-block-button:first-child .wp-element-button:hover,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-buttons > .wp-block-button:first-child > .wp-block-button__link:hover,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-buttons > .wp-block-button:first-child > .wp-element-button:hover {
	background: var(--orange-dk) !important;
	background-color: var(--orange-dk) !important;
	background-image: none !important;
	border-color: var(--orange-dk) !important;
	color: #fff !important;
}

/* Make Gutenberg's own editor button tokens resolve to the hero fill colours. */
.editor-styles-wrapper .nymhca-interior-hero .wp-block-buttons > .wp-block-button:first-child {
	--wp--preset--color--primary: var(--wp--preset--color--orange);
	--wp--preset--color--deepest: var(--orange-dk);
}

/* Map Gutenberg default/outline button styles to hero fill/outline styles. */
.nymhca-interior-hero .wp-block-button:not(.is-style-outline):not(.is-style-outline--2):not(.nymhca-btn-cta):not(.nymhca-btn-hero-fill):not(.nymhca-btn-hero-outline) > .wp-block-button__link,
.nymhca-interior-hero .wp-block-button:not(.is-style-outline):not(.is-style-outline--2):not(.nymhca-btn-cta):not(.nymhca-btn-hero-fill):not(.nymhca-btn-hero-outline) > .wp-element-button,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-button:not(.is-style-outline):not(.is-style-outline--2):not(.nymhca-btn-cta):not(.nymhca-btn-hero-fill):not(.nymhca-btn-hero-outline) .wp-block-button__link,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-button:not(.is-style-outline):not(.is-style-outline--2):not(.nymhca-btn-cta):not(.nymhca-btn-hero-fill):not(.nymhca-btn-hero-outline) .wp-element-button,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-button:not(.is-style-outline):not(.is-style-outline--2):not(.nymhca-btn-cta):not(.nymhca-btn-hero-fill):not(.nymhca-btn-hero-outline) > .wp-block-button__link,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-button:not(.is-style-outline):not(.is-style-outline--2):not(.nymhca-btn-cta):not(.nymhca-btn-hero-fill):not(.nymhca-btn-hero-outline) > .wp-element-button {
	background: var(--wp--preset--color--orange) !important;
	background-color: var(--wp--preset--color--orange) !important;
	background-image: none !important;
	color: #fff !important;
	border: 2px solid var(--wp--preset--color--orange) !important;
	border-radius: 6px;
	padding: 11px 26px;
	font-weight: 700;
	font-size: 13px;
	text-decoration: none;
}

.nymhca-interior-hero .wp-block-button:not(.is-style-outline):not(.is-style-outline--2):not(.nymhca-btn-cta):not(.nymhca-btn-hero-fill):not(.nymhca-btn-hero-outline) > .wp-block-button__link:hover,
.nymhca-interior-hero .wp-block-button:not(.is-style-outline):not(.is-style-outline--2):not(.nymhca-btn-cta):not(.nymhca-btn-hero-fill):not(.nymhca-btn-hero-outline) > .wp-element-button:hover,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-button:not(.is-style-outline):not(.is-style-outline--2):not(.nymhca-btn-cta):not(.nymhca-btn-hero-fill):not(.nymhca-btn-hero-outline) .wp-block-button__link:hover,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-button:not(.is-style-outline):not(.is-style-outline--2):not(.nymhca-btn-cta):not(.nymhca-btn-hero-fill):not(.nymhca-btn-hero-outline) .wp-element-button:hover,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-button:not(.is-style-outline):not(.is-style-outline--2):not(.nymhca-btn-cta):not(.nymhca-btn-hero-fill):not(.nymhca-btn-hero-outline) > .wp-block-button__link:hover,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-button:not(.is-style-outline):not(.is-style-outline--2):not(.nymhca-btn-cta):not(.nymhca-btn-hero-fill):not(.nymhca-btn-hero-outline) > .wp-element-button:hover {
	background: var(--orange-dk) !important;
	background-color: var(--orange-dk) !important;
	border-color: var(--orange-dk) !important;
	color: #fff !important;
}

.nymhca-interior-hero .wp-block-button.is-style-outline > .wp-block-button__link,
.nymhca-interior-hero .wp-block-button.is-style-outline--2 > .wp-block-button__link,
.nymhca-interior-hero .wp-block-button.is-style-outline > .wp-element-button,
.nymhca-interior-hero .wp-block-button.is-style-outline--2 > .wp-element-button,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-button.is-style-outline .wp-block-button__link,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-button.is-style-outline--2 .wp-block-button__link,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-button.is-style-outline .wp-element-button,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-button.is-style-outline--2 .wp-element-button,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-button.is-style-outline > .wp-block-button__link,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-button.is-style-outline--2 > .wp-block-button__link,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-button.is-style-outline > .wp-element-button,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-button.is-style-outline--2 > .wp-element-button {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	color: #fff !important;
	border: 2px solid rgba(255, 255, 255, 0.55) !important;
	border-radius: 6px;
	padding: 10px 24px;
	font-weight: 700;
	font-size: 13px;
	text-decoration: none;
}

.nymhca-interior-hero .wp-block-button.is-style-outline > .wp-block-button__link:hover,
.nymhca-interior-hero .wp-block-button.is-style-outline--2 > .wp-block-button__link:hover,
.nymhca-interior-hero .wp-block-button.is-style-outline > .wp-element-button:hover,
.nymhca-interior-hero .wp-block-button.is-style-outline--2 > .wp-element-button:hover,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-button.is-style-outline .wp-block-button__link:hover,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-button.is-style-outline--2 .wp-block-button__link:hover,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-button.is-style-outline .wp-element-button:hover,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-button.is-style-outline--2 .wp-element-button:hover,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-button.is-style-outline > .wp-block-button__link:hover,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-button.is-style-outline--2 > .wp-block-button__link:hover,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-button.is-style-outline > .wp-element-button:hover,
.editor-styles-wrapper .nymhca-interior-hero .wp-block-button.is-style-outline--2 > .wp-element-button:hover {
	background: rgba(255, 255, 255, 0.08) !important;
	background-color: rgba(255, 255, 255, 0.08) !important;
	background-image: none !important;
	border-color: #fff !important;
	color: #fff !important;
}

/* ── Content Boxes ─────────────────────────────────────────────────────────── */

.nymhca-content-box {
	border-radius: 10px;
	padding: 24px 28px;
	margin-bottom: 24px;
}

/* ── Interior Hero Button Override ─────────────────────────────────────────── */
.nymhca-interior-hero .wp-block-buttons > .wp-block-button:first-child > .wp-block-button__link,
.nymhca-interior-hero .wp-block-buttons > .wp-block-button:first-child > .wp-element-button {
	background: var(--wp--preset--color--orange) !important;
	background-color: var(--wp--preset--color--orange) !important;
	color: #fff !important;
	border: 2px solid var(--wp--preset--color--orange) !important;
}
.nymhca-content-box-primary {
	background: var(--wp--preset--color--primary);
	color: #fff;
	max-width: 1120px;
	margin-inline: auto;
}
.nymhca-content-box-primary.nymhca-content-box-primary h2 {
	margin-block-start: 0 !important;
}
.nymhca-content-box-primary h2,
.nymhca-content-box-primary h3,
.nymhca-content-box-primary p {
	color: #fff;
}
.nymhca-content-box-tint {
	max-width: 1120px;
	margin-inline: auto;
}

@media (max-width: 768px) {
	.nymhca-content-box-primary {
		margin-left: var(--nymhca-mobile-inline-gutter);
		margin-right: var(--nymhca-mobile-inline-gutter);
	}

	.nymhca-content-box-tint {
		margin-left: var(--nymhca-mobile-inline-gutter);
		margin-right: var(--nymhca-mobile-inline-gutter);
	}
}
.nymhca-content-box-base {
	background: #fff;
	border: 1px solid var(--wp--preset--color--border);
	color: var(--wp--preset--color--muted);
}
.nymhca-content-box-tint {
	background: var(--wp--preset--color--blue-lt);
	border-left-color: var(--wp--preset--color--primary);
	border-left-style: solid;
	border-left-width: 3px;
}
.nymhca-content-box-tint strong {
	color: var(--wp--preset--color--primary);
}

/* ── Section Labels ────────────────────────────────────────────────────────── */

.nymhca-pattern-section {
	box-sizing: border-box;
}

.nymhca-section-label {
	font-size: 11px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--wp--preset--color--teal) !important;
	margin-bottom: 8px;
}

.nymhca-pattern-section > .nymhca-section-heading {
	color: var(--wp--preset--color--dark);
	margin-bottom: 14px;
}

.nymhca-pattern-section > .nymhca-section-intro {
	font-size: 14px;
	line-height: 1.65;
	color: var(--wp--preset--color--body-txt) !important;
	text-align: left;
}

.editor-styles-wrapper .nymhca-pattern-section > .nymhca-section-intro {
	color: var(--wp--preset--color--body-txt) !important;
}

@media (max-width: 1024px) {
	.nymhca-pattern-section {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
	}

	.entry-content > .feature-cards.nymhca-pattern-section.alignfull {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
	}

	.entry-content > .audience-cards.nymhca-pattern-section.alignfull {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
	}
}

@media (hover: none) and (pointer: coarse) {
	.nymhca-pattern-section {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
	}

	.entry-content > .feature-cards.nymhca-pattern-section.alignfull {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
	}

	.entry-content > .audience-cards.nymhca-pattern-section.alignfull {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
	}
}

/* ── Membership Split ──────────────────────────────────────────────────────── */

.nymhca-membership-split {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}
@media (max-width: 768px) {
	.nymhca-membership-split {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.nymhca-membership-split .wp-block-columns {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}
}
.nymhca-membership-split > .wp-block-group__inner-container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.nymhca-membership-split .wp-block-columns {
	align-items: center;
	gap: 72px;
}
.wp-block-column:has(.nymhca-benefit-list) p:not(:first-child) {
	margin-block-end: 16px;
}
.nymhca-benefit-list.wp-block-list {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.nymhca-benefit-list li {
	display: block;
	font-size: 14px;
	color: var(--wp--preset--color--body-txt);
	line-height: 1.55;
	position: relative;
	padding-inline-start: 6px;
}
.nymhca-benefit-list li strong {
	font-weight: 700;
}
.nymhca-benefit-list li::before {
	content: '';
	position: absolute;
	top: 0;
	left: -18px;
	display: inline-block;
	width: 18px;
	height: 18px;
	min-width: 18px;
	background: var(--wp--preset--color--teal);
	border-radius: 50%;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='1,6 4,10 11,2' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
	margin-top: 2px;
}
.nymhca-split-image img {
	width: 100%;
	border-radius: 10px;
	display: block;
}

/* ── Audience Cards ────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
	.audience-cards {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.audience-cards > * {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}
}

.nymhca-audience-card {
	background: #fff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 10px;
	padding: 28px 24px;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.15s, border-color 0.15s;
}
.nymhca-audience-card:hover {
	box-shadow: var(--wp--preset--shadow--card-hover);
	border-color: var(--wp--preset--color--cool-blue);
}
.nymhca-audience-card .nymhca-card-icon {
	width: 44px;
	height: 44px;
	background: var(--wp--preset--color--blue-lt);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	color: var(--wp--preset--color--primary);
}
.nymhca-audience-card h3 {
	font-size: 15px;
	font-weight: 700;
	color: var(--wp--preset--color--dark);
	margin-bottom: 10px;
}
.nymhca-audience-card p {
	font-size: 13px;
	color: var(--wp--preset--color--body-txt);
	line-height: 1.6;
	flex: 1;
	margin-bottom: 16px;
}
.nymhca-link-arrow {
	font-size: 13px;
	font-weight: 600;
	color: var(--wp--preset--color--teal);
	text-decoration: none;
	transition: color 0.15s;
}
.nymhca-link-arrow::after {
	content: ' →';
}
.nymhca-link-arrow:hover {
	color: var(--wp--preset--color--primary);
}
.nymhca-link-arrow:focus-visible {
	outline: 2px solid var(--wp--preset--color--primary);
	outline-offset: 2px;
	border-radius: 2px;
}

/* ── News Grid ────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
	.nymhca-news-grid > * {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}
}

.nymhca-news-grid > .wp-block-group {
	justify-content: space-between !important;
	align-items: flex-end !important;
}

.nymhca-news-grid .wp-block-query ul {
	display: grid;
	grid-template-columns: 5fr 3fr;
	gap: 24px;
}

.nymhca-news-grid .wp-block-query ul > li:nth-child(1) {
	grid-row: span 2;
}

.nymhca-news-grid .wp-block-query ul > li:nth-child(2) {
	grid-column: 2;
}

.nymhca-news-grid .wp-block-query ul > li:nth-child(3) {
	grid-column: 2;
}

.nymhca-news-grid .wp-block-query ul li {
	background: #fff;
	border: 1px solid var(--wp--preset--color--teal);
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.15s;
	&:not(:nth-child(1)) .wp-block-post-featured-image {
		aspect-ratio: 219/55;
	}
}

.nymhca-news-grid .wp-block-post .wp-block-post-featured-image {
	width: 100%;
	aspect-ratio: 329/202;
	overflow: hidden;
	padding: 0 !important;
	margin: 0 !important;
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.nymhca-news-grid .wp-block-post .wp-block-post-featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.nymhca-news-grid .wp-block-post:not(.has-post-thumbnail)::before {
	content: "";
	display: block;
	display: none;
	width: 100%;
	aspect-ratio: 219/55;
	border-bottom: 1px solid var(--wp--preset--color--border);
	background-image: url("../images/post-featured-image-min.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.nymhca-news-grid {
	.taxonomy-category {
		display: inline-block;
		background: var(--wp--preset--color--teal-lt);
		color: var(--wp--preset--color--teal);
		font-size: 10px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.08em;
		padding: 3px 10px;
		border-radius: 20px;
		align-self: flex-start;
		margin-bottom: 10px;
	}
	h2.wp-block-post-title {
		font-size: 18px;
		font-weight: 600;
		color: var(--wp--preset--color--dark);
		line-height: 1.35;
		margin-bottom: 10px;
	}
	.wp-block-post-excerpt {
		margin-top: 10px;
		margin-bottom: 10px !important;
		.wp-block-post-excerpt__excerpt {
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			line-clamp: 2;
			overflow: hidden;
		}
	}
}


@media (max-width: 768px) {
	.nymhca-news-grid .wp-block-query ul {
		grid-template-columns: 1fr;
	}

	.nymhca-news-grid .wp-block-group:has(.nymhca-section-label) {
		flex-direction: column;
		align-items: start;
	}

	.nymhca-news-grid .wp-block-post:not(.has-post-thumbnail)::before {
		aspect-ratio: 329/202;
	}

	.nymhca-news-grid .wp-block-query ul > li:nth-child(1) {
		grid-row: auto;
	}

	.nymhca-news-grid .wp-block-query ul > li:nth-child(2) {
		grid-column: auto;
	}

	.nymhca-news-grid .wp-block-query ul > li:nth-child(3) {
		grid-column: auto;
	}

	.nymhca-news-grid .wp-block-post-excerpt .wp-block-post-excerpt__excerpt {
		-webkit-line-clamp: 4;
		line-clamp: 4;
	}
}







/* ── Institute Band ────────────────────────────────────────────────────────── */

.nymhca-institute-band,
.institute-band {
	background: var(--wp--preset--color--deepest) !important;
	padding-top: 80px !important;
	padding-bottom: 80px !important;
	position: relative;
	overflow: hidden;
}

.nymhca-institute-band::before,
.institute-band::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("https://images.unsplash.com/photo-1776039325265-a68d477a44dc?q=80&w=3270&auto=format&fit=crop") center / cover no-repeat;
	z-index: 0;
}

.nymhca-institute-band::after,
.institute-band::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 90% 50%, rgba(0, 140, 141, 0.28) 0%, transparent 55%),
		linear-gradient(100deg, rgba(2, 29, 91, 0.92) 0%, rgba(2, 29, 91, 0.8) 50%, rgba(2, 29, 91, 0.62) 100%);
	pointer-events: none;
	z-index: 1;
}

.nymhca-institute-band > *,
.institute-band > * {
	position: relative;
	z-index: 2;
}

.nymhca-institute-band .nymhca-institute-row,
.institute-band .nymhca-institute-row {
	align-items: center !important;
	gap: 56px;
}

.nymhca-institute-logo-col,
.institute-band .nymhca-institute-logo-col {
	flex: 0 0 130px;
	max-width: 130px;
}

.nymhca-institute-logo,
.institute-band .nymhca-institute-logo {
	width: 130px;
	height: 130px;
	overflow: hidden;
	margin: 0;
}

.nymhca-institute-logo img,
.institute-band .nymhca-institute-logo img {
	width: 690px;
	max-width: none;
	height: auto;
	display: block;
}

.nymhca-institute-content .nymhca-section-label,
.institute-band .nymhca-section-label {
	color: var(--wp--preset--color--teal) !important;
}

.nymhca-institute-title,
.institute-band .nymhca-institute-title {
	font-family: var(--wp--preset--font-family--serif) !important;
	font-size: clamp(30px, 3.1vw, 38px) !important;
	font-weight: 400 !important;
	line-height: 1.15;
	color: #fff !important;
	margin-bottom: 14px;
}

.nymhca-institute-desc,
.institute-band .nymhca-institute-desc {
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.85);
	max-width: 680px;
	margin-bottom: 24px;
}

.nymhca-btn-institute .wp-block-button__link,
.institute-band .nymhca-btn-institute .wp-block-button__link {
	background: var(--wp--preset--color--orange) !important;
	border: 2px solid var(--wp--preset--color--orange) !important;
	color: #fff !important;
	border-radius: 6px;
	padding: 13px 28px;
	font-size: 14px;
	font-weight: 700;
	transition: background 0.15s, border-color 0.15s;
}

.nymhca-btn-institute .wp-block-button__link:hover,
.institute-band .nymhca-btn-institute .wp-block-button__link:hover {
	background: var(--orange-dk) !important;
	border-color: var(--orange-dk) !important;
	text-decoration: none;
}

.editor-styles-wrapper .nymhca-institute-band .nymhca-institute-content,
.editor-styles-wrapper .institute-band .nymhca-institute-content {
	color: #fff !important;
}

.editor-styles-wrapper .nymhca-institute-band .nymhca-institute-title,
.editor-styles-wrapper .institute-band .nymhca-institute-title,
.editor-styles-wrapper .nymhca-institute-band .nymhca-institute-desc,
.editor-styles-wrapper .institute-band .nymhca-institute-desc,
.editor-styles-wrapper .nymhca-institute-band .nymhca-section-label,
.editor-styles-wrapper .institute-band .nymhca-section-label {
	color: #fff !important;
}

.editor-styles-wrapper .nymhca-institute-band .nymhca-section-label,
.editor-styles-wrapper .institute-band .nymhca-section-label {
	opacity: 0.9;
}

.editor-styles-wrapper .nymhca-institute-band .nymhca-btn-institute .wp-block-button__link,
.editor-styles-wrapper .institute-band .nymhca-btn-institute .wp-block-button__link {
	color: #fff !important;
}

@media (max-width: 768px) {
	.nymhca-institute-band,
	.institute-band {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.nymhca-institute-band .nymhca-institute-row,
	.institute-band .nymhca-institute-row {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}

	.nymhca-institute-band .nymhca-institute-row,
	.institute-band .nymhca-institute-row {
		gap: 28px;
	}

	.nymhca-institute-logo-col,
	.institute-band .nymhca-institute-logo-col {
		max-width: 110px;
		flex-basis: 110px !important;
	}

	.nymhca-institute-logo,
	.institute-band .nymhca-institute-logo {
		width: 110px;
		height: 110px;
	}
}

/* ── Testimonial Strip ─────────────────────────────────────────────────────── */

.nymhca-testimonial-strip {
	background: var(--wp--preset--color--primary) !important;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding-top: 72px !important;
	padding-bottom: 72px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.nymhca-testimonial-strip::before {
	content: "\201C";
	position: absolute;
	z-index: 0;
	top: 70px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 280px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.04);
	line-height: 1;
	pointer-events: none;
	font-family: Georgia, serif;
}

.nymhca-testimonial-strip > * {
	position: relative;
	z-index: 1;
}
.nymhca-testimonial-mark {
	font-size: 52px !important;
	color: var(--wp--preset--color--teal) !important;
	line-height: 1;
	display: block;
	margin-bottom: 12px;
	font-family: Georgia, serif;
	font-weight: 700;
}
.nymhca-testimonial-quote {
	font-family: var(--wp--preset--font-family--sans) !important;
	font-size: 21px !important;
	font-style: italic;
	color: rgba(255, 255, 255, 0.92) !important;
	max-width: 780px;
	margin: 0 auto 22px;
	line-height: 1.65;
	font-weight: 400;
}
.nymhca-testimonial-cite {
	font-size: 13px;
	font-weight: 500;
	color: var(--wp--preset--color--pale);
	font-style: normal;
	letter-spacing: 0.05em;
}

.nymhca-testimonial-cite::before {
	content: "\2014 ";
}

@media (max-width: 768px) {
	.nymhca-testimonial-strip {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
	}
}

/* ── Events List ───────────────────────────────────────────────────────────── */

.nymhca-event-row {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	padding: 24px 0;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 6px;
	background: #fff;
	max-width: 1120px;
	padding: 16px !important;
	margin: 0 auto;
	transition: box-shadow 0.15s, border-color 0.15s;
}
.nymhca-event-row:hover {
	box-shadow: var(--wp--preset--shadow--card-hover);
	border-color: var(--wp--preset--color--cool-blue);
}

.nymhca-event-row .wp-block-button .wp-block-button__link {
	background: transparent !important;
	background-color: transparent !important;
	border: 2px solid var(--wp--preset--color--primary) !important;
	color: var(--wp--preset--color--primary) !important;
}

.nymhca-event-row .wp-block-button .wp-block-button__link:hover {
	background: var(--wp--preset--color--primary) !important;
	background-color: var(--wp--preset--color--primary) !important;
	border-color: var(--wp--preset--color--primary) !important;
	color: #fff !important;
	text-decoration: none;
}

.nymhca-event-row .wp-block-button .wp-block-button__link:focus-visible {
	outline: 2px solid var(--wp--preset--color--primary);
	outline-offset: 3px;
}


@media (max-width: 768px) {
	.nymhca-event-row {
		flex-wrap: wrap;
		margin-left: var(--nymhca-mobile-inline-gutter);
		margin-right: var(--nymhca-mobile-inline-gutter);
	}

	.nymhca-event-body {
		flex: 1 1 0;
		min-width: 0;
	}

	.nymhca-event-cta {
		flex-basis: 100%;
		padding-top: 0;
	}

	.nymhca-event-cta .wp-block-buttons,
	.nymhca-event-cta .wp-block-button,
	.nymhca-event-cta .wp-block-button__link {
		width: 100%;
	}

	.nymhca-event-cta .wp-block-button__link {
		text-align: center;
	}
}
/* .nymhca-event-row:first-child {
	border-top: 1px solid var(--wp--preset--color--border);
} */
.nymhca-event-date-block {
	min-width: 56px;
	text-align: center;
	background: var(--wp--preset--color--teal-lt);
	color: #fff;
	border-radius: 10px;
	padding: 10px 8px !important;
	line-height: 1 !important;
}
.nymhca-event-month {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.8;
	display: block;
	line-height: 1.1 !important;
	margin: 0;
}
.nymhca-event-day {
	font-size: 26px !important;
	font-weight: 700;
	display: block;
	line-height: 1.1 !important;
	margin: 0;
	color: var(--wp--preset--color--dark);
}
.nymhca-event-year {
	font-size: 10px;
	opacity: 0.65;
	display: block;
	margin: 0;
	line-height: 1.1 !important;
}
.nymhca-event-body {
	flex: 1;
	margin: 0;
	padding: 0 !important;
}
.nymhca-event-body h4,
.nymhca-event-body .wp-block-heading {
	font-size: 14px;
	font-family: var(--wp--preset--font-family--sans) !important;
	font-weight: 700;
	color: var(--wp--preset--color--dark);
	margin-block-start: 6px !important;
	margin-bottom: 4px;
}
.editor-styles-wrapper .nymhca-event-row {
	max-width: 1120px;
	margin-inline: auto;
	box-sizing: border-box;
}

.nymhca-event-row > .wp-block-group,
.editor-styles-wrapper .nymhca-event-row > .wp-block-group {
	padding: 0 !important;
	margin: 0 !important;
}

.nymhca-event-row > .nymhca-event-date-block,
.editor-styles-wrapper .nymhca-event-row > .nymhca-event-date-block {
	padding: 10px 8px !important;
}

.nymhca-event-row + .nymhca-event-row {
	margin-block-start: 16px;
}

.editor-styles-wrapper .nymhca-event-row > .wp-block-group,
.editor-styles-wrapper .nymhca-event-row .nymhca-event-body > .wp-block,
.editor-styles-wrapper .nymhca-event-row .nymhca-event-cta > .wp-block {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}
.nymhca-event-meta {
	font-size: 12px;
	color: var(--wp--preset--color--muted);
	margin-bottom: 6px;
	display: flex;
	gap: 5px;
	align-items: center;
	flex-wrap: wrap;
}

.event-cart__description {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.event-cart__description {
		-webkit-line-clamp: 4;
		line-clamp: 4;
	}
}
.nymhca-event-body p {
	font-size: 13px;
	color: var(--wp--preset--color--body-txt);
	line-height: 1.55;
	margin: 0;
}
.nymhca-event-cta {
	flex-shrink: 0;
	padding-top: 4px;
	padding-inline: 0;
	padding-bottom: 0;
	margin-top: 0;
}
.nymhca-btn-secondary.wp-block-button__link {
	background: transparent;
	color: var(--wp--preset--color--teal);
	border: 2px solid var(--wp--preset--color--teal);
	border-radius: 6px;
	padding: 8px 18px;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
	transition: background 0.15s, color 0.15s;
}
.nymhca-btn-secondary.wp-block-button__link:hover {
	background: var(--wp--preset--color--teal);
	color: #fff;
}
.nymhca-btn-secondary.wp-block-button__link:focus-visible {
	outline: 2px solid var(--wp--preset--color--teal);
	outline-offset: 3px;
}

.event-lists-column {
	.nymhca-event-row + .nymhca-event-row {
		margin-block-start: 14px;
		padding: 15px !important;
	}
}

.event-passed-column {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 10px;
	overflow: hidden;
	transition: box-shadow 0.15s, border-color 0.15s;
	color: inherit;
	height: 100%;
	.nymhca-news-card-body {
		padding: 16px !important;
	}
	.nymhca-event-meta {
		margin: 0;
	}
	.nymhca-event-meta + p {
		margin: 4px;
		line-height: 1.55;
	}
	.wp-block-heading.h4 {
		font-size: 14px;
		font-family: var(--wp--preset--font-family--sans) !important;
	}
}
.event-passed-column:hover {
	box-shadow: var(--wp--preset--shadow--card-hover);
	border-color: var(--wp--preset--color--cool-blue);
}
.event-passed-column.event-passed-column {
	.wp-block-button.wp-block-button > .wp-block-button__link {
		color: #fff !important;
		border: 2px solid var(--wp--preset--color--teal) !important;
		background: var(--wp--preset--color--teal) !important;
		background-color: var(--wp--preset--color--teal) !important;
		text-transform: uppercase;
	}
	.wp-block-button.wp-block-button > .wp-block-button__link:hover {
		background: var(--wp--preset--color--teal-dk) !important;
		background-color: var(--wp--preset--color--teal-dk) !important;
		border-color: var(--wp--preset--color--teal-dk) !important;
		color: #fff !important;
		text-decoration: none;
	}
}

.event-lists-column > .wp-block-group {
	padding: 0;
}
.event-passed-column > .wp-block-group {
	padding: 0;
}


/* ── Tag Chips ─────────────────────────────────────────────────────────────── */

.nymhca-tag {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--wp--preset--color--teal-dk);
	background: var(--wp--preset--color--blue-lt);
	border-radius: 4px;
	padding: 3px 8px;
	margin-bottom: 8px;
}

.nymhca-events-list {
	margin-block: 0;
}
.nymhca-events-list .wp-block-post-template {
	display: grid;
	gap: 16px;
	padding: 0;
}

.nymhca-events-list .wp-block-group:has(.nymhca-section-label) {
	padding: 0 !important;
}

@media (max-width: 768px) {
	.wp-block-group.nymhca-events-list.has-blue-xl-background-color > .wp-block-group:first-child.wp-block-group {
		padding-left: var(--nymhca-mobile-inline-gutter) !important;
		padding-right: var(--nymhca-mobile-inline-gutter) !important;
		box-sizing: border-box;
		flex-direction: column !important;
		align-items: flex-start !important;
		justify-content: flex-start !important;
		text-align: left !important;
	}

	.wp-block-group.nymhca-events-list.has-blue-xl-background-color > .wp-block-group:first-child.wp-block-group > .wp-block-group,
	.wp-block-group.nymhca-events-list.has-blue-xl-background-color > .wp-block-group:first-child.wp-block-group > p {
		width: 100%;
		text-align: left !important;
		align-self: flex-start !important;
		margin-inline: 0 !important;
	}

	.wp-block-group.nymhca-events-list .nymhca-section-label,
	.wp-block-group.nymhca-events-list .tw-balance {
		text-align: left !important;
		align-self: flex-start !important;
		margin-inline: 0 !important;
	}

	.nymhca-events-list .nymhca-event-row {
		margin-left: var(--nymhca-mobile-inline-gutter) !important;
		margin-right: var(--nymhca-mobile-inline-gutter) !important;
	}

	.nymhca-events-list .event-passed-column {
		margin-left: var(--nymhca-mobile-inline-gutter) !important;
		margin-right: var(--nymhca-mobile-inline-gutter) !important;
	}
}

.nymhca-post-meta-bar {
	margin-top: 0;
}
.nymhca-post-meta-inner {
	max-width: 1140px;
	margin-inline: auto;
	div:has(.nymhca-post-date) {
		--wp--preset--spacing--10: 0;
		--wp--preset--spacing--8: 10px;
	}
}
.nymhca-article-wrap > div {
	max-width: 1140px;
	margin-inline: auto;
}
.nymhca-article-nav > * {
	padding-inline: var(--nymhca-mobile-inline-gutter);
}




/* Helpers */
.max-width-560 {
	max-width: 560px;
}

.tw-balance {
	text-wrap: balance;
}
