/**
 * @license Copyright 2022 Lahuen Health SPA. All Rights Reserved.
 */
.c-form--totem .c-form-section-patient-id .c-form-section__body {
	display: inherit;
}

.c-form-section-patient-view__patient-view .c-form-subsection__body {
	column-count: 2;
	column-gap: 4rem;
}

.c-form-section__body .c-pair.c-form-section-patient-id__nin .c-form-section__value {
	width: fit-content;
	margin-right: 1rem;
}

.c-form-section__body .c-pair.c-form-section-patient-id__nin .c-pair__label {
	width: 100%;
}

.c-form-section-totem-level .c-form-section__body {
	display: flex;
	flex-direction: column;
	min-height: auto;
}

.c-form-section-health-benefit-viewer .c-form-section__body {
	min-height: auto;
}

.c-form-section__body .warning-message .c-pair__label {
	font: 400 1.1rem / normal 'Open Sans', sans-serif;
	color: var(--gray-a);
	margin: 0;
}

.c-form-section__body .warning-message:before {
	background: url(/assets/skins/lahuen/base/images/emphasis_warning.svg) no-repeat center;
	content: ' ';
	height: 1.5rem;
	margin-right: 0.5rem;
	width: 1.5rem;
}

.c-form-section__body .warning-message {
	background-color: var(--system-warning-bright);
	padding: 0.5rem 1rem !important;
	border-radius: 0.3rem;
	font: 400 1rem / normal 'Open Sans', sans-serif;
	margin-top: auto;
	align-items: center;
}
