.atxzs-estimator {
	margin: 1.25em 0;
	padding: 1em;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 4px;
}
.atxzs-estimator.atxzs-needs-variation {
	display: none;
}
.atxzs-estimator label {
	display: block;
	font-weight: 600;
	margin-bottom: .4em;
}
.atxzs-estimator-row {
	display: flex;
	gap: .5em;
	align-items: center;
	flex-wrap: wrap;
}
.atxzs-estimator-row input {
	width: 9em;
	max-width: 100%;
}
.atxzs-result {
	margin-top: .75em;
	font-weight: 600;
}
.atxzs-result.is-error {
	font-weight: 400;
}
