.nav-item a {
  transition: all 0.2s ease-in-out !important;
}
.nav-item.active a {
  background-color: #f8f9fa !important;
  color: #222 !important;
  border-left: 3px solid #ff8c00 !important;
  font-weight: bold;
  padding-left: 1rem;
}

#views-exposed-form-produktzeilen-benutzer-page-1 > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

#edit-items-per-page {
  max-width: 140px;
  height: 42px;
  padding: 6px 10px;
  line-height: 1.5;
}

#edit-submit-produktzeilen-benutzer {
  height: 42px;
  padding: 4px 22px;
  margin-bottom: 0.3em !important;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Tabellenzeile hover sanft orange einfärben */
#block-sandbox-content table.views-view-table tbody tr:hover {
  background-color: #fff4e5 !important; /* Softes Hellorange */
  transition: background-color 0.2s ease-in-out;
}

#block-sandbox-content table.views-view-table tbody tr:hover {
  cursor: pointer;
}