.wr-ce__header {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}
.wr-ce__rows{display:flex;flex-direction:column}
.wr-ce__row{display:grid;align-items:center}
.wr-ce__row--no-capacity{grid-template-columns:1fr !important;column-gap:0 !important;}
.wr-ce__ean--full{grid-column:1 / -1;white-space:nowrap;}
.wr-ce__capacity{display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-weight:600;border:1px solid rgba(0,0,0,.25)}
.wr-ce__divider,.wr-ce__footer-divider{width:100%;height:2px;background:rgba(0,0,0,.12); flex: 1;}
.wr-ce__footer-divider{margin-top:28px;}
