/* Match the centre of the 72px sidebar, including its right border. */
@media (min-width: 1101px) {
    .has-social-rails .header-grid-toggle {
        position: absolute;
        left: 14.5px;
        top: 50%;
        transform: translateY(-50%);
        width: 42px;
    }
    .has-social-rails .site-header__inner { padding-left: 88px; }
}
