.elementor-1104 .elementor-element.elementor-element-5e6fdc0{--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;}:root{--page-title-display:none;}/* Start custom CSS *//* ===========================
   SANYFONT – ESTILO PÁGINAS LEGALES
   Aviso legal · Privacidad · Cookies
   =========================== */

.legal-page{
  background: #f6f8fb;
  padding: clamp(48px, 6vw, 90px) 0;
}

/* Contenedor */
.legal-content{
  width: min(900px, 92%);
  margin: 0 auto;
  background: #ffffff;
  border-radius: 18px;
  padding: clamp(28px, 4vw, 56px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

/* Header */
.legal-header{
  text-align: center;
  margin-bottom: 36px;
}

.legal-header h1{
  margin: 0;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 900;
  color: #0B73B8;
}

/* Títulos */
.legal-content h2{
  margin-top: 42px;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 800;
  color: #0B73B8;
}

/* Texto */
.legal-content p{
  margin: 0 0 14px 0;
  font-size: 16px;
  line-height: 1.75;
  color: #2b2b2b;
}

/* Listas */
.legal-content ul{
  margin: 14px 0 18px 20px;
  padding: 0;
}

.legal-content li{
  margin-bottom: 10px;
  line-height: 1.6;
  color: #2b2b2b;
}

/* Enlaces */
.legal-content a{
  color: #0B73B8;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid rgba(11,115,184,0.2);
  transition: all .15s ease;
}

.legal-content a:hover{
  color: #084f7f;
  border-bottom-color: #084f7f;
}

/* Separadores suaves */
.legal-content hr{
  border: none;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0),
    rgba(0,0,0,0.15),
    rgba(0,0,0,0)
  );
  margin: 36px 0;
}

/* Responsive */
@media (max-width: 768px){
  .legal-content{
    padding: 28px 22px;
  }
}/* End custom CSS */