body.city-detail-page .city-flow-section {
  position: relative;
  margin: 0 !important;
  padding: clamp(2.25rem, 5vw, 4.75rem) clamp(1.25rem, 4vw, 3rem) !important;
  border-top: 1px solid rgba(28,40,52,.14) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.city-detail-page .city-flow-section::before {
  content: attr(data-number);
  display: block;
  margin-bottom: 1rem;
  color: #45627b;
  font-family: Inter, "DM Sans", sans-serif;
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .13em;
  line-height: 1.2;
}

body.city-detail-page .city-flow-section--paper { background: #fbf7f1 !important; }
body.city-detail-page .city-flow-section--mist { background: #dfe8ec !important; }
body.city-detail-page .city-flow-section--clay { background: #ead8ca !important; }
body.city-detail-page .city-flow-section--sage { background: #dfe5dc !important; }

body.city-detail-page .city-flow-section > h2,
body.city-detail-page .city-flow-section .section-intro h2 {
  margin-top: 0 !important;
}

body.city-detail-page .city-flow-section .section-kicker,
body.city-detail-page .city-flow-section .city-editorial-kicker {
  margin-bottom: .75rem !important;
  color: #45627b !important;
  font-size: .76rem !important;
  font-weight: 600 !important;
  letter-spacing: .13em !important;
}

body.city-detail-page .city-flow-section .city-simple-section__toggle {
  width: auto !important;
  min-width: 9rem;
  font-size: .95rem !important;
  font-weight: 500 !important;
}

@media (max-width: 720px) {
  body.city-detail-page .city-flow-section {
    padding: 2rem 1.15rem !important;
  }
}