@import '../../common/style/act/mixin/mixin.scss';

.press-act:not(.press-act--hidden-tip) {
  .press__btn {
    position: relative;
    display: block;
  }

  .press__btn--large-secondary {
    display: block;
    margin: 0 .16rem;
    width: 2.2rem;
    height: .64rem;
    line-height: .6rem;
    font-size: .24rem;
    text-align: center;
    clip-path: polygon(5% 0, 100% 0, 100% 85%, 95% 100%, 0 100%, 0 15%);
    background-color: #a3a3a3;
    color: #e8e8e8;
  }
}