html body .nsv-board-meetings-module,
html body .nsv-board-meetings-module *{
	box-sizing:border-box;
}
html body .nsv-board-meetings-module{
	background:linear-gradient(180deg,#f8fafc 0%,#fff 48%,#f8fafc 100%);
	min-height:70vh;
	padding-bottom:80px;
}
html body .nsv-board-meetings-container{
	width:min(1120px,calc(100% - 32px));
	margin-inline:auto;
}
html body .nsv-board-meetings-hero{
	text-align:center;
	padding:66px 0 40px;
}
html body .nsv-board-meetings-kicker{
	display:inline-flex;
	padding:9px 18px;
	border-radius:999px;
	background:rgba(15,118,110,.10);
	color:#0f766e;
	font-weight:900;
	margin-bottom:18px;
}
html body .nsv-board-meetings-hero h1{
	margin:0 0 14px!important;
	color:#0f172a!important;
	font-size:clamp(34px,5vw,56px)!important;
	line-height:1.25!important;
	font-weight:950!important;
}
html body .nsv-board-meetings-intro{
	max-width:780px;
	margin:0 auto;
	color:#64748b;
	font-size:18px;
	line-height:2;
}
html body .nsv-board-meetings-section{
	padding:20px 0 70px;
}
html body .nsv-board-meetings-grid{
	display:grid;
	grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
	gap:24px;
}
html body .nsv-board-meeting-card{
	position:relative;
	background:#fff;
	border:1px solid rgba(15,23,42,.08);
	border-radius:28px;
	padding:28px;
	box-shadow:0 18px 50px rgba(15,23,42,.08);
	overflow:hidden;
}
html body .nsv-board-meeting-card::before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	left:0;
	height:8px;
	background:linear-gradient(135deg,#0f766e,#14b8a6);
}
html body .nsv-board-meeting-icon{
	width:54px;
	height:54px;
	border-radius:18px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#ecfdf5;
	color:#0f766e;
	font-weight:900;
	margin-bottom:18px;
}
html body .nsv-board-meeting-card time{
	display:block;
	color:#64748b;
	font-size:14px;
	font-weight:700;
	margin-bottom:8px;
}
html body .nsv-board-meeting-card h2{
	margin:0 0 12px!important;
	color:#0f172a!important;
	font-size:24px!important;
	font-weight:900!important;
	line-height:1.45!important;
}
html body .nsv-board-meeting-card p{
	color:#475569!important;
	line-height:2!important;
	margin:0 0 18px!important;
}
html body .nsv-board-meeting-button{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:12px 18px;
	border-radius:14px;
	background:#0f766e;
	color:#fff!important;
	text-decoration:none!important;
	font-weight:800;
}
html body .nsv-board-meetings-empty{
	max-width:760px;
	margin:0 auto;
	padding:38px 24px;
	background:#fff;
	border:1px dashed rgba(15,23,42,.20);
	border-radius:28px;
	text-align:center;
	box-shadow:0 16px 44px rgba(15,23,42,.06);
}
@media(max-width:640px){
	html body .nsv-board-meetings-hero h1{font-size:34px!important}
	html body .nsv-board-meetings-grid{grid-template-columns:1fr}
}
