.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-small);
}
