/* Keep account access visible on phones. This loads after the public presentation layers. */
@media (max-width: 620px) {
    .site-header .main-nav .nav-account {
        display: flex;
        width: 100%;
        min-height: 48px;
        align-items: center;
        justify-content: center;
        margin-top: 4px;
        padding: 11px 16px;
        border: 1.5px solid rgba(16, 16, 20, .18);
        border-radius: 999px;
        background: rgba(255, 255, 255, .9);
        color: var(--ink);
        font-size: .94rem;
        font-weight: 800;
        touch-action: manipulation;
    }

    .site-header .main-nav .nav-account + .nav-cta {
        margin-top: 2px;
    }
}
