
.form-item {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-small);
    
    label {
        font-weight: 500;
    }
}