.wm-star-box {
  display: flex;
  flex-direction: row;
  align-items: center;

  .click-area {
    display: flex;
    width: 44px;
    height: 60px;
    align-items: center;
    justify-content: center;

    &-small {
      width: 28px;
    }

    .img {
      width: 28px;
      height: 28px;

      &-small {
        width: 20px;
        height: 20px;
      }
    }
  }
}
