.slmav-agenda {
	margin: clamp(1.5rem, 4vw, 2.5rem) 0 0;
	border: 1px solid #d4e3e8;
	border-radius: 22px;
	background: #f7fbfc;
	overflow: hidden;
	box-shadow: 0 14px 34px rgba(0, 42, 65, 0.08);
}

.slmav-agenda-heading {
	padding: clamp(1.15rem, 3vw, 1.75rem);
}

.slmav-label {
	display: block;
	margin: 0 0 0.35rem;
	color: #078cca;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.slmav-agenda h3 {
	margin: 0;
	color: #002a41;
	font-size: clamp(1.35rem, 3vw, 1.8rem);
	line-height: 1.2;
}

.slmav-agenda-heading p {
	margin: 0.45rem 0 0;
	color: #315266;
}

.slmav-agenda iframe {
	display: block;
	width: 100%;
	height: min(900px, 78vh);
	min-height: 600px;
	border: 0;
	border-top: 1px solid #d4e3e8;
	background: #fff;
}

.slmav-agenda-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.25rem;
	border-top: 1px solid #d4e3e8;
}

.slmav-actions .slma-links {
	margin: 0;
}

.slmav-fallback {
	margin: 0;
	color: #315266;
	font-size: 0.9rem;
}

@media (max-width: 689px) {
	.slmav-agenda-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.slmav-actions,
	.slmav-actions .slma-links,
	.slmav-actions .slma-links a {
		width: 100%;
	}

	.slmav-agenda iframe {
		height: 70vh;
		min-height: 520px;
	}
}

@media print {
	.slmav-agenda iframe {
		display: none;
	}
}
