.navbar-item .logo {
  margin: 10px 0;
  max-height: 2rem;
}
.fa-sharp {
  margin-right: 0.5rem;
}
.button .fa-sharp,
.button .fa-solid {
  line-height: inherit;
}

/* Active navigation item styling */
.navbar-item > .fa-sharp {
  margin-right: -0.2rem;
}
.navbar-item.is-active {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}
.navbar-item.is-active:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

/* Seitenmenü: Hover für alle Einträge */
.menu-list .navbar-item:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff !important;
}

/* Tab content styling */
.tab-content {
  padding-top: 1.5rem;
}

/* Menu styling improvements */
.menu .menu-label {
  margin-top: 1em;
}

.menu .menu-label:first-child {
  margin-top: 0;
}

.menu-list a {
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.menu-list a.is-active {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.menu-list a:hover:not(.is-active) {
  background-color: rgba(255, 255, 255, 0.15);
}

.menu-list ul {
  margin-left: 0.75em;
  border-left: 1px solid #dbdbdb;
  padding-left: 0.75em;
}

/* Table improvements */
.table-container {
  overflow-x: auto;
}
