.tematicka-sekce-blok {
	display: flex;
	align-items: baseline;
	gap: 20px;
	padding: 8px 0;
	font-size: inherit;
}

.ts-cas {
	flex: 0 0 120px;
	color: #000;
	white-space: nowrap;
	font-weight: 700;
}

.ts-nazev {
	flex: 1 1 auto;
	color: #04b519;
	font-weight: 700;
	font-size: 1.25rem;
}

@media (max-width: 767px) {
	.tematicka-sekce-blok {
		flex-direction: column;
		gap: 2px;
	}
	.ts-cas {
		flex: none;
		font-size: 0.9rem;
	}
}
