/* Remove the legacy link margin so the visible MD logo is centered on phones. */
@media (max-width: 959px) {
    .header-content .logo.header-brand .header-brand__wordmark {
        margin: 0 !important;
        padding: 0 !important;
    }
}
