.notification-dropdown {
    padding: 0;
}

.notification-item {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e9ecef;
    cursor: pointer;
    transition: background-color 0.2s;
    white-space: normal;
}

.notification-item h6 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-right: 0.5rem;
}

.notification-item p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-right: 0.5rem;
}

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

.notification-item.unread {
    background-color: #f0f7ff;
}

.notification-item.unread:hover {
    background-color: #e6f2ff;
}

.notification-toast {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1050;
}

.notification-bell {
    position: relative;
    padding-right: 1rem !important;
}

.notification-badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(25%, -25%);
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    min-width: 1.5rem;
    text-align: center;
    border-radius: 1rem;
    background-color: #dc3545 !important;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #dc3545;
}
