﻿.form-row {
    margin-bottom: 1rem;
    align-items: center;
}

.form-section {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

    .form-section.checkbox-list,
    .form-section .checkbox-list {
        flex-direction: column;
        white-space: nowrap;
        gap: 0;
    }