.tw-footer a          { position: relative; color: #868484; }
.tw-footer a:hover    { text-decoration: none; }
.tw-footer .s1-link:hover { text-decoration: underline; }

.tw-footer-logo-icn svg { margin-top: -21px; width: 100px; }

/* Footer wordmark: white on desktop, dark on mobile. Header keeps fill:black on the path. */
@media screen and (min-width: 1025px) {
    .tw-footer-logo-icn svg .logo-wordmark { fill: #fff !important; }
}
@media screen and (max-width: 1024px) {
    .tw-footer-logo-icn svg .logo-wordmark { fill: #181818 !important; }
}
