.elementor-7187 .elementor-element.elementor-element-b01c611{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-7187 .elementor-element.elementor-element-22a8ebd{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:0px 0px 2px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:2px;--border-left-width:0px;border-color:#FB8500;--border-color:#FB8500;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-7187 .elementor-element.elementor-element-451b346{text-align:center;}.elementor-7187 .elementor-element.elementor-element-451b346 .elementor-heading-title{font-family:"Poppins";font-weight:600;color:#023047;}.elementor-7187 .elementor-element.elementor-element-98ba411{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-7187 .elementor-element.elementor-element-4a08126{--display:flex;}.elementor-7187 .elementor-element.elementor-element-39ec552{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-7187 .elementor-element.elementor-element-b4e07da{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f5cbc79 */.eec-legal-faq{
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  max-width: 980px;
  margin: 0 auto;
  padding: 18px;
}

.eec-legal-faq__header{
  margin-bottom: 14px;
}

.eec-legal-faq__title{
  margin: 0 0 10px;
  color: #023047;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.3px;
}

.eec-legal-faq__meta{
  margin: 0;
  color: #4b5563;
  font-size: 14.5px;
  line-height: 1.6;
}

.eec-legal-faq__link{
  color: #fb8500;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px dashed rgba(251, 133, 0, 0.55);
}

.eec-legal-faq__link:hover{
  border-bottom-style: solid;
}

.eec-legal-faq__box{
  background: #fff;
  border: 1px solid rgba(2, 48, 71, 0.08);
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 14px 34px rgba(2, 48, 71, 0.06);
}

/* Item */
.eec-legal-faq__item{
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(2, 48, 71, 0.08);
  margin-bottom: 12px;
  overflow: hidden;
}

/* Quita el margin del último */
.eec-legal-faq__item:last-of-type{
  margin-bottom: 0;
}

/* Summary */
.eec-legal-faq__summary{
  list-style: none;
  cursor: pointer;
  padding: 16px 16px;
  font-weight: 800;
  color: #023047;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 16px;
}

/* Quita flecha default en algunos navegadores */
.eec-legal-faq__summary::-webkit-details-marker{
  display: none;
}

/* Flecha personalizada */
.eec-legal-faq__summary::after{
  content: "▾";
  font-size: 18px;
  color: #fb8500;
  transition: transform .22s ease;
}

/* Abierto */
.eec-legal-faq__item[open] .eec-legal-faq__summary::after{
  transform: rotate(180deg);
}

/* Content */
.eec-legal-faq__content{
  padding: 0 16px 16px 16px;
}

.eec-legal-faq__content p{
  margin: 0 0 10px;
  color: #111827;
  font-size: 15.5px;
  line-height: 1.7;
}

.eec-legal-faq__content ul{
  margin: 10px 0 0;
  padding-left: 18px;
  color: #111827;
}

.eec-legal-faq__content li{
  margin-bottom: 8px;
  line-height: 1.6;
}

/* Email */
.eec-legal-faq__email{
  color: #023047;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(2, 48, 71, 0.35);
  padding-bottom: 2px;
}

.eec-legal-faq__email:hover{
  border-bottom-color: #023047;
}

/* Aviso */
.eec-legal-faq__notice{
  margin-top: 14px;
  background: #fff7ed;
  border: 1px solid rgba(251, 133, 0, 0.25);
  border-left: 6px solid #fb8500;
  padding: 16px;
  border-radius: 14px;
  color: #111827;
  line-height: 1.6;
  font-size: 15px;
}

/* Responsive */
@media (max-width: 768px){
  .eec-legal-faq__box{
    padding: 12px;
  }

  .eec-legal-faq__summary{
    padding: 14px;
    font-size: 15.5px;
  }

  .eec-legal-faq__content{
    padding: 0 14px 14px 14px;
  }
}/* End custom CSS */