.download-fpp-button {
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.download-fpp-button:hover,
.download-fpp-button:focus {
    background: #f4f3ff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(85, 86, 255, 0.12);
}
