.elementor-7785 .elementor-element.elementor-element-c246a57{--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 shortcode, class: .elementor-element-6960499 */.libro-reclamaciones{
  max-width:720px;
  margin:auto;
  padding:30px;
  border:1px solid #e5e5e5;
  border-radius:10px;
  font-family:Arial, Helvetica, sans-serif;
}
.libro-reclamaciones br {
    display: none;
}


.libro-reclamaciones h2{
  text-align:center;
  margin-bottom:5px;
}

.intro{
  text-align:center;
  font-size:14px;
  color:#666;
  margin-bottom:25px;
}

.seccion{
  margin-top:25px;
}

.seccion h3{
  margin-bottom:15px;
  color:#621D20;
}

/* FLEXBOX */

.fila{
  display:flex;
  gap:15px;
  margin-bottom:10px;
}

.campo{
  flex:1;
  display:flex;
  flex-direction:column;
}

/* INPUTS */

.libro-reclamaciones input,
.libro-reclamaciones textarea,
.libro-reclamaciones select{
  width:100%;
  padding:10px;
  border:1px solid #ccc;
  border-radius:6px;
  margin-top:4px;
  font-size:14px;
}

.libro-reclamaciones textarea{
  min-height:120px;
}

/* RADIO */

.libro-reclamaciones .wpcf7-list-item{
  display:block;
  margin-bottom:6px;
}

/* CHECKBOX */

.checkbox-area{
  margin-top:20px;
}

.checkbox-label{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:14px;
}

.checkbox-area input[type="checkbox"]{
  background: gray;
  transform:scale(1.2);
  margin-top:3px;
  width: auto !important;
}

/* BOTON */

.boton{
  margin-top:25px;
  text-align:center;
}

.boton input{
  background:#621D20;
  color:#fff;
  border:none;
  padding:12px 35px;
  border-radius:6px;
  font-size:15px;
  cursor:pointer;
  transition:0.2s;
}

.boton input:hover{
  opacity:0.9;
}
.seccion .wpcf7-form textarea {
    background: #f7f7f !important;
}

/* RESPONSIVE */

@media (max-width:600px){

  .fila{
    flex-direction:column;
  }

}/* End custom CSS */