/* Fleet form defaults (Furi, 9-4).
   Required fields carry an asterisk next to the label, added by
   required-marks.js from the control's own `required` attribute. */

.rt-req {
	color: var(--rt-primary, #b3141c);
	font-weight: 700;
	margin-left: 0.2em;
}
