section.settings {
  display: flex;
  flex: 1;
}

section.settings nav:not(.pagy) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 200px;
  background: var(--white);
  border-right: 1px solid #ddd;
  padding: 2rem;
}

section.settings nav:not(.pagy) a {
  display: flex;
  gap: 2px;
}

section.settings nav:not(.pagy) div {
  display: flex;
  flex-direction: column;
}

#users-table {
  table-layout: fixed;
}

#users-table th {
  text-align: left;
  padding-right: 20px;
}

#users-table td {
  padding-right: 20px;
}