@layer base,variables,mixins,shared;.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{--tooltip-trigger-size:var(--spacing-2xs);color:var(--text-light);background-color:var(--purple-300);border-radius:50%;padding:3px}.jpm-cashback-info__tooltip{--tooltip-bg-color:var(--background-tooltip);--tooltip-gap:var(--spacing-2xs);border-radius:var(--radius);width:248px;padding:6px 11px}.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}