.scientific-form .row {
    row-gap: 0.75rem;
}

.scientific-form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.scientific-form .form-group > label {
    margin-bottom: 0.15rem;
    line-height: 1.2;
}

.scientific-form .row.align-inputs > .form-group > label {
    min-height: 2.1rem;
}
