.elementor-3 .elementor-element.elementor-element-7b764974{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3 .elementor-element.elementor-element-52925ae4{color:var( --e-global-color-text );}.elementor-3 .elementor-element.elementor-element-52925ae4 a{color:var( --e-global-color-accent );}.elementor-3 .elementor-element.elementor-element-52925ae4 a:hover, .elementor-3 .elementor-element.elementor-element-52925ae4 a:focus{color:var( --e-global-color-secondary );}/* Start custom CSS for text-editor, class: .elementor-element-52925ae4 *//* === CONTAINER SECTIONS === */
.custom-privacy section {
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* === HEADINGS === */
.custom-privacy h2 {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 2px solid #E2B092;
  padding-bottom: 0.3rem;
  color: #3888B9;;
}

.custom-privacy h3 {
  font-size: 1.3rem;
  margin-top: 1.8rem;
  margin-bottom: 0.5rem;
  color: #E2B092;
}

.custom-privacy h4 {
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
}

.custom-privacy h5 {
  font-size: 1rem;
  font-style: italic;
}

/* === PARAGRAPHS & LISTS === */
.custom-privacy p {
  margin-bottom: 1rem;
}

.custom-privacy ul {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  list-style-type: disc;
}

.custom-privacy ul ul {
  list-style-type: circle;
  margin-bottom: 0.5rem;
}

/* === LINKS === */
.custom-privacy a {
  text-decoration: underline;
  font-weight: 900;
}

.custom-privacy a:hover {
  text-decoration: none;
}

/* === EMPHASIS === */
.custom-privacy strong {
  color: #3888B9;
  font-weight: 600;
}

.custom-privacy em {
  color: #555;
}

/* === VISUAL SEPARATION === */
.custom-privacy section {
  border-top: 4px solid #3888B9;
  padding-top: 2rem;
}

/* === RESPONSIVE DESIGN === */
@media (max-width: 768px) {
  .custom-privacy {
    padding: 1rem;
  }

  .custom-privacy section {
    padding: 1.5rem;
  }

  .custom-privacy h2 {
    font-size: 1.5rem;;
  }

  .custom-privacy h3 {
    font-size: 1.2rem;
  }

  .custom-privacy h4 {
    font-size: 1rem;
  }
}/* End custom CSS */