/* Desktop My Account control for the Kadence header. */
.pst-desktop-account-item {
    display: none;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    .pst-desktop-account-item {
        display: flex;
    }

    .pst-desktop-account-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        color: inherit;
        text-decoration: none;
        line-height: 1;
        transition: color .15s ease, opacity .15s ease;
    }

    .pst-desktop-account-link:hover,
    .pst-desktop-account-link:focus-visible {
        color: var(--global-palette1, #1f8f3a);
    }

    .pst-desktop-account-icon,
    .pst-desktop-account-icon svg {
        display: block;
    }
}
