/* TUS Kurzy — styly výběru termínu na stránce produktu */

.tus-kurzy-selector {
	margin-bottom: 1.5em;
	padding: 1em;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background: #fafafa;
	/* #71 — bez vlastního block formatting contextu se poslední pole (účastníci)
	   mohlo vizuálně srazit s hned následujícím tlačítkem "Přidat do košíku". */
	overflow: hidden;
}

.tus-kurzy-selector .tus-field {
	margin-bottom: 1em;
}

.tus-kurzy-selector .tus-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35em;
}

.tus-kurzy-selector select {
	width: 100%;
	max-width: 420px;
}

.tus-termin-detail {
	margin-top: 1em;
	padding: 1em;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}

.tus-termin-detail p {
	margin: 0 0 0.5em;
}

.tus-detail-volno {
	font-weight: 600;
}

.tus-detail-volno.tus-volno-nizke {
	color: #c0392b;
}

/* #125 — zvýrazněný rámeček + stylovaná tlačítka na stránce "Děkujeme za
   objednávku", ať odkaz na přidání do kalendáře nezapadne mezi ostatní text. */
.tus-kalendar-box {
	margin: 1.5em 0;
	padding: 1em;
	background: #eef6ff;
	border: 1px solid #cfe2f3;
	border-radius: 4px;
}

.tus-detail-kalendar {
	margin: 0;
}

.tus-detail-kalendar a {
	display: inline-block;
	margin: 0.5em 0.5em 0 0;
	padding: 0.5em 1em;
	background: #2271b1;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
}

.tus-detail-kalendar a:hover,
.tus-detail-kalendar a:focus {
	background: #135e96;
	color: #fff;
}

/* Série (#29) — statický seznam sezení v detailu vybrané série. */
.tus-serie-sessions {
	margin: 0 0 0.75em;
	padding-left: 1.2em;
}

.tus-serie-sessions li {
	margin-bottom: 0.35em;
}

.tus-ucastnici {
	margin-top: 1em;
}

.tus-ucastnik-field {
	margin-bottom: 0.5em;
}

.tus-ucastnik-field label {
	display: block;
	font-size: 0.9em;
	margin-bottom: 0.25em;
}

.tus-ucastnik-field input[type="text"] {
	width: 100%;
	max-width: 420px;
}

.tus-progress {
	border-radius: 3px;
	overflow: hidden;
}

.tus-price-info {
	font-style: italic;
	color: #666;
}

.tus-waitlist {
	margin-top: 1em;
	padding: 1em;
	background: #fff;
	border: 1px dashed #c9c9c9;
	border-radius: 4px;
}

.tus-waitlist-title {
	font-weight: 600;
	margin: 0 0 0.75em;
}

.tus-waitlist-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
	margin: 0;
}

.tus-waitlist-email {
	flex: 1 1 auto;
	max-width: 320px;
}

.tus-waitlist-message {
	margin: 0.75em 0 0;
}
