.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */

/*  MICROTHEMER STYLES  */

/*= Full Code Editor CSS ====== */

:root {
    --uh-green-light: rgba(240,240,200,1);
}

body {
	font-weight: 400;
}

#main-content {
	padding-bottom: 2em;
}

#uh-section-map {
    background-color: var(--uh-green-light);
    padding: 0;
}

#uh-section-map > div.et_pb_row {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: unset;
}

#uh-map-error {
    text-align: center;
    padding: 1rem;
}

article h2 {
	margin-top: 1em;
	margin-bottom: 0.6em;
}

button.drts-bs-btn-primary {
	background-color: #8faf0f  !important;
	border: 0px solid red !important;
}

.widgettitle {
	margin-bottom: 1.8em;
}

.drts-system-widget-title a {
	color: #8faf0f !important;
}

.uh-dev {
	display: none;
}

@media screen and (max-width:980px) {
	#logo {
    height: 100% !important;
    max-height: 100% !important;
    width: auto;
    max-width: 100% !important;
    }
	#uh-button-add {
		margin-bottom: 10px;
	}
}

/* form */

.checkbox-wrap {
    flex-direction: column !important;
}

.checkbox-wrap .nf-field-description {
    margin-top: 1em;
}
