undefined Resultados
/* Botón principal */
.ldg-button-primary,
button,
.btn,
input[type="submit"] {
background-color: #6E9476 !important;
color: #FFFFFF !important;
border: none !important;
font-weight: 600;
}
/* Hover */
.ldg-button-primary:hover,
button:hover,
.btn:hover,
input[type="submit"]:hover {
background-color: #6E9476 !important;
transform: translateY(-1px);
transition: all 0.2s ease;
}
/* Texto dentro de botones */
.ldg-button-primary *,
button *,
.btn * {
color: #FFFFFF !important;
}