/* Notification Bell Styles */
.notification-bell .notify-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 10px;
    min-width: 18px;
    height: 18px;
    padding: 2px 5px;
    line-height: 14px;
}

.notification-dropdown {
    min-width: 320px;
    max-width: 400px;
}

.notification-item {
    cursor: pointer;
    transition: background-color 0.2s;
}

.notification-item:hover {
    background-color: #f8f9fa !important;
}

.notification-header h6 {
    font-size: 14px;
    font-weight: 600;
}

.notification-footer .btn-link {
    text-decoration: none;
    font-size: 13px;
}
