.ucalc_field,
.ucalc_field label,
.ucalc_field input,
.ucalc_field select,
.ucalc_field button {
	display: block;
	width: 100%;
}
.ucalc_field:not(:last-of-type) {
	margin-bottom: 1em;
}

body .ucalc_field button,
body #ucalc_close .ucalc_close_btn {
	box-shadow: none;
	border: none;
	border-radius: 10px !important;
	background: #f0bb38 !important;
	color: #000 !important;
	line-height: 1.85714em;
	padding: 8px 18px;
	text-transform: none;
	width: 100%;
}
body #ucalc_close .ucalc_close_btn {
	width: auto;
	background: lightgray !important;
}

#ucalc_answer {
	width: 100%;
	display: block;
	margin-top: auto;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
}
#ucalc_close {
	width: 100%;
	display: block;
	margin-top: 1em;
	margin-bottom: auto;
	text-align: center;
}

#ucalcWrapper {
	display: flex;
	align-items: center;
	padding: 15px;
	border: 3px solid #0073c6;
}

#ucalcWrapper #ucalc_form,
#ucalcWrapper #ucalcMessage {
	width: 100%;
}

#ucalcWrapper #ucalcMessage {
	min-height: 24vh;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#ucalcWrapper .ucalcClose {
	display: none !important;
}

.ucalcNote {
	font-size: 0.9em;
	font-weight: 700;
	color: darkorange;
}
