.cl-journal-status-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    padding: .32rem .56rem;
    border: 1px solid #a51111;
    border-radius: 5px;
    background: #c92a2a;
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    text-align: left;
    box-shadow: none;
}

.cl-journal-status-badge::before {
    content: "";
    flex: 0 0 auto;
    width: .42rem;
    height: .42rem;
    border-radius: 50%;
    background: currentColor;
    opacity: .9;
}
