/* Site header — row 1: logo + language; row 2: navigation */
.top .shell {
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.45rem;
  padding: 0.65rem 0 0.75rem;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.top .menu {
  width: 100%;
}

.header-user-link {
  display: none !important;
}
