/**
 * Live Update block
 * MVP-baseline styling. Refine after ACM 2026 broadcast.
 */
.block-live-update {
	border-left: 4px solid #c8102e;
	background: #fafafa;
	padding: 1rem 1.25rem;
	margin: 1.25rem 0;
	border-radius: 4px;
}

.block-live-update__time {
	display: block;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #c8102e;
	margin-bottom: 0.35rem;
}

.block-live-update__headline {
	font-size: 1.25rem;
	line-height: 1.3;
	margin: 0 0 0.5rem;
	font-weight: 700;
}

.block-live-update__body {
	font-size: 1rem;
	line-height: 1.55;
	color: #222;
}

.block-live-update__body p:last-child {
	margin-bottom: 0;
}
