.modula-ui-field-stack {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 6px;
	box-sizing: border-box;
	width: 100%;
}

.modula-ui-field-stack__label-row {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	min-width: 0;
}

/* Sit in the 20px gutter (7px from the padded edge) — do not shift the label. */
.modula-ui-field-stack__dirty {
	position: absolute;
	left: -13px;
	top: 50%;
	z-index: 1;
	margin-top: -3px;
}

.modula-ui-field-stack__label {
	margin: 0;
	color: var(--mod-ui-ink);
	font-family: var(--mod-ui-font-ui, inherit);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
}

.modula-ui-field-stack__label-end {
	margin-left: auto;
	flex: 0 0 auto;
}

.modula-ui-field-stack__control {
	min-width: 0;
	width: 100%;
}

.modula-ui-field-stack__help {
	margin: 0;
	color: var(--mod-ui-ink-3);
	font-family: var(--mod-ui-font-ui, inherit);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
}