.workshop-date-field { margin: 12px 0; }
.wb-remaining-info { margin-top:6px; color:var(--main-color); font-weight:normal; }
.workshop-date-field select, .workshop-dates-dropdown select {
	width: 100%;
	padding: 15px;
	background-color: white;
	border: solid thin var(--main-color);
}
.workshop-dates-dropdown {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	margin-bottom: 1em;
}