.navbell-wrap .navbell-link {
    position: relative;
    min-width: 40px;
    display: inline-block;
}

.navbell-badge {
    position: absolute;
    top: 7px;
    right: 2px;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: #dc3545;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}

.navbell-menu {
    width: 360px;
    max-width: 92vw;
    padding: 0;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .12);
}

.navbell-head {
    padding: .65rem .8rem;
    border-bottom: 1px solid #edf2f7;
    background: #f8fafc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.navbell-head small {
    color: #64748b;
}

.navbell-list {
    max-height: 350px;
    overflow-y: auto;
}

.navbell-list .dropdown-item {
    white-space: normal;
    line-height: 1.25rem;
    border-bottom: 1px solid #f1f5f9;
    height: auto !important;
    min-width: 0 !important;
    display: block !important;
    text-align: left !important;
    background-image: none !important;
}

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

.navbell-item-title {
    font-weight: 600;
    color: #111827;
    margin-bottom: 2px;
}

.navbell-item-meta {
    font-size: 12px;
    color: #6b7280;
}

.navbell-foot .dropdown-item {
    border-top: 1px solid #edf2f7;
    font-weight: 600;
}
