/**
 * Protection badge styles for VPN Guard plugin.
 *
 * @package   vpn-guard
 * @license   GPL-2.0-or-later
 */
 
 .vpngd_footer-badge-container {
    text-align: center;
    font-size: 13px;
    font-family: "Segoe UI", Roboto, sans-serif;
    background-color: #f9f9f9;
    color: #333;
    padding: 10px 15px;
    border-top: 1px solid #eee;
}

.vpngd_footer-badge-container a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.vpngd_footer-badge-container a:hover {
    color: #005177;
    text-decoration: underline;
}
