/*
 * acmeContract navbar.css
 * Reconstructed: navbar styling is now handled natively by Bulma.
 */
.navbar {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.navbar-item img {
  max-height: 2.5rem;
}
/* Ensure hover transitions on navbar links */
.navbar-link:not(.is-arrowless)::after {
  border-color: var(--theme-primary) !important;
}