<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.saved-skus table &gt; tbody &gt; tr &gt; td {
    vertical-align: middle;
}
.saved-skus table &gt; tfoot &gt; tr &gt; td &gt; .action.save {
    float: right;
}
.customer-sku[data-label]:before {
    content: attr(data-label) ': ';
    font-size: 1.1rem;
}
.customer-sku .sku {
    font-size: 1.1rem;
    font-weight: 700;
}</pre></body></html>