.elementor-29847 .elementor-element.elementor-element-44143d4{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for wd_contact_form_7, class: .elementor-element-4f97868 *//* Contenedor Principal */
.libro-reclamaciones {
    max-width: 1000px;
    margin: 20px auto;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-family: 'Segoe UI', Roboto, sans-serif;
    color: #333;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.libro-reclamaciones h2 {
    color: #1a237e;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.intro-text {
    font-size: 0.9em;
    color: #666;
    text-align: center;
    margin-bottom: 30px;
}

/* Fieldsets y Legends */
.libro-reclamaciones fieldset {
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 25px;
}

.libro-reclamaciones legend {
    font-weight: bold;
    padding: 0 10px;
    color: #1a237e;
    font-size: 1.1em;
}

/* Grid del Formulario */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.field-full {
    grid-column: span 2;
}

/* Inputs y Textareas */
.libro-reclamaciones input[type="text"],
.libro-reclamaciones input[type="email"],
.libro-reclamaciones input[type="tel"],
.libro-reclamaciones select,
.libro-reclamaciones textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    transition: border-color 0.3s;
}

.libro-reclamaciones input:focus, 
.libro-reclamaciones textarea:focus {
    border-color: #1a237e;
    outline: none;
    background-color: #f9f9ff;
}

/* Radio buttons */
.wpcf7-list-item {
    display: block;
    margin: 5px 0;
}

/* Botón Enviar */
.btn-submit {
    background-color: #1a237e;
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    transition: background 0.3s;
}

.btn-submit:hover {
    background-color: #0d1440;
}

/* Responsive */
@media (max-width: 600px) {
    .form-grid {
        grid-template-columns: 1fr;
    }
    .field-full {
        grid-column: span 1;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-44143d4 */.libro-reclamaciones {
  max-width: 800px;
  margin: auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  font-family: Arial, sans-serif;
}

.libro-reclamaciones h3 {
  margin-bottom: 5px;
  font-size: 26px;
  color: #C20808;
}

.libro-reclamaciones .subtitulo {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 20px;
}

.libro-reclamaciones h4 {
  margin-top: 25px;
  font-size: 18px;
  color: #03336E;
}

.libro-reclamaciones hr {
  margin: 20px 0;
  border: none;
  height: 1px;
  background: #eee;
}

.libro-reclamaciones label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 15px;
}

.libro-reclamaciones input,
.libro-reclamaciones textarea,
.libro-reclamaciones select {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-top: 5px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.boton-enviar {
  margin-top: 25px;
}

.libro-reclamaciones input[type="submit"] {
  background: linear-gradient(135deg, #C20808, #03336E);
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s ease;
}

.libro-reclamaciones input[type="submit"]:hover {
  opacity: 0.9;
}/* End custom CSS */