/**
 * @license Copyright 2022 Lahuen Health SPA. All Rights Reserved.
 */
.c-form-section-mobility-history__pair {
    margin-bottom: 2rem;
    margin-right: 4rem;
}

.c-form-section-mobility-history__pair > .c-label.c-pair__label {
    color: var(--primary-d-normal);
    font: 600 1.2rem 'Lato', sans-serif;
}

.c-form-section-mobility-history__pair .c-pair__description {
    flex: 1;
    font: 400 1.1rem / normal 'Open Sans', sans-serif;
    color: var(--gray-d);
    margin-left: 0.5rem;
}

.c-form-section-mobility-history__pair-template-value .c-textarea-template__input {
    height: 10rem;
}
