.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: #ff3d9a;
    text-decoration: none;
    text-shadow: 0 0 12px rgba(255, 61, 154, .35);
}
