/* AR-UI-AUTH-HEADER — 1:1 site/test-my-ip/index.html .top / .brand (memory/canon/test-my-ip-tool.md) */

.login-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 55px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.brand img {
  width: 55px;
  height: 55px;
  border-radius: 9999px;
  object-fit: contain;
  flex-shrink: 0;
}

.brand-text {
  display: block;
  margin: 0;
  padding: 0;
}

.brand-title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.brand-sub {
  font-size: 11px;
  color: #71717a;
  margin: 2px 0 0;
  padding: 0;
  line-height: 1.2;
}

.lang-pill-group {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  padding: 2px;
  border-radius: 9px;
  background: #f4f4f5;
  border: 1px solid rgba(9, 9, 11, 0.04);
  flex-shrink: 0;
}

.lang-pill-btn {
  min-width: 34px;
  padding: 5px 8px;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  color: #71717a;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1),
    background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.lang-pill-btn.is-active {
  color: #09090b;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(9, 9, 11, 0.08);
}

.lang-pill-btn:not(.is-active):hover {
  color: #3f3f46;
}
