.login-link {
  padding: 9px 16px;
  border: 1px solid rgba(16, 42, 51, 0.25);
  border-radius: 999px;
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}
.auth > small {
  display: block;
  margin: -8px 0 12px;
  color: rgba(16, 42, 51, 0.58);
  line-height: 1.45;
}
.auth-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
.auth-links a {
  color: #315f73;
  font-size: 13px;
  font-weight: 700;
}
.location-consent {
  text-align: center;
}
.location-consent h2 {
  margin-bottom: 12px;
}
.location-consent > p:not(.eyebrow) {
  color: rgba(16, 42, 51, 0.68);
  line-height: 1.65;
}
.location-icon {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #173b45;
  color: #ffd166;
  font-size: 34px;
}
.location-consent .button {
  margin: 18px 0 8px;
}
.location-later {
  display: block;
  margin: 8px auto;
}
#welcomeLocationState {
  display: block;
  min-height: 20px;
  margin-top: 12px;
  color: #b64225;
}
