.qa-notificaciones-menu {
    min-width: 320px;
    max-width: 360px;
    max-height: 380px;
    overflow-y: auto;
}

.qa-notificaciones-badge {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 10px;
    padding: 2px 5px;
}

.qa-notificaciones-item {
    white-space: normal;
    padding: 0.5rem 0.75rem;
}

.qa-notificaciones-item.unread {
    background-color: #fdf2f2;
}

.qa-notificaciones-title {
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
}

.qa-notificaciones-time {
    font-size: 0.75rem;
    color: #6c757d;
}

.qa-notificaciones-empty {
    padding: 0.75rem;
    font-size: 0.85rem;
}
