.page-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; } .filters { display: flex; gap: 0.5rem; margin-bottom: 1rem; } .form-grid { display: flex; flex-direction: column; gap: 0.75rem; } .form-grid label { display: flex; flex-direction: column; gap: 0.25rem; }