a.wxp-top{
    display: inline-block;
    max-width: 100%;
    text-decoration: none!important;
    box-sizing: border-box;
}

a.wxp-top .wxp-ship-status{
    text-align: center;
    display: inline-block;
}

a.wxp-top span.wxp-not-shipped{
    color: #D8000C;
    background-color: #FFBABA;
}

a.wxp-top span.wxp-partial-shipped{
    color: #9F6000;
    background-color: #FEEFB3;
}

a.wxp-top span.wxp-shipped{
    color: #270;
    background-color: #DFF2BF;
}

a.wxp-top span.wxp-refunded{
    color: #646970;
    background-color: #f0f0f1;
}

/* Front-end order details: ship status sits on its own line below the product name */
.wxp-order-item-ship-status {
	display: block;
	margin-top: 4px;
	clear: both;
}

/* Shared pill badge for shipment status */
.wxp-ship-status{
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.08);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
