.or-unified-mobile-menu {
  display: none;
}

@media (max-width: 767.98px) {
  header.navbar > .container {
    min-height: 58px;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .or-unified-mobile-menu {
    appearance: none;
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #e4e7ec;
    border-radius: 50%;
    background: #fff;
    color: #111827;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .08);
    font-size: 1.35rem;
    line-height: 1;
  }

  .or-unified-mobile-menu:active {
    transform: scale(.96);
  }

  .navbar-brand.d-sm-none {
    min-width: 0;
    margin-right: auto !important;
  }

  .navbar-brand.d-sm-none .custom-logo {
    display: block;
    width: min(38vw, 150px);
    height: auto;
  }

  header.navbar .navbar-toolbar {
    flex: 0 0 auto;
  }

  header.navbar .navbar-tool-text {
    display: none;
  }

  header.navbar > .navbar.navbar-expand-lg {
    display: none !important;
  }
}
