.elementor-1379 .elementor-element.elementor-element-f6321d8{--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;}/* Start custom CSS for html, class: .elementor-element-5969062 *//* Page background */
body {
  background: #f5f5f5;
  font-family: Arial, sans-serif;
}

/* Container */
.legal-notice {
  max-width: 1000px;
  margin: 50px auto;
  padding: 20px 30px;
  background: transparent;
}

/* Title */
.legal-notice h1 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: 700;
}

/* Rows */
.legal-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #ccc;
}

/* Left label */
.legal-label {
  font-size: 16px;
  color: #000;
  width: 35%;
}

/* Right value */
.legal-value {
  font-size: 16px;
  color: #000;
  width: 60%;
  text-align: left;
}

/* Responsive (mobile) */
@media (max-width: 768px) {
  .legal-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .legal-label {
    margin-bottom: 5px;
    font-weight: bold;
  }

  .legal-value {
    width: 100%;
  }
}/* End custom CSS */