.city-extras {
  margin: 1.5rem 0;
  padding: 1.2rem;
  border: 1px solid #76918a;
  border-radius: 1rem;
  background: #fffaf0;
  color: #193c3b;
  scroll-margin-top: 5rem;
}
.city-extras h2,
.city-extras h3,
.city-extras h4,
.city-extras h5 {
  color: inherit;
  line-height: 1.3;
}
.city-extras-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
.city-extras p,
.city-extras li {
  line-height: 1.6;
}
.city-extras a {
  color: #20584d;
  text-decoration: underline;
  font-weight: 650;
}
.city-extras summary {
  cursor: pointer;
  padding: 0.6rem 0;
  font-weight: 650;
}
.city-extras-note,
.city-extras small {
  font-size: 0.85rem;
}
.city-extras :focus-visible {
  outline: 3px solid #9e431d;
  outline-offset: 3px;
}
.city-badges-grid .city-extras-grid {
  grid-template-columns: 1fr;
}
.city-badges-grid .city-extras {
  padding: 0.8rem;
}
.city-badges-grid .city-extras h3,
.city-badges-grid .city-extras h5 {
  font-size: 1rem;
}
@media (max-width: 650px) {
  .city-extras-grid {
    grid-template-columns: 1fr;
  }
}

.city-extras article {
  text-align: start;
}

.collection-languages {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  padding: 1rem;
  align-items: center;
}
.collection-languages a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: underline;
  color: inherit;
}
.collection-languages a[aria-current='page'] {
  font-weight: 800;
  text-decoration-thickness: 3px;
}
.collection-languages :focus-visible {
  outline: 3px solid #bd712b;
  outline-offset: 3px;
}
.city-extras a {
  overflow-wrap: anywhere;
}
