@media (max-width: 768px) {

  /* Кнопка личного кабинета */
  a[href*="lk.quickline.ru"] {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    align-items: center;
    gap: 6px;
    background-color: transparent;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 6px;
    white-space: nowrap;
    order: 2;
    z-index: auto !important;
  }

  /* Хедер: flex-строка, логотип слева, кнопка справа */
  header,
  .header,
  .header-inner,
  .top-header,
  .navbar,
  nav {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px;
  }

  /* Логотип — не растягивается */
  header img:first-child,
  .header img:first-child,
  .logo,
  .header-logo {
    flex-shrink: 0;
    max-width: 140px;
    order: 0;
  }

  /* Бургер — крайний правый */
  .burger,
  .menu-toggle,
  .hamburger,
  [class*="burger"],
  [class*="menu-toggle"] {
    order: 3;
    flex-shrink: 0;
  }
}

@media (max-width: 380px) {
  a[href*="lk.quickline.ru"] {
    font-size: 11px;
    padding: 6px 10px;
  }
}
