/* Kursverwaltung NINON — Frontend (Shortcodes). Bewusst schlicht und builder-neutral. */

.nk-termine {
	margin: 1em 0;
}

.nk-termin {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5em 1.25em;
	padding: 0.9em 1em;
	border: 1px solid #e0e0e0;
	border-left: 5px solid var(--nk-farbe, #7a3b8f);
	border-radius: 6px;
	margin-bottom: 0.75em;
	background: #fff;
}

.nk-kacheln.nk-termine {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1em;
}

.nk-kacheln .nk-termin {
	display: block;
	border-left-width: 1px;
	border-top: 5px solid var(--nk-farbe, #7a3b8f);
}

.nk-kacheln .nk-termin > span {
	display: block;
	margin-bottom: 0.35em;
}

.nk-termin-zeitraum {
	font-weight: 700;
}

.nk-termin-muster,
.nk-termin-ort {
	color: #555;
	font-size: 0.95em;
}

.nk-termin-plaetze {
	font-size: 0.95em;
}

.nk-ausgebucht {
	color: #c00;
	font-weight: 700;
}

.nk-termin-voll {
	opacity: 0.75;
}

.nk-termin-preis {
	font-weight: 700;
	margin-left: auto;
}

.nk-kacheln .nk-termin-preis {
	margin-left: 0;
}

.nk-buchen-button {
	display: inline-block;
	background: var(--nk-farbe, #7a3b8f);
	color: #fff !important;
	padding: 0.5em 1.2em;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
}

.nk-buchen-button:hover {
	filter: brightness(0.9);
}

.nk-kurs-titel {
	margin: 1.25em 0 0.5em;
}

.nk-keine-termine {
	color: #555;
	font-style: italic;
}
