.unread-comment .vp-unread-marker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-inline-start: 4px;
    padding: 0;
    border: 0;
    line-height: 1;
    vertical-align: -2px;
    white-space: nowrap;
    color: #d72f61;
}

.unread-comment .vp-unread-marker svg {
    display: block;
    width: 16px;
    height: 16px;
    flex: none;
}

.vp-remix-activity__header .vp-unread-marker {
    align-self: center;
    margin-inline-start: 0;
}
