.tnsb-schedule-wrap {
	max-width: 720px;
	margin: 0 auto;
	font-family: inherit;
}

.tnsb-schedule-wrap h2 {
	margin-bottom: 1rem;
}

.tnsb-schedule-wrap section {
	margin: 1.5rem 0;
	padding: 1rem 1.25rem;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
}

.tnsb-schedule-wrap .tnsb-field {
	margin: 0.75rem 0;
}

.tnsb-schedule-wrap .tnsb-field input[type="text"],
.tnsb-schedule-wrap .tnsb-field input[type="date"],
.tnsb-schedule-wrap .tnsb-field select,
.tnsb-schedule-wrap .tnsb-field textarea {
	width: 100%;
	padding: 0.5rem;
	box-sizing: border-box;
}

.tnsb-schedule-wrap .tnsb-consent {
	background: #fffbeb;
	padding: 0.75rem;
	border: 1px solid #fde68a;
	border-radius: 6px;
}

.tnsb-schedule-wrap button.tnsb-submit {
	margin-top: 0.5rem;
	padding: 0.6rem 1rem;
	cursor: pointer;
}

.tnsb-schedule-wrap .tnsb-form-msg:not(:empty) {
	margin-top: 0.75rem;
	padding: 0.5rem 0.75rem;
	background: #ecfdf5;
	border-left: 4px solid #10b981;
}
