body[template="rewards"] {
    background:var(--theme-light);
    color:var(--theme-dark);
}
body[template="rewards"] .screen.overview {
    display:flex;
    flex-direction: column;
    justify-content: center;
}



body[template="rewards"] .pt-count {
    font-size: min(128px,20vw);
    font-weight: 500;
}
body[template="rewards"] .member-badge {
    aspect-ratio: 1 / 1;
    width: 96px;
}
body[template="rewards"] .member-title {
    font-size:var(--h1-size);
}



body[template="rewards"] .dots {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding-right:16px;
    padding-left:16px;
    margin-bottom:32px;
    position:relative;
}
body[template="rewards"] .dots .dot {
    height: 13px;
    width: 13px;
    position: relative;
    background: #707070;
    border-radius: 100%;
}
body[template="rewards"] .dots:before {
    content:' ';
    display:block;
    position:absolute;
    background:var(--theme-gray-1);
    width:100%;
    height:1px;
    bottom: 0;
    top: 0;
    margin: auto;
}
body[template="rewards"] .dot .bg  {
    
}


body[template="rewards"] .tracker  {
    border-top:1px solid var(--theme-gray-2);
    border-bottom:1px solid var(--theme-gray-2);
    padding: 32px;
}
body[template="rewards"] .tracker  > p {
    text-align:center;
    text-transform: uppercase;
}
body[template="rewards"] .dot .inner  {
    border: 1px solid white;
    background: var(--theme-dark);
    height: 12px;
    width: 12px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
    bottom: 0;
}
body[template="rewards"] .dot .inner.filled  {
    background: var(--theme-color-1);
}
body[template="rewards"] .dot .num  {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    color:var(--theme-gray-1);
    margin: auto;
    top: 24px;
    font-size:12px;
    font-family:var(--font-body);
}
body[template="rewards"] .dot .free-drink  {
    color:var(--theme-color-1);
    font-size:10px;
}





body[template="rewards"] .member-status {
    text-align:center;
}


body[template="rewards"] .redeem {
    text-align:center;
    padding: 0 32px;
}


body[template="rewards"] .screen {
    height:100%;
}


body[template="rewards"] .list-item {
    opacity:0.5;
    pointer-events: none;
}

body[template="rewards"] .list-item .right-chevron {
    display:none;
}

body[template="rewards"] .list-item.eligible {
    opacity:1;
    pointer-events: all;
}
body[template="rewards"] .list-item.eligible .right-chevron {
    display:block;
}