/**
 * Nurse Community hub — anchor cards + hero height.
 */
.page-nurse-community-hero.page-hero {
	background-image: none;
}

.page-nurse-community.page-students-landing .page-nurse-community-hero.page-hero {
	min-height: clamp(440px, 58vh, 620px);
	height: auto;
}

.page-nurse-community .nn-nc-grid {
	margin-top: 0.5rem;
}

.page-nurse-community .nn-nc-card {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
	box-sizing: border-box;
}

.page-nurse-community .nn-nc-card:focus {
	outline: 2px solid var(--care-inf-accent);
	outline-offset: 3px;
}

.page-nurse-community .nn-nc-card .snapshot-card__title {
	color: var(--care-inf-primary);
}

@media (max-width: 768px) {
	.page-nurse-community.page-students-landing .page-nurse-community-hero.page-hero {
		min-height: 400px;
	}
}
