.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand-logo img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  filter: drop-shadow(0 7px 12px rgba(0, 0, 0, 0.38));
}

.footer .brand-logo img {
  width: 52px;
  height: 52px;
}

.nav-actions {
  margin-left: auto;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: clip;
  }

  .site-header .container {
    width: 100%;
    max-width: 100%;
  }

  .site-header .navbar {
    width: 100%;
    flex-wrap: wrap;
    padding-block: 12px;
  }

  .site-header .navbar > a {
    max-width: calc(100% - 62px);
  }

  .site-header .navbar-toggler {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    border: 1px solid #28516d;
    border-radius: 8px;
  }

  .site-header .navbar-collapse {
    flex-basis: 100%;
    width: 100%;
    min-width: 0;
  }

  .site-header .navbar-collapse.show {
    display: block !important;
    padding: 12px 0 16px;
  }

  .site-header .navbar-nav {
    width: 100%;
    flex-direction: column;
    gap: 2px;
    overflow: visible;
  }

  .site-header .navbar-nav .nav-link {
    width: 100%;
    padding: 12px 8px !important;
    border-bottom: 1px solid #173551;
    text-align: left;
    white-space: normal;
  }

  .site-header .nav-actions {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    width: 100%;
    margin: 12px 0 0;
    gap: 10px;
  }

  .site-header .nav-actions .lang-switch,
  .site-header .nav-actions .btn {
    min-width: 0;
    width: 100%;
    margin: 0;
  }

  .site-header .nav-actions .btn {
    white-space: normal;
  }
}

@media (max-width: 600px) {
  .brand-logo {
    font-size: 20px;
    gap: 9px;
  }

  .brand-logo img {
    width: 36px;
    height: 36px;
  }
}
