//css for LimitContext
.groupon-limit-context {
    margin-top: 0.5rem;
    background: #fff;
    padding: 1.25rem 0.75rem 1rem 0.75rem;
    .commonheader-container {
        margin-bottom: 1rem;
    }
}

.groupon-limit-context__Btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    line-height: 0.8rem;
    font-size: 0.75rem;
    .iconfont {
        margin-left: 0.3rem;
        font-size: 0.6rem;
    }
}

.groupon-limit-context__limitBtn {
    position: relative;
    color: #FF2244;
    &::before {
        content: '';
        position: absolute;
        top: -1.5rem;
        left: 0;
        right: 0;
        z-index: 111;
        width: 100vw;
        height: 1.5rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    }
}

.groupon-limit-context__unLimitBtn {
    color: #444444;
    .iconfont {
        transform: rotate(180deg);
    }
}