.v-messages {
	font-size: var(--v-fontSize-liensEtLibelles) !important;

	.v-messages__message {
		line-height: 16px !important;
	}
}

.v-checkbox .v-selection-control,
.v-radio .v-selection-control {
	min-height: 40px;
}

// AP theme: inset the loader bar to match the larger field border-radius (12px)
.theme-ap,
.theme-ap2026 {
	.v-field__loader .v-progress-linear {
		margin-inline: 10px;
		width: calc(100% - 20px);
	}
}
