.hp-v2-info-strip,
.hp-v2-info-popup,
.hp-v2-info-interstitial {
  display: none !important;
}

.hp-v2-page-shell:has(.hp-v2-ms-city-page) {
  background: #e5e7eb;
  min-height: 100dvh;
  padding-bottom: 0 !important;
}

body.hp-v2:has(.hp-v2-ms-city-page) {
  background: #e5e7eb !important;
}

.hp-v2-ms-city-page {
  min-height: 100vh;
  background: #e5e7eb;
  color: #111827;
  padding: 0 8px max(env(safe-area-inset-bottom), 14px);
}

.hp-v2-ms-city-shell {
  width: min(100%, 430px);
  margin: 0 auto;
}

.hp-v2-ms-city-head {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  position: sticky;
  top: 0;
  z-index: 40;
  background: #e5e7eb;
  border-bottom: 1px solid #d1d5db;
  padding-top: max(env(safe-area-inset-top), 8px);
  margin-bottom: 10px;
}

.hp-v2-ms-city-back {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #4b5563;
}

.hp-v2-ms-city-head p {
  margin: 0;
  font-size: 0.8rem;
  color: #0f766e;
  font-weight: 600;
}

.hp-v2-ms-city-head h1 {
  margin: 2px 0 0;
  font-size: 1.2rem;
  line-height: 1.15;
  color: #111827;
}

.hp-v2-ms-city-search {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #ffffff;
  padding: 0 14px;
}

.hp-v2-ms-city-search .material-symbols-rounded {
  color: #0f766e;
  font-size: 19px;
}

.hp-v2-ms-city-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 0.96rem;
  color: #111827;
}

.hp-v2-ms-top-cities-wrap {
  margin-top: 12px;
}

.hp-v2-ms-top-cities-wrap h2 {
  margin: 0 0 10px;
  font-size: 0.8rem;
  color: #0f766e;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hp-v2-ms-top-cities {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  overflow: hidden;
}

.hp-v2-ms-top-city {
  border: 1px solid #a7f3d0;
  background: #ffffff;
  color: #0f766e;
  border-radius: 8px;
  min-height: 50px;
  padding: 6px 4px;
  font-size: 0.72rem;
  font-weight: 700;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.hp-v2-ms-top-city .city {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hp-v2-ms-top-city .count {
  margin-top: 2px;
  font-size: 0.62rem;
  color: #047857;
  font-weight: 600;
}

.hp-v2-ms-city-list {
  margin-top: 12px;
  display: grid;
  background: transparent;
}

.hp-v2-ms-city-list button {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d1d5db;
  border-radius: 0;
  background: transparent;
  min-height: 48px;
  padding: 10px 0;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  column-gap: 8px;
}

.hp-v2-ms-city-list .city {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
}

.hp-v2-ms-city-list .meta {
  font-size: 0.72rem;
  color: #0f766e;
}

.hp-v2-ms-city-list .material-symbols-rounded {
  font-size: 16px;
  color: #0f766e;
}

@media (max-width: 380px) {
  .hp-v2-ms-top-cities {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
  }

  .hp-v2-ms-top-city {
    font-size: 0.66rem;
    min-height: 44px;
    padding: 0 4px;
  }

  .hp-v2-ms-top-city .count {
    font-size: 0.58rem;
  }
}
