.pisell-view-grid {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;

  &-content {
    display: grid;
    width: 100%;
    // grid-template-columns: repeat(4, 1fr);
    // gap: 10px;
  }

  &-item {
    width: 100%;
  }

  &-single-row {
    &::-webkit-scrollbar {
      display: none;
    }
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  // &-item {
  //   box-sizing: border-box;
  //   display: inline-block;
  //   vertical-align: top;
  // }
}
