.element-list-page__switch,
.element-list-page__return {
  margin-top: 1rem;
}

.table-responsive {
  overflow-x: auto;
  margin-top: 1rem;
}

.element-list-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid var(--border);
}

.element-list-table caption {
  text-align: left;
  font-weight: 700;
  color: var(--uf-blue);
  padding: 0 0 0.75rem;
  caption-side: top;
}

.element-list-table th,
.element-list-table td {
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--border);
  vertical-align: top;
  text-align: left;
}

.element-list-table thead th {
  background: var(--surface-muted);
}

.element-list-table tbody tr:nth-child(even) {
  background: #f8fafc;
}

.element-list-table td:first-child,
.element-list-table td:last-child {
  white-space: nowrap;
}

@media (max-width: 640px) {
  .element-list-table th,
  .element-list-table td {
    padding: 0.6rem 0.65rem;
  }
}
