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

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

.c-form-section-risk__pair-options {
    display: flex;
    align-items: center;
    font: 400 1.2rem 'Open Sans', san-serif;
    margin-top: .3rem;
    gap: .5rem;
}

.c-form-section-risk__pair input[type='radio'] {
    margin: 0;
}
