.order-page-total {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin-left: auto;
  padding: 0 12px;
  color: #687671;
  white-space: nowrap;
}

.order-page-total strong {
  color: #326b5f;
  font-size: 18px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
