.jpm-cashback{border-radius:var(--radius-m);background:linear-gradient(to bottom right,#4700ba,#4b00c5);flex-direction:column;display:flex}.jpm-cashback__heading{justify-content:space-between;align-items:center;padding:10px 15px;display:flex}.jpm-cashback-heading__title{color:var(--white);font-size:14px;font-weight:600;line-height:18px}.jpm-cashback__info{background-color:var(--purple-300);cursor:pointer;border-radius:50%;width:16px;height:16px;padding:3px;position:relative}@layer mixins{.jpm-cashback__info{justify-content:center;align-items:center;display:flex}}.jpm-cashback-info__icon{width:100%;height:100%;fill:var(--white)}.jpm-cashback-info__tooltip{border-radius:var(--radius);background-color:var(--white);width:248px;padding:6px 11px;position:absolute;bottom:calc(100% + 10px);right:-8px}.jpm-cashback-info__tooltip:after{content:"";border-left:7px solid #0000;border-right:7px solid #0000;border-top:7px solid var(--white);width:0;height:0;position:absolute;bottom:-7px;right:9px}.jpm-cashback-info-tooltip__text{color:#111;font-size:12px;font-weight:400;line-height:1.6}.jpm-cashback__content{border-radius:0 0 var(--radius-m) var(--radius-m);color:var(--white);flex:1;font-size:12px;line-height:14px}.jpm-cashback-content__inactive-text{color:var(--white);margin-right:20px;font-size:12px;font-weight:400;line-height:1.6}.no-cashback .jpm-cashback-content__inactive-text{margin-right:0}.jpm-cashback-content__item{justify-content:space-between;padding:8px 15px;display:flex}.jpm-cashback-content__item:nth-child(odd){background-color:rgb(from var(--white) r g b/5%)}.jpm-cashback-content__item:only-child{align-items:flex-start;height:100%}.jpm-cashback-content__item:last-child{border-radius:0 0 var(--radius-m) var(--radius-m)}.jpm-cashback-content-item__label{font-size:16px;font-weight:900;line-height:20px}.jpm-cashback-content-item__countdown{font-size:12px;font-weight:400;line-height:20px}.jpm-cashback-content-item__countdown .countdown-timer__value{min-width:51px}