.models-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: none;
}

.models-header__locale {
  position: relative;
  color: #64748b;
  font-family: ui-monospace, "JetBrains Mono", Menlo, Consolas, monospace;
  font-size: 10px;
  text-transform: uppercase;
}

.models-header__locale summary {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  list-style: none;
}

.models-header__locale summary::-webkit-details-marker {
  display: none;
}

.models-header__locale-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  min-width: 130px;
  padding: 6px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.models-header__locale-menu a {
  padding: 7px 9px;
  color: #475569;
  text-decoration: none;
}

.models-header__locale-menu a:hover,
.models-header__locale-menu a:focus-visible {
  color: #0f172a;
  background: #f8fafc;
}

.models-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 15px;
  color: #fff;
  background: #2563eb;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.models-header__cta:hover,
.models-header__cta:focus-visible {
  background: #1d4ed8;
}

.models-header__secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 32px;
  border-top: 1px solid #f1f5f9;
}

.models-header__secondary a {
  min-height: 30px;
  padding: 0 14px;
  border-radius: 4px;
  font-size: 13px;
}

.models-header__secondary a:hover,
.models-header__secondary a:focus-visible {
  background: #eef2f7;
  color: #0f172a;
}

.models-header__menu-toggle,
.models-mobile-drawer {
  display: none;
}
