    .footer-social-links {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 16px;
    }

    .footer-policy-link {
        color: white;
        font-weight: 600;
        white-space: nowrap;
    }

    .footer-links-divider {
        width: 1px;
        height: 18px;
        background-color: #999;
    }

    .footer-policy-link:hover {
        text-decoration: underline;
    }

    @media (max-width: 500px) {
        .footer-social-links {
            justify-content: center;
        }

        footer .site-logo {
            display: none;
        }

        .get-support::before {
            content: none;
        }

        .get-support {
            padding: 0;
            margin: 0;
        }

        .get-support .get-support-info {
            text-align: center;
        }
    }
