.lfr-layout-structure-item-container {padding: 0;}.lfr-layout-structure-item-row {overflow: hidden;}h1 {
    text-align: center;
}
/* --- BOTÓN ENVIAR (Blanco con borde rojo) --- */
/* Usamos la clase específica .send-contact-form para no romper otros btn-primary */
.btn.btn-primary.send-contact-form {
    color: #e62733 !important;
    background-color: #fff !important;
    border: 2px solid #e62733 !important;
    font-weight: bold;
    border-radius: 0px;
    padding: 10px 24px;
    transition: all 0.3s ease;
}

.btn.btn-primary.send-contact-form:hover {
    background-color: #e62733 !important;
    color: #fff !important;
    text-decoration: none;
}

/* --- BOTÓN SELECCIONA ARCHIVO (Rojo sólido) --- */
/* Usamos su clase única .input-file__button */
.input-file__button {
    background-color: #e62733 !important;
    border: 2px solid #e62733 !important;
    color: #fff !important;
    font-size: 1.214rem;
    line-height: 1.4rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 24px;
    border-radius: 0px;
    display: inline-block;
    cursor: pointer;
    transition: filter 0.2s ease;
}

.input-file__button:hover {
    color: #fff !important;
    filter: brightness(1.1); /* Ligero aclarado al pasar el ratón */
    text-decoration: none;
}