.header-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--bs-border-color, #e5e7eb);
  border-radius: 0.5rem;
  background-color: #fff;
  color: #161616;
  font-weight: 500;
  text-decoration: none;
}

.header-action-btn:hover,
.header-action-btn:focus-visible {
  background-color: #f8f9fa;
  color: #161616;
}

.header-language-dropdown .dropdown-menu {
  min-width: 10rem;
}

.site-header {
  overflow: visible !important;
}

.site-header .mobile-search-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1030;
  border-top: 1px solid var(--bs-border-color, #e5e7eb);
  background: #efefef;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  display: none;
}

.site-header .mobile-search-panel.is-open {
  display: block !important;
}

.mobile-search-panel .container {
  position: relative;
}

.mobile-search-panel__content {
  max-width: 960px;
  margin: 0 auto;
}

.mobile-search-panel .search-bar {
  max-width: 960px;
  margin: 0 auto;
}

.search-panel-close {
  border: 0;
  background: transparent;
  color: #454545;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1.25rem;
  padding: 0.125rem 0.25rem;
}

.search-panel-close:hover,
.search-panel-close:focus-visible {
  color: #161616;
}

.navbar-collapse {
  align-items: center;
}

.navbar-menu-wrap {
  flex: 1 1 auto;
}

@media (min-width: 1200px) {
  .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
  }

  .navbar-menu-wrap {
    display: flex;
    justify-content: center;
    margin: 0 1rem;
  }

  .navbar-menu-wrap .navbar-nav {
    justify-content: center;
    width: 100%;
  }
}

.top-header #lang-switcher {
  display: none !important;
}
