/**
 * ITX :: Stellen :: CSS :: Liste
 * WP Code  ->  Typ: CSS  ·  Ausführung: Frontend
 *
 * Optionales Basis-Styling für die PHP-Liste. Frei anpassbar.
 */

.itx-stelle-liste {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.25rem;
}

.itx-stelle-item {
	padding: 1.25rem 1.5rem;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
}

.itx-stelle-item__titel {
	margin: 0 0 .25rem;
	font-size: 1.25rem;
}

.itx-stelle-item__link {
	text-decoration: none;
}

.itx-stelle-item__meta {
	display: flex;
	flex-wrap: wrap;
	gap: .25rem 1rem;
	font-size: .875rem;
	color: #666;
	margin-bottom: .5rem;
}

.itx-stelle-item__einleitung {
	margin: 0;
}

.itx-stelle-leer {
	color: #666;
	font-style: italic;
}
