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

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

  &.press__btn--long-primary,
  &.press__btn--maxlarge-primary {
    text-align: center;
    font-size: .28rem;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    flex: 1;
    margin: 0 auto;
    background: linear-gradient(90deg, #daa23a 1.16%, #ae6e2f 100%);
  }
}