.k-next-card {
	display: grid;
	grid-template-columns: 8px minmax(0, 1fr);
	gap: 18px;
	align-items: stretch;
	font-family: inherit;
	font-size: inherit;
}

.k-next-bar {
	background: var(--c-accent);
	border-radius: 0;
	min-height: 100%;
}

.k-next-content {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.k-next-kicker {
	font-size: .95em;
	font-weight: 700;
	line-height: 1.2;
	color: var(--c-accent);
}

.k-next-date {
	font-size: 1.15em;
	font-weight: 800;
	line-height: 1.15;
	color: #111;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.k-next-today {
	padding: 3px 7px;
	background: var(--c-accent);
	color: #fff;
	font-size: .72em;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.k-next-ort {
	font-size: 1.05em;
	font-weight: 700;
	line-height: 1.2;
	color: #111;
}

.k-next-summary {
	font-size: 1em;
	line-height: 1.35;
	color: #444;
}

.k-next-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	align-items: center;
	padding-top: 4px;
}

.k-next-link {
	color: var(--c-accent);
	text-decoration: none;
	border-bottom: 1px solid currentColor;
	line-height: 1.25;
}

.k-next-link:hover,
.k-next-link:focus-visible {
	color: var(--c-accent);
	border-bottom-color: rgba(100, 100, 100, 0);
}

.k-next-link-secondary {
	color: #444;
}

@media (max-width: 740px) {
	.k-next-card {
		grid-template-columns: 6px minmax(0, 1fr);
		gap: 14px;
	}

	.k-next-date {
		font-size: 1.08em;
	}

	.k-next-ort {
		font-size: 1em;
	}
}
