/* Dedicated styles for city pages */
body .city-content-section .container {
  max-width: 1050px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e7dbc7;
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

body .city-content-section h2,
body .city-content-section h3 {
  color: #6d3d12;
}

body .city-content-section p {
  line-height: 1.75;
}

@media (max-width: 768px) {
  body .city-content-section .container {
    padding: 1rem;
  }
}
