<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cashback-list .img-wrapper{
    position: relative;
    border-bottom: 1px solid #ededed;
    min-height: 123px;
}

.cashback-list .img-wrapper img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}

.cashback-list .coupon-thumb .coupon-inner:before {
    display: none;
}

.coupon-cashback-count {
    float: right;
    line-height: 32px;
    color: #7a7a7a;
    font-size: 14px;
    margin-left: 5px;
}

.rec-list .grid-item .coupon-recommendations-users{
    height: 30px;
    margin-top: -3px;
}
.rec-list .grid-item .coupon-recommendations-users span{
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    border: 2px solid #fff;
    width: 32px;
    height: 32px;
    margin-left: -12px;
}
.rec-list .grid-item .coupon-recommendations-users span:nth-child(1){
    margin-left: -2px;
}
.rec-list .grid-item .coupon-recommendations-users span img{
    display: block;
    width: 100%;
}
.cashback-list .coupon-recommendations-count{
    height: 30px;
    line-height: 30px;
}

.cashback-list .coupon-details-btn{
    padding: 0 8px;
}

.cashback-text-new {
    color: #f6ba29; /*orange*/
    font-weight: bold;
}

/* Feed */
.recommendations-feed .cashback-item .img-wrapper{
    position: relative;
    border-bottom: 1px solid #ededed;
    min-height: 130px;
}
.recommendations-feed .cashback-item .img-wrapper img{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}
.recommendations-feed .cashback-item .coupon-thumb .coupon-inner:before {
    display: none;
}
.recommendations-feed .cashback-item .coupon-details-btn{
    padding: 0 8px;
}
.recommendations-feed .cashback-item .coupon-recommendations-users{
    height: 30px;
    margin-top: -3px;
}
.recommendations-feed .cashback-item .coupon-recommendations-users span{
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    border: 2px solid #fff;
    width: 32px;
    height: 32px;
    margin-left: -12px;
}
.recommendations-feed .cashback-item .coupon-recommendations-users span:nth-child(1){
    margin-left: -2px;
}
.recommendations-feed .cashback-item .coupon-recommendations-users span img{
    display: block;
    width: 100%;
}

.cashback-new .ts-lent.new{
    bottom: 193px;
    border-color: #FFC000;
}


@media only screen and (max-width: 990px) {
    .cashback-list .prom{
        margin-bottom: 15px;
    }
}</pre></body></html>