.ab-psm-badge {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.ab-psm-badge strong {
    font-weight: 700;
}

.ab-psm-badge--not-shipped {
    background: #ffe1df;
    color: #a22118;
}

.ab-psm-badge--partial-shipped {
    background: #fff0c7;
    color: #915600;
}

.ab-psm-badge--shipped {
    background: #dff4df;
    color: #135d18;
}
