.elementor-3092 .elementor-element.elementor-element-e975434{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9a5a66a */.legal-section {
  max-width: 900px;
  margin: 80px auto;
  padding: 50px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.8;
}

.legal-section h1 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
  background: linear-gradient(90deg, #ff7a18, #ffb347);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.legal-section h2 {
  font-size: 1.4rem;
  margin-top: 35px;
  margin-bottom: 15px;
  color: #222;
}

.legal-section p {
  color: #555;
  font-size: 1.05rem;
}

.legal-section ul {
  padding-left: 20px;
  margin-top: 10px;
}

.legal-section ul li {
  margin-bottom: 8px;
  color: #555;
}

.legal-section a {
  color: #ff7a18;
  font-weight: 600;
  text-decoration: none;
}

.legal-section a:hover {
  text-decoration: underline;
}

.legal-intro {
  font-size: 1.1rem;
  color: #444;
  text-align: center;
  margin-bottom: 30px;
}

.legal-footer {
  margin-top: 50px;
  font-size: 0.9rem;
  text-align: center;
  color: #888;
}
.cookie-mini {
  text-align: center;
  font-size: 0.9rem;
  color: #666;
  margin: 20px auto;
}/* End custom CSS */