/*
 * DRIVAR Car Availability
 *
 * Der Ersatz-Button behält bewusst die Theme-Klasse .single-book-now, damit er
 * pro Seite automatisch die dort eingestellte Button-Farbe übernimmt.
 * Hier kommen nur der Hinweistext und ein paar Abstände dazu.
 */

.drivar-ca-box {
	margin: 0 0 20px;
}

.drivar-ca-notice {
	margin: 0 0 14px;
	padding: 14px 16px;
	font-size: 14px;
	line-height: 1.5;
	background: #f6f6f6;
	border-left: 3px solid #d94141;
	color: #444;
}

.drivar-ca-notice a {
	text-decoration: underline;
}

.drivar-ca-box .drivar-ca-button {
	margin: 0;
}

/* Im mobilen Fahrzeug-Balken sitzt der Button ohne Hinweistext. */
#custom-car-bottom-menu .drivar-ca-button {
	display: block;
	text-align: center;
}

/* Sicherheitsnetz: leere Reste des Preisblocks kollabieren lassen. */
body.drivar-car-unavailable .limoking-car-rate-wrapper:empty {
	display: none;
}
