/* NM Flooring Calculator — Nitchy Media
   Deliberately minimal: inherits the active theme's typography and inputs. */

.nmfc-calculator {
	margin: 0 0 1.5em;
	padding: 1em 1.25em;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 4px;
}

.nmfc-title {
	font-weight: 600;
	margin: 0 0 0.75em;
}

.nmfc-fields {
	display: flex;
	gap: 1em;
	flex-wrap: wrap;
}

.nmfc-field {
	flex: 1 1 120px;
	margin: 0 0 0.75em;
}

.nmfc-field label {
	display: block;
	margin-bottom: 0.25em;
	font-size: 0.9em;
}

.nmfc-field input {
	width: 100%;
	max-width: 160px;
}

.nmfc-results p {
	margin: 0.25em 0;
	font-size: 0.95em;
}

.nmfc-results .nmfc-label {
	opacity: 0.75;
}

.nmfc-total-row {
	margin-top: 0.5em !important;
	font-size: 1.05em !important;
}
