.cgy-setting-footer-brand {
    color: inherit;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease, text-shadow .2s ease;
}

.cgy-setting-footer-brand:hover,
.cgy-setting-footer-brand:focus {
    color: var(--cgy-site-accent, #b91c1c);
    text-decoration: none;
    text-shadow: 0 0 12px color-mix(in srgb, var(--cgy-site-accent, #b91c1c) 35%, transparent);
}
