/* Start custom CSS for text-editor, class: .elementor-element-dc53b0c */.legal-page {
  font-family: Arial, sans-serif;
  max-width: 800px;
  margin: auto;
  padding: 20px;
  color: #333;
  background-color: #fafafa;
  border-radius: 10px;
  line-height: 1.6;
}

.legal-page h1 {
  color: #222;
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

.legal-page h2 {
  color: #444;
  margin-top: 25px;
  font-size: 20px;
}

.legal-page p {
  margin-bottom: 15px;
}

.legal-page a {
  color: #f5546e;
  text-decoration: none;
}

.legal-page a:hover {
  text-decoration: underline;
}/* End custom CSS */