.elementor-2607 .elementor-element.elementor-element-fdbfed1{--display:flex;}body.elementor-page-2607:not(.elementor-motion-effects-element-type-background), body.elementor-page-2607 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-blocksy_palette_8 );}/* Start custom CSS for html, class: .elementor-element-0627e19 *//* PRIVACY PAGE STYLES - playcities.org */
.privacy-section {
  padding: 4rem 1.5rem;
  background-color: #ffffff;
  color: #1f2937; /* Gray-800 */
  font-family: 'Inter', sans-serif;
  line-height: 1.7;
  transition: background 0.3s ease, color 0.3s ease;
}

@media (prefers-color-scheme: dark) {
  .privacy-section {
    background-color: #111827; /* Gray-900 */
    color: #d1d5db; /* Gray-300 */
  }

  .privacy-section a {
    color: #60a5fa; /* Blue-400 */
  }
}

.privacy-container {
  max-width: 768px;
  margin: 0 auto;
}

.privacy-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  text-align: center;
}

.privacy-section h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.privacy-section h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.privacy-section p,
.privacy-section li {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.privacy-section ul {
  padding-left: 1.5rem;
  list-style-type: disc;
}

.privacy-section a {
  text-decoration: underline;
  color: #2563eb; /* Blue-600 */
  transition: color 0.2s ease;
}

.privacy-section a:hover {
  color: #1d4ed8; /* Blue-700 */
}/* End custom CSS */