.ocusmgt-products-loop-item .status-badge {
    float: right;
}

.status-badge {
    font-size: small;
    margin-left: 0.4em;
    color: white;
    padding: 0.2em;
    border-radius: 4px;
    margin-bottom: 0.4em;
}

.status-badge a {
    color: white;
    text-decoration: none;
}

.status-badge .dashicons {
    font-size: medium;
}

.status-badge-undelivered {
    background: green;
}

.status-badge-pending {
    background: blue;
}

.status-badge-delivered {
    background: gray;
}

.status-badge.status-badge-disabled {
    color: lightgray;
}

.status-badge.status-badge-enabled {
    background: steelblue;
}