.pisell-statistic-wrap {
  position: relative;
  padding: 24px;
  border: 1px solid var(--Gray-200, #eaecf0);
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);

  &.pc {
    width: fit-content;
    min-width: 300px;
  }

  &.phone {
    width: 100%;
  }

  .pisell-statistic-hint {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .pisell-statistic-tags {
    position: absolute;
    right: 24px;
    bottom: 30px;
  }
  .pisell-lowcode-statistic-content-value {
    color: var(--Gray-900, #101828);

    /* Display md/Semibold */
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
  }
}
