/* Loaded after Vite with a file timestamp so admin navigation fixes cannot use stale CSS. */
@media (min-width: 761px) {
    .rp-launchpad-header {
        align-items: center;
        min-height: 76px;
    }

    .rp-launchpad-header .rp-header-right,
    .rp-launchpad-header nav {
        align-items: center;
    }

    .rp-launchpad-header nav {
        display: flex;
        flex-wrap: nowrap;
    }

    .rp-launchpad-header nav > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        line-height: 1;
        white-space: nowrap;
    }

    .rp-launchpad-header nav > .rp-admin-nav {
        padding: 9px 12px !important;
        border: 2px solid #051926;
        background: #ff6b63;
        box-shadow: 3px 3px 0 #a9ddf6;
        color: #051926;
    }

    .rp-launchpad-header nav > .rp-admin-nav:hover {
        background: #ff817a;
        box-shadow: 5px 5px 0 #a9ddf6;
    }
}
