@import '../../common/style/act/layout/_layout-pc-game-life.scss';

.press-act:not(.press-act--hidden-tip) {
  &.press__main {
    position: relative;
    width: 435px;
    height: 388px;
    background: rgba(255, 255, 255, .5);
    padding: 20px 10px 0 20px;
    flex: none;
    flex-shrink: 0;

    &::after {
      position: absolute;
      content: '';
      left: -20px;
      bottom: 0;
      width: 695px;
      height: 137px;
      background: linear-gradient(179.87deg, rgba(241, 236, 255, .41) 0%, rgb(236, 232, 255) 100%);
      filter: blur(5px);
      pointer-events: none;
    }

    .press__info {
      max-height: 300px;
      flex: 1;
      overflow-y: scroll;

      &::-webkit-scrollbar {
        width: 4px;
      }

      &::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px #fff;
        border-radius: 0;
      }

      &::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 5px #929292;
        opacity: .2;
      }     
    }
  }

  // 额外信息+声明
  .press__extra {
    margin-top: 20px;
    font-size: $font-s;
    color: $color-gray-1;
    line-height: 20px;
  }

  .press__button-wrap {
    width: 605px;
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: center;
    z-index: 2;
  }

  .press__btn--long-primary,
  .press__btn--maxlarge-primary {
    padding: 0 10px;
  }

  .press__btn--large-secondary {
    padding: 0 10px;
  }
}