.notification * {
    font-size: 14px;
}

.notification-new {
    background-color: var(--rws-primary-color-lighter);
    border-left: 4px solid var(--rws-primary-color);
}

.notification-header {
    font-weight: 800;
}

.notification-entity-label {
    font-style: italic;
}

.notification-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow-wrap: break-word;
}

.notification-badge {
    top: -2px !important;
    left: 19px !important;
}