@media print {
    :where(.footer-social) {
        display: none !important;
    }
}

:where(.footer-social) {
     svg {
         height: 2rem;
        fill: var(--color-primary-white);
    }

    li {
        padding: 1rem;
        width: 5rem;
        height: 5rem;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.3);
        aspect-ratio: 1;
        display: flex;
        align-items: center;
        justify-content: center;

        & > a {
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }

    .twitter svg {
        stroke: var(--color-primary-white);
    }



}
