/* Mashin Irani — /compare/ vehicle-suggestion box.
   Bump the version string in mirani-compare-vfit.php on every edit: static assets are served
   with a 1-year Cache-Control header, so ?ver= is the only cache-buster. */

/* The injected «buy» CTA. flex:none guards the project's recurring flex-collapse gotcha. */
.vfit .result .mi-cvfit-cta {
	margin-top: var(--space-4, 16px);
	display: inline-flex;
	flex: none;
}

/* REQUIRED, not cosmetic: mi.css sets .vfit .result .dose{display:flex}, which beats the
   [hidden] UA rule — without this, dose.hidden = true would not actually hide the row. */
.vfit .result .dose[hidden] {
	display: none;
}
