/* Notificaciones — items del dropdown */
#dt-notif-dropdown .dt-notif-item {
    display: block !important;
    padding: 10px 14px !important;
    white-space: normal !important;
    border-bottom: 1px solid #f0f0f0;
    color: #333 !important;
    text-decoration: none !important;
    text-align: left !important;
}
#dt-notif-dropdown .dt-notif-item:last-child {
    border-bottom: none;
}
#dt-notif-dropdown .dt-notif-item:hover {
    background: #f8f9fa;
    color: #333 !important;
    text-decoration: none !important;
}
.dt-notif-title {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
}
.dt-notif-msg {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 2px;
    text-align: left;
}
