<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 10px 0;
}

.footer-links a {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 14px;
    transition: opacity 0.3s ease;
    opacity: 0.9;
}

.footer-links a:hover {
    opacity: 1;
    text-decoration: underline;
}
</pre></body></html>