body.page-home.theme-ai-test .ticker.location-panel {
  display: block;
  min-height: 0;
  height: auto;
  align-self: center;
  padding: 32px;
}
body.page-home.theme-ai-test .location-panel .ticker-process-title {
  margin-top: 18px;
  font-size: clamp(25px, 2.6vw, 34px);
  line-height: 1.15;
}
body.page-home.theme-ai-test .location-panel .ticker-note {
  margin-top: 14px;
  color: #b7c0ca;
}
body.page-home.theme-ai-test .location-panel .proof-actions {
  margin-top: 24px;
  padding: 0;
  border: 0;
}
body.page-home.theme-ai-test .location-panel .proof-phone {
  width: 100%;
  max-width: none;
  min-height: 48px;
}
body.page-home.theme-ai-test .location-panel .hero-location {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  margin: 22px 0 0;
  padding: 20px 0 0;
  border-bottom: 0;
}
body.page-home.theme-ai-test .location-panel .hero-location a {
  grid-column: 1 / -1;
  justify-self: start;
}
@media(max-width: 640px) {
  body.page-home.theme-ai-test .ticker.location-panel {
    padding: 24px;
    margin-top: 28px;
  }
  body.page-home.theme-ai-test .location-panel .hero-location {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
