a[href*="free"],
a:contains("CLICK FOR FREE CONFIG"),
.navbar a:last-child[href*="free"] {
    color: rgba(255,255,255,0.04) !important;
    opacity: 0.05 !important;
    background: transparent !important;
    border: none !important;
}

a[href*="free"]:hover {
    color: rgba(58, 246, 235, 0.2) !important;
    opacity: 0.25 !important;
}