body.viwi-root-city-state-teaser .viwi-city-state-wrap{
  max-width:min(1280px, calc(100% - 28px));
  margin:28px auto 0;
}

body.viwi-root-city-state-teaser .viwi-city-state-panel{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:22px;
  box-shadow:0 10px 24px rgba(17,24,39,.05);
}

body.viwi-root-city-state-teaser .viwi-city-state-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  padding:22px 22px 0;
}

body.viwi-root-city-state-teaser .viwi-city-state-head h2{
  margin:0;
  font-size:clamp(1.35rem,2vw,1.9rem);
  line-height:1.1;
  letter-spacing:-.03em;
  font-weight:800;
}

body.viwi-root-city-state-teaser .viwi-city-state-head p{
  margin:6px 0 0;
  font-size:14px;
  line-height:1.6;
  color:#4b5563;
  max-width:72ch;
}

body.viwi-root-city-state-teaser .viwi-city-state-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  padding:18px 22px 22px;
}

body.viwi-root-city-state-teaser .viwi-city-card{
  border:1px solid #edf1f5;
  background:#fff;
  border-radius:18px;
  padding:18px;
}

body.viwi-root-city-state-teaser .viwi-city-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  background:#fff7ed;
  border:1px solid #fed7aa;
  color:#b45309;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
}

body.viwi-root-city-state-teaser .viwi-city-card h3{
  margin:12px 0 8px;
  font-size:1rem;
  line-height:1.2;
  font-weight:700;
}

body.viwi-root-city-state-teaser .viwi-city-card p{
  margin:0;
  color:#4b5563;
  font-size:13px;
  line-height:1.65;
}

body.viwi-root-city-state-teaser .viwi-chip-row{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:12px;
}

body.viwi-root-city-state-teaser .viwi-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid #e5e7eb;
  background:#fff;
  color:#111827;
  font-size:12px;
  font-weight:700;
}

body.viwi-root-city-state-teaser .viwi-city-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px;
}

body.viwi-root-city-state-teaser .viwi-city-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 12px;
  border-radius:12px;
  border:1px solid #e5e7eb;
  background:#fff;
  color:#111827;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
}

body.viwi-root-city-state-teaser .viwi-city-btn.primary{
  background:linear-gradient(180deg,#f97316,#ea580c);
  color:#fff;
  border-color:transparent;
}

body.viwi-root-city-state-teaser .viwi-city-note{
  padding:0 22px 22px;
  color:#6b7280;
  font-size:13px;
  line-height:1.6;
}

@media (max-width:1100px){
  body.viwi-root-city-state-teaser .viwi-city-state-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:720px){
  body.viwi-root-city-state-teaser .viwi-city-state-wrap{
    max-width:min(100% - 20px, 100%);
  }
  body.viwi-root-city-state-teaser .viwi-city-state-grid{
    grid-template-columns:1fr;
  }
}
