.dreams_general_site_sections-form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	position: relative;
	padding: 10px;
	border: 1px solid #cccccc;
	border-radius: 10px;
}

.dreams_general_site_sections-form[data-conditional-container] {
	display: none;
}

.dreams_general_site_sections-form[data-conditional-container].active {
	display: flex;
}

.dreams_general_site_sections-form:last-child {
	margin-bottom: 0;
}

.dreams_general_site_sections-form .dreams_general_site_sections-form__label {
	width: 14%;
}

.dreams_general_site_sections-form .dreams_general_site_sections-form__label label {
	font-weight: bold;
}

.dreams_general_site_sections-form .dreams_general_site_sections-form__input {
	width: 84%;
}

.dreams_general_site_sections-form .dreams_general_site_sections-form__input > select {
	box-shadow: 0 0 0 transparent;
	border-radius: 4px;
	border: 1px solid #8c8f94;
	background-color: #fff;
	color: #2c3338;
	width: 99%;
}

.dreams_general_site_sections-form .dreams_general_site_sections-form__input > p {
	margin-top: 0;
	margin-bottom: 10px;
}

.dreams_general_site_sections-form .dreams_general_site_sections-form__input > p:last-of-type {
	margin-bottom: 0;
}

@media screen and (max-width: 782px) {
	.dreams_general_site_sections-form .dreams_general_site_sections-form__label {
		width: 100%;
		margin-bottom: 10px;
	}

	.dreams_general_site_sections-form .dreams_general_site_sections-form__label label {
		font-weight: bold;
	}

	.dreams_general_site_sections-form .dreams_general_site_sections-form__input {
		width: 100%;
	}
}