.mobile-tabs-container {
  background: rgba(15, 15, 15, 0.9);
  border-top: 1px solid var(--colore-bordo);
  border-bottom: 1px solid var(--colore-bordo);
}
.mobile-tabs-container .nav-link-custom {
  flex: 1;
  text-align: center;
  font-size: 1rem;
  padding: 8px 0;
}
.searchbar-desktop-container {
  max-width: 600px;
}
.navbar-custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(10px);
  background: rgba(15, 15, 15, 0.9);
  border-bottom: 1px solid var(--colore-bordo);
}
.navbar-brand-custom {
  font-weight: 700;
  font-size: 1.4rem;
  text-decoration: none;
  transition: 0.2s ease;
}
.navbar-brand-custom:hover {
  transform: scale(1.05);
}
.nav-link-custom {
  font-weight: 500;
  border-radius: 8px;
  margin: 0 4px;
  padding: 8px 12px;
  transition: 0.2s ease;
}
.nav-link-custom span {
  font-size: 1.2rem;
  margin-right: 4px;
}
.navbar-toggler-custom {
  border: none;
}
.navbar-toggler-custom:focus {
  box-shadow: none;
}
.brand-img {
  width: 34px;
  height: 34px;
  margin-right: 8px;
}
