.inquiry-order-stats-by-week-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 200px;
  height: 110px;
  color: #919db1;
  border-radius: 5px;
  padding-left: 32px;
  margin: 0 0 24px 24px;
  align-self: flex-end;
  align-items: flex-start;
  background-color: #f3f6f9;
}

.inquiry-order-stats-by-week-summary > span:last-child {
  margin-top: 12px;
  font-size: 22px;
  color: #162d5a;
  font-weight: bold;
}

.inquiry-order-stats-by-week-summary > span:last-child span {
  font-size: 12px;
  margin-left: 12px;
}
