/* Fußball-Schlagzeilen Plugin Styles v1.0.0 */

.fs-schlagzeilen {
	max-width: 900px;
	font-family: inherit;
	line-height: 1.5;
}

/* ---- Tages-Überschrift ---- */
.fs-day-header {
	font-size: 1.05em;
	font-weight: 700;
	margin: 2em 0 0;
	padding: 0;
	border: none;
	color: #222;
}

/* ---- Liste ---- */
.fs-headlines-list {
	list-style: none;
	margin: 0.4em 0 0;
	padding: 0;
	border-top: 1px solid #e2e2e2;
}

.fs-headline-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 9px 10px;
	border-bottom: 1px solid #e2e2e2;
	gap: 1em;
}

.fs-headline-item:nth-child(even) {
	background-color: #f7f7f7;
}

/* ---- Titel ---- */
.fs-headline-title {
	flex: 1 1 auto;
	color: #1a5fa8;
	text-decoration: none;
	font-size: 0.95em;
	line-height: 1.45;
	min-width: 0; /* Damit langer Text umbricht statt überläuft */
}

.fs-headline-title:hover,
.fs-headline-title:focus {
	text-decoration: underline;
	color: #0d3f72;
}

/* ---- Uhrzeit ---- */
.fs-headline-time {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 5px;
	color: #555;
	font-size: 0.88em;
	white-space: nowrap;
}

.fs-clock-icon {
	color: #888;
	vertical-align: middle;
	flex-shrink: 0;
}

/* ---- Leer-Meldung ---- */
.fs-no-posts {
	color: #666;
	font-style: italic;
}

/* ---- Responsiv ---- */
@media ( max-width: 600px ) {
	.fs-headline-item {
		padding: 8px 6px;
		gap: 0.6em;
	}

	.fs-headline-title {
		font-size: 0.9em;
	}

	.fs-headline-time {
		font-size: 0.82em;
	}
}
