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