/* NaturTraum Termine – Shop (Anmeldung & Gutscheine) */

.nts-box {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 12px;
	padding: 18px;
	margin: 18px 0;
	color: #2b2b2b;
}

.nts-form .nts-row {
	margin-bottom: 14px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.nts-form label {
	font-weight: 600;
	font-size: 14px;
}
.nts-form label small {
	font-weight: 400;
	color: #6b6b6b;
}
.nts-form input[type="number"],
.nts-form input[type="text"],
.nts-form input[type="email"],
.nts-form select,
.nts-form textarea {
	width: 100%;
	max-width: 360px;
	padding: 9px 11px;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	font-size: 15px;
	background: #fff;
}
.nts-form .nts-radio {
	display: block;
	font-weight: 400;
	margin-top: 4px;
}
.nts-hint {
	font-size: 13px;
	color: #6b6b6b;
}

.nts-btn {
	display: inline-block;
	margin-top: 6px;
	padding: 11px 20px;
	border: none;
	border-radius: 999px;
	background: #2E6B3E;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}
.nts-btn:hover {
	background: #25592f;
}

.nts-ausgebucht {
	margin: 0;
	font-weight: 600;
	color: #9a3a3a;
}

.nts-featured-cta {
	margin-top: 12px;
}
.nts-btn-sm {
	margin-top: 0;
	padding: 9px 18px;
	font-size: 14px;
}
