@media (max-width: 768px) {
    #footer {
        padding: 10px;
    }

    .footer-links {
        flex-direction: column;
        gap: 1rem;
        /* reduced from 2rem */
    }

    .footer-message {
        margin-top: 2rem;
        /* reduced from 5rem */
        font-size: 14px;
        padding: 0 15px;
    }

    .footer-signoff {
        margin-top: 0;
        gap: 5px;
        /* reduced from 10px */
    }

    .footer-signoff>div {
        gap: 0.5rem !important;
        /* reduced from 1rem inline style */
        justify-content: center;
    }

    .footer-signoff img {
        width: 30% !important;
        /* reduced from 40% inline style */
        margin-top: -5% !important;
        /* reduced from -10% inline style */
    }

    .signoff-name {
        font-size: 36px !important;
        /* reduced from 64px */
    }

    .footer-copyright {
        font-size: 10px;
        /* reduced from 12px */
        line-height: 1.3;
        padding: 0 15px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .popped-skills-indicator.active {
        min-width: 100%;
        /* Fix overflow on mobile */
    }
}