/* Unread */
.submhufo-unread td {
    font-weight: bold;
}

/* Side Counter */
.submhufo-counter {
    background: #dc3232;
    color: #fff;
    border-radius: 10px;
    padding: 0 6px;
    margin-left: 4px;
    font-size: 11px;
    line-height: 1.4;
}

/* Badge - admin bar (top bar) */
.submhufo-admin-bar-badge {
    background: #dc3232;
    color: white;
    border-radius: 999px;
    padding: 1px 6px;
    font-size: 11px;
    margin-left: 2px;
    position: relative;
    top: -2px;
}

/* Toolbar Icon */
.submhufo-toolbar-item .dashicons {
    font-size: 18px;
    vertical-align: middle;
}

/* Red warning */
.toplevel_page_submissions-hub-for-divi .update-plugins {
    background: #dc3232;
    color: #fff;
    border-radius: 10px;
    padding: 0 6px;
    font-size: 11px;
    line-height: 1.5;
    margin-left: 4px;
}
