@import url("./ghs-modern-r20.css?rev=20260810-r21");

/* Desktop authenticated-user menu.
 * The topbar intentionally makes its direct navigation links white, but that
 * colour was inherited by Bootstrap's white dropdown panel as well. Keep the
 * trigger white and restore high-contrast text inside the panel. */
@media (min-width: 701px) {
    .gsh-topbar__right {
        position: relative;
        z-index: 390;
    }

    .gsh-topbar .gsh-usernav .dropdown {
        position: relative;
    }

    .gsh-topbar .gsh-usernav .dropdown-menu {
        right: 0;
        left: auto;
        min-width: 190px;
        padding: 6px;
        border: 1px solid #d9c46b;
        border-radius: 8px;
        background: #fff;
        color: #082238;
        box-shadow: 0 18px 42px rgba(5, 12, 24, .28);
    }

    .gsh-topbar .gsh-usernav .dropdown-menu .dropdown-item {
        display: block;
        width: 100%;
        padding: 9px 12px;
        border-radius: 6px;
        background: #fff;
        color: #082238 !important;
        font-weight: 600;
        line-height: 1.3;
        text-align: left;
        text-decoration: none;
        white-space: nowrap;
    }

    .gsh-topbar .gsh-usernav .dropdown-menu .dropdown-item:hover,
    .gsh-topbar .gsh-usernav .dropdown-menu .dropdown-item:focus,
    .gsh-topbar .gsh-usernav .dropdown-menu .dropdown-item:active {
        background: #e0b42b;
        color: #061a2c !important;
        outline: none;
    }
}
