/**
 * Frontend-Styles für WPBS Tabellen.
 *
 * Ergänzt Bootstrap 5, greift aber auch ohne Bootstrap sinnvoll.
 */

.wpbs-tabelle {
	margin-bottom: 1.5rem;
}

.wpbs-tabelle-caption {
	caption-side: bottom;
	padding-top: 0.5rem;
	font-style: italic;
}
