/**
Theme Name: RCB Theme
Author: Wyssmann LLC
Author URI: https://wyssmann.llc
Description: Dieses Astra Child Theme ist der Ort, an dem Customizations wohnen dürfen. Sauberer Code, klare Strukturen und genug Spielraum für kreative Ideen. Keine Magie, kein Ballast – einfach eine solide Basis, damit Websites gut aussehen und noch besser funktionieren.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rcb-theme
Template: astra
*/

/* ============================================================
   Ticket-Popup: Warteliste-Anpassungen
   ============================================================ */

/* Wartelisten-Formular: Hintergrund + Layout */
.tribe-common .tec-tickets-plus-waitlist-container h3 {
	margin-top: 0;
}

.tec-tickets-plus-waitlist-container__description {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 16px;
}

/* 3. "Benachrichtigt mich"-Button: volle Breite, schwarz, wie "Tickets kaufen" */
.tribe-common .tec-tickets-plus-waitlist-container--submit {
	justify-content: stretch;
}

.tribe-common .tec-tickets-plus-waitlist-submit,
.tribe-common .tec-tickets-plus-waitlist-submit:disabled {
	background-color: #000 !important;
	border: 1px solid #000;
	border-radius: 50px !important;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 14px 20px;
	width: 100%;
	cursor: pointer;
}

.tribe-common .tec-tickets-plus-waitlist-submit:hover {
	background-color: #222;
	border-color: #222;
}

.tribe-common .tec-tickets-plus-waitlist-submit:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.tec-tickets-plus-waitlist-container__disclaimer {
	color: #999;
	font-size: 12px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 0;
}
