.vista-appointment-form select {
	grid-column: 1 / -1;
	width: 100%;
	border: 1px solid #e1e5ed;
	border-radius: 8px;
	padding: 8px;
	background: #fff;
	color: #252b3d;
	font: inherit;
}

.vista-appointment-form p {
	grid-column: 1 / -1;
	margin: 0;
	color: #687086;
}

.vista-theme-dark .vista-appointment-form select {
	background: #0d1320;
	color: #eef2ff;
	border-color: #293146;
}
