.spe-statistics
{
  border: none;
  background-color: #0E3C7B;
  color: white;

  border-radius: 16px;
  padding: 24px;
  position: relative;
  margin: 28px auto 0;

  row-gap: 28px;
}

.spe-statistics-items
{
  row-gap: 16px;
}

.spe-statistics-item
{
  row-gap: 16px;
  position: relative;
}

.spe-statistics-item__value,
.spe-statistics-item__description
{
  margin: 0;
  padding: 0;
  color: white;
}

.spe-statistics-item__value
{
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

.spe-statistics-item__description
{
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.spe-statistics-item__body
{
  row-gap: 4px;
}

.spe-statistics-item__icon
{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  aspect-ratio: 1 / 1;
}

.spe-statistics-item__icon > img
{
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.spe-statistics-title
{
  margin: 0;
  padding: 0;
  
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}