/* Notificações internas — dropdown do topbar */
.notifications-dropdown-menu {
    width: 340px;
    max-width: 90vw;
}

.notifications-dropdown-list {
    max-height: 340px;
    overflow-y: auto;
}

.notifications-dropdown-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    white-space: normal;
}

.notifications-dropdown-item:last-child {
    border-bottom: 0;
}

.notifications-item-unread {
    background-color: rgba(85, 110, 230, 0.06);
}

.notifications-unread-count {
    position: absolute;
    top: 14px;
    right: 8px;
    font-size: 0.65rem;
}

/* Sininho consolidado (pendências + notificações) */
.pending-bell-count {
    position: absolute;
    top: 14px;
    right: 8px;
    font-size: 0.65rem;
}

.pending-bell-menu {
    max-height: 70vh;
    overflow-y: auto;
}

.pending-bell-category {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
}

.pending-bell-category:last-child {
    border-bottom: 0;
}
