/*.menu-left.menu--main .nav-link {*/
/*    color: #000000;*/
/*    font-weight: 600;*/
/*}*/
/*#sidebar_first .dropdown-menu[hidden] {*/
/*  display: none;*/
/*}*/
@media (min-width: 992px) {
  .menu-mobile,
  .menu-mobile-button{
    display: none;
  }
}
.mm-menu .dropdown-menu {
  display: block !important;
}
.mm-menu_aaa {
  width: 100vw !important;
  max-width: 100vw !important;
}

.mm-panelaaa {
  width: 80% !important;
}
.mm-menuaaa,
.mm-menuaaa * {
  box-sizing: border-box;
}

.mm-menuaaa {
  overflow-x: hidden;
}
:root {
  --mm-max-size: 90vw;
  --mm-size: 90vw; /* możesz zmienić np. na 90vw */
}
.mm-wrapper {
  overflow-x: hidden;
}

.mm-wrapper__blocker {
  width: 100vw !important;
  height: 100vh !important;
}



.search-toggle,
.search-close {
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* lupa */
.search-toggle {
  background: url('/themes/custom/usos/images/lupa.svg') center/28px no-repeat;
}

/* zamknięcie */
.search-close {
  background: url('/themes/custom/usos/images/close.svg') center/20px no-repeat;
}

.search-container {
  display: flex;
  align-items: center;
}
.search-container.is-hidden {
  display: none;
}

.loga {
    background: url(/sites/default/files/logo_podstawowe_biale_male.png) 0 0 no-repeat;
    height: 75px;
    margin-top: 10px;
    background-size: contain;
}
.user-logged-in .link-unlog {
    display: none;
}
.only-logg{
	display: none;
}
.user-logged-in .only-logg{
	display: inline-block;
}

/* === USOS: komunikaty - pelna szerokosc, bez systemowego naglowka (fix Barrio) ===
   Bootstrap Barrio (css/components/alerts.css) domyslnie robi z .alert-wrapper
   pas przyklejony do dolu ekranu (position:fixed;bottom:0). Sprowadzamy komunikat
   do normalnego przeplywu tresci (nad tytulem), na pelna szerokosc, z lekkim cieniem. */
body .alert-wrapper {
  position: static;
  width: auto;
  max-height: none;
  z-index: auto;
  margin: 0 0 1.5rem 0;
}
body .alert-wrapper .alert {
  overflow-y: visible;
  margin: 0;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.10);
  border-radius: 0.5rem;
}
/* Ukrycie systemowego naglowka "Komunikat o bledzie" (Drupal core "Error message").
   Dostepnosc zachowana - alert ma aria-label z ta sama trescia. */
body .alert-wrapper .alert .alert-heading {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
