/* V11: уведомления о событиях */

.notification-event-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 13px;
    background: var(--deep);
    color: var(--accent);
    font-family: Georgia, serif;
    font-size: 18px;
}

.notification-message {
    color: var(--muted);
    font-size: 10px;
    line-height: 1.45;
}
