html {
    scroll-behavior: smooth;
}

.coupons-container.fixed-bg {
    position:relative;
    background: #6fb7da url('images/bg.jpg') no-repeat bottom;
    background-size: contain;
}

.btn-more, .btn-openapp {
    cursor: pointer;
}

.coupon-details {
    display:none;
}

.qa .q {
    position: relative;
    cursor: pointer;
}

.qa .btm {
    position: relative;
    cursor: pointer;
}
.qa:nth-of-type(n+2) .btm::after {
    content: "";
    display: block;
    background-image: url('images/arrow-en.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: -10px;
    width:100%;
    height:30px;
    z-index: 1;
}
html:lang(zh-Hant) .qa:nth-of-type(n+2) .btm::after {
    background-image: url('images/arrow.png');
}

.qa .btm.active::after {
    display: none;
}

.qa:nth-of-type(n+2) .a {
    display: none;
}
