/**
 * Globale Styles für BSM-Shortcodes (alle Shortcodes beginnend mit [bsm…]).
 * Logos werden einheitlich auf 25px begrenzt.
 */
.bsm-shortcode-output img[data-logo-for] {
	max-width: 50px;
	max-height: 50px;
	width: auto;
	height: auto;
	object-fit: contain;
	vertical-align: middle;
}

.bsm-shortcode-output table td,
.bsm-shortcode-output table th {
	vertical-align: middle;
}

/* Datum, Zeit und Ort linksbündig */
.bsm-shortcode-output th[data-cell-for="date"],
.bsm-shortcode-output th[data-cell-for="time"],
.bsm-shortcode-output th[data-cell-for="league"],
.bsm-shortcode-output th[data-cell-for="field"],
.bsm-shortcode-output td[data-cell-for="date"],
.bsm-shortcode-output td[data-cell-for="time"],
.bsm-shortcode-output td[data-cell-for="league"],
.bsm-shortcode-output td[data-cell-for="field"] {
	text-align: left;
}

/* Zebra-Streifen für Tabellenzeilen */
.bsm-shortcode-output table tbody tr:nth-child(even) {
	opacity: 1;
}
.bsm-shortcode-output table tbody tr:nth-child(odd) {
	background-color: hsla(101, 88%, 19%, 0.705);
}
