.city-simple-section__toggle {
  width: 100%;
  margin-top: 1rem;
  padding: .9rem 0 0;
  border: 0;
  border-top: 1px solid rgba(32, 52, 77, .14);
  background: transparent;
  color: inherit;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font: inherit;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.city-simple-section__toggle span:last-child {
  flex: 0 0 auto;
  font-size: 1.05rem;
  line-height: 1;
}

.city-simple-section__body {
  padding-top: 1rem;
}

.city-simple-section--open .city-simple-section__toggle {
  margin-top: 1.25rem;
}

.city-related-card--extra {
  display: none !important;
}

.city-related-expanded .city-related-card--extra {
  display: flex !important;
}

.city-related-more {
  margin-top: 1rem;
}

@media (min-width: 721px) {
  .city-simple-section__body[hidden] {
    display: block !important;
  }
}

@media (max-width: 720px) {
  .city-simple-section__toggle:not([hidden]) {
    display: flex;
    min-height: 44px;
  }

  .city-simple-section__toggle span:first-child {
    font-size: .92rem;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
  }
}
