
/* Block-level display when inside category menu */
.category-menu-visible .account-menu {
    display: block;
    width: 100%;
}
.category-menu-visible .account-menu > div {
    width: 100%;
}

/* Authenticated user button styling in category menu */
.category-menu-visible .account-menu button {
    display: flex;
    width: 100%;
    height: auto;
    padding: 0.625rem 0.75rem;
    border-radius: 0.25rem;
    justify-content: flex-start;
    transition: background-color 0.2s;
}
.category-menu-visible .account-menu button:hover {
    background-color: #f9fafb;
}

.notification-container[data-v-ed4a2459] {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.notification-badge[data-v-ed4a2459] {
    height: 17px;
    min-width: 22px;
    padding: 0 2px 0 6px;
    background-color: #ffa800;
    border-radius: 5px 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notification-arrow[data-v-ed4a2459] {
    width: 8px;
    height: 17px;
    transform: translateX(-0.2px);
    background-color: #ffa800;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.notification-badge span[data-v-ed4a2459] {
    position: relative;
    z-index: 2;
    line-height: 1;
    padding-right: 3px;
}
