.wss-stock,
.wss-stock-warehouses,
.wss-variable-stock .wss-stock,
.wss-variable-stock .wss-stock-warehouses {
 background: #f8fafc;
 border: 1px solid #d9e2ec;
 border-radius: 10px;
 box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
 box-sizing: border-box;
 color: #3c434a;
 line-height: 1.9;
 margin: 16px 0;
 padding: 14px 16px;
}

.wss-stock-total:before {
 align-items: center;
 background: #2271b1;
 border-radius: 50%;
 color: #fff;
 content: '✓';
 display: inline-flex;
 font: 700 12px/1 Arial, sans-serif;
 height: 20px;
 justify-content: center;
 margin-inline-end: 8px;
 width: 20px;
}

.wss-stock-warehouses ul { margin: 10px 0 0; padding: 0; }
.wss-stock-warehouses li { background: #fff; border-bottom: 1px solid #e5eaf0; list-style: none; padding: 8px 0; }
.wss-stock-warehouses li:last-child { border-bottom: 0; }
