/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 05 2026 | 06:51:47 */
/* Fact Find button - green flash to orange */
a[href*="mortgagelolly.co.uk/fact-find"].btn-secondary,
.fact-find-flash {
    animation: factfind-flash 1s step-end infinite !important;
}
@keyframes factfind-flash {
    0%, 49% { background-color: #0fd430; border-color: #0fd430; }
    50%, 99% { background-color: #FF8C00; border-color: #FF8C00; }
    100% { background-color: #0fd430; border-color: #0fd430; }
}