/* Usability fixes added 2026-05-07
   Backup-safe: separate file, included after main css.css.
   Goals:
   1. Hide promo-bar (.fjhur83ijfg5) when mobile drawer (.popupmenus) is open
   2. Bigger tap target for burger button (>= 44x44 per Apple HIG / WCAG 2.5.5)
*/

@media (max-width: 768px) {
  body.activ-menu-bl .fjhur83ijfg5 {
    display: none !important;
  }
}

.burger.allshapka {
  min-width: 44px;
  min-height: 44px;
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  /* reset native button styles */
  border: 0;
  padding: 0;
  background-color: transparent;
  font: inherit;
  color: inherit;
}
.burger.allshapka:focus-visible {
  outline: 2px solid #000096;
  outline-offset: 2px;
}
