.elementor-303 .elementor-element.elementor-element-b79114d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-303 .elementor-element.elementor-element-b79114d{--content-width:60%;}}/* Start custom CSS for html, class: .elementor-element-30e1558 */.legal-container {
  max-width: 900px;
  margin: 40px auto;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #333;
  line-height: 1.7;
  font-size: 16px;
  padding: 25px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.legal-container h1 {
  text-align: center;
  color: #111;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.legal-container .last-updated {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-bottom: 30px;
}

.legal-container hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 30px 0;
}

.legal-container h2 {
  color: #111;
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 16px;
}

.legal-container p {
  text-align: justify;
  margin-bottom: 16px;
}

.legal-container ul {
  margin-left: 25px;
  margin-bottom: 20px;
}

.legal-container ul li {
  margin-bottom: 10px;
}

.legal-container a {
  color: #d32f2f;
  text-decoration: none;
  transition: color 0.3s ease;
}

.legal-container a:hover,
.legal-container a:focus {
  text-decoration: underline;
  outline: none;
}

.legal-container .footer-note {
  text-align: center;
  font-size: 14px;
  color: #777;
  margin-top: 20px;
}/* End custom CSS */