.page-wallet-details .wallet-wrapper, .page-wallet-expired .wallet-wrapper {
    width:100%;
}
.wallet-venue-row {
    padding: 20px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}
.wallet-terms-row {
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}
.wallet-coupon .wallet-venue-row  {
    padding:20px 0px 0px;
}
.wallet__terms-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
.wallet__terms-header {
    gap:0px;
    padding:20px 0px;
    flex-wrap:wrap;
    border-bottom:none;
    background-image:url(../../images/icon/icon_arrow_down.svg);
    background-repeat:no-repeat;
    background-position:center right;
    background-size:inherit;
}
.wallet__terms-header.active {
    background-image:url(../../images/icon/icon_arrow_up.svg);
}
.wallet__terms-content {
    padding:0px;
    transition:none;
    opacity:inherit;
    overflow:inherit;
    max-height:inherit;
    padding-bottom:20px;
}
.wallet__terms-content.expanded {
    padding:20px 0px;
}
#voucher-validity {
    font-size:15px;
}
#voucher-description {
    font-size:13px;
}
#venue-image {
    border: 1px solid rgba(0, 0, 0, 0.20);
}
#code-wrapper {
    font-weight:400;
    text-align:center;
    margin-bottom:25px;
}
.wallet__qr-details {
    gap:0px;
}
.wallet__right-cont .wallet__qr-desc {
    text-align: center;
    font-size: 15px;
    font-style: normal;
    line-height: 24px; /* 160% */
    text-align:center;
}
.page-wallet-top {
    margin-bottom:30px;
}
#voucher-thumbnail {
    width:200px;
    height:200px;
}

@media screen and (max-width: 767px) {
    .page-wallet-details .wallet-coupon_desc, .page-wallet-details .wallet-venue-row, .page-wallet-expired .wallet-coupon_desc, .page-wallet-expired .wallet-venue-row {
        gap:10px;
    }
    .page-wallet-details {
        width:min(1240px, 100% - 40px);
    }
    #qrcode img {
        margin:0px;
    }
    #voucher-thumbnail {
        width:90px;
        height:90px;
    }
    .wallet-coupon_desc-title, .wallet__venue-row-title, .wallet__terms-title {
        font-size:16px;
    }
    .wallet-brands_name {
        font-size:16px;
    }
}
.page-wallet-modal .button--full.btn-back-to-my-wallet {
    width:100%;
}