/* Platform 88.5.3.5 — Profile dropdown visibility fix */

/* Row overflow:hidden was clipping the user menu panel */
.fe885-header__row {
    overflow: visible;
}

.fe885-header__actions {
    overflow: visible;
}

.fe885-user {
    position: relative;
    z-index: 8;
}

.fe885-user__panel {
    z-index: calc(var(--fe885-z-mega) + 2);
}

.fe885-user__panel[hidden] {
    display: none !important;
}

.fe885-user__panel:not([hidden]) {
    display: block;
}

.fe885-user__trigger[aria-expanded="true"] {
    border-color: var(--fe885-primary);
    box-shadow: 0 0 0 2px var(--fe885-primary-soft);
}
