:root{--font-headings: sans-serif;--font-weight-headings: 700;--font-body: sans-serif;--font-weight-body: 400;--font-weight-bold: 700;--color-white: #fafaf9;--color-white-rgb: rgb(250 250 249);--color-neutral-10: #f4f4f0;--color-neutral-20: #f1f1ef;--color-neutral-30: #e7e7e4;--color-neutral-40: #bfbfba;--color-neutral-50: #888881;--color-neutral-60: #696963;--color-neutral-70: #4f4f4a;--color-neutral-80: #353531;--color-neutral-90: #1b1b18;--color-neutral-95: rgb(250 250 249 / 95%);--color-black: #0f0f0f;--color-yellow: #f5e9c8;--color-tundra: #404040;--color-ruby: #951528;--color-info-light: #e9effb;--color-info: #5774c1;--color-success-light: #dcefde;--color-success: #56af5f;--color-warning-light: #fdf6e8;--color-warning: #e5a434;--color-error-light: #fdecec;--color-error: #dc4f73;--color-fade: rgba(0, 0, 0, .2);--color-focus-outline: rgba(0, 0, 0, .3);--card-overlay: rgba(15, 15, 15, .2);--transition-duration-short: .3s;--transition-duration: .5s;--color-neutral-primary-white-95: #fafaf9f2 // Transitions --transition-duration: .5s;--transition-timing: ease-in-out;--transition-timing-flick: cubic-bezier(.16, .68, .43, .99)}.history-container{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--color-fade);z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box}.history-container.hidden{display:none}.yotpo-rewards-history-tile{background:var(--color-white);border-radius:12px;max-width:900px;width:100%;max-height:80vh;overflow-y:auto;position:relative;box-shadow:0 10px 30px #0000004d}.yotpo-rewards-history-tile .yotpo-rewards-history-title{padding:2rem 2rem 1rem;margin-bottom:0;border-bottom:1px solid var(--color-neutral-30);display:flex;justify-content:space-between;align-items:center}.yotpo-rewards-history-tile .yotpo-rewards-history-title .yotpo-rewards-history-title-text{font-size:1.75rem;font-weight:var(--font-weight-headings);color:var(--color-black);margin:0;font-family:var(--font-headings)}.yotpo-rewards-history-tile .yotpo-rewards-history-title .modal-close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:background-color var(--transition-duration) var(--transition-timing)}.yotpo-rewards-history-tile .yotpo-rewards-history-title .modal-close-button:hover{opacity:.8}.yotpo-rewards-history-tile .yotpo-rewards-history-table{background:transparent;border-radius:0;overflow:visible;box-shadow:none}.yotpo-rewards-history-tile .yotpo-rewards-history-table .yotpo-rewards-history-header{background:var(--color-neutral-30);display:grid;grid-template-columns:1fr 2fr 1fr 1fr 1fr;gap:1rem;padding:1rem 2rem;border-bottom:1px solid var(--color-neutral-30)}.yotpo-rewards-history-tile .yotpo-rewards-history-table .yotpo-rewards-history-header .history-header-cell{font-weight:var(--font-weight-bold);color:var(--color-neutral-90);font-size:1.2rem;font-family:var(--font-headings);text-transform:uppercase}.yotpo-rewards-history-tile .yotpo-rewards-history-table .yotpo-rewards-history-body .history-row{display:grid;grid-template-columns:1fr 2fr 1fr 1fr 1fr;gap:1rem;padding:1rem 2rem;border-bottom:1px solid var(--color-neutral-30);background:var(--color-neutral-10);transition:background-color var(--transition-duration) var(--transition-timing)}.yotpo-rewards-history-tile .yotpo-rewards-history-table .yotpo-rewards-history-body .history-row:hover{background:var(--color-neutral-20)}.yotpo-rewards-history-tile .yotpo-rewards-history-table .yotpo-rewards-history-body .history-row:last-child{border-bottom:none}.yotpo-rewards-history-tile .yotpo-rewards-history-table .yotpo-rewards-history-body .history-row .history-cell{font-size:1.2rem;color:var(--color-neutral-90);font-family:var(--font-body);display:flex;align-items:center}.yotpo-rewards-history-tile .yotpo-rewards-history-table .yotpo-rewards-history-body .history-row .history-cell.history-date{font-weight:500}.yotpo-rewards-history-tile .yotpo-rewards-history-table .yotpo-rewards-history-body .history-row .history-cell.history-action{font-weight:var(--font-weight-body)}.yotpo-rewards-history-tile .yotpo-rewards-history-table .yotpo-rewards-history-body .history-row .history-cell.history-points{font-weight:var(--font-weight-bold)}.yotpo-rewards-history-tile .yotpo-rewards-history-table .yotpo-rewards-history-body .history-row .history-cell.history-points.points-positive{color:var(--color-black)}.yotpo-rewards-history-tile .yotpo-rewards-history-table .yotpo-rewards-history-body .history-row .history-cell.history-points.points-neutral{color:var(--color-neutral-60)}.yotpo-rewards-history-tile .yotpo-rewards-history-table .yotpo-rewards-history-body .history-row .history-cell.history-status{font-weight:500;color:var(--color-success)}.yotpo-rewards-history-tile .yotpo-rewards-history-table .yotpo-rewards-history-body .history-row .history-cell.history-expiration{font-weight:500;color:var(--color-neutral-60)}@media (max-width: 48rem){.history-container{padding:1rem}.yotpo-rewards-history-tile{max-height:85vh}.yotpo-rewards-history-tile .yotpo-rewards-history-title{padding:1.5rem 1.5rem 1rem}.yotpo-rewards-history-tile .yotpo-rewards-history-title .yotpo-rewards-history-title-text{font-size:1.5rem}.yotpo-rewards-history-tile .yotpo-rewards-history-table .yotpo-rewards-history-header,.yotpo-rewards-history-tile .yotpo-rewards-history-table .yotpo-rewards-history-body .history-row{grid-template-columns:1fr;gap:.5rem;padding:1rem 1.5rem}.yotpo-rewards-history-tile .yotpo-rewards-history-table .yotpo-rewards-history-header{display:none}.yotpo-rewards-history-tile .yotpo-rewards-history-table .yotpo-rewards-history-body .history-row{display:block}.yotpo-rewards-history-tile .yotpo-rewards-history-table .yotpo-rewards-history-body .history-row .history-cell{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0}.yotpo-rewards-history-tile .yotpo-rewards-history-table .yotpo-rewards-history-body .history-row .history-cell:before{content:attr(data-label);font-weight:var(--font-weight-bold);color:var(--color-black);font-size:.9rem;text-transform:uppercase}.yotpo-rewards-history-tile .yotpo-rewards-history-table .yotpo-rewards-history-body .history-row .history-cell.history-date:before{content:"Date: "}.yotpo-rewards-history-tile .yotpo-rewards-history-table .yotpo-rewards-history-body .history-row .history-cell.history-action:before{content:"Action: "}.yotpo-rewards-history-tile .yotpo-rewards-history-table .yotpo-rewards-history-body .history-row .history-cell.history-points:before{content:"Points: "}.yotpo-rewards-history-tile .yotpo-rewards-history-table .yotpo-rewards-history-body .history-row .history-cell.history-status:before{content:"Status: "}.yotpo-rewards-history-tile .yotpo-rewards-history-table .yotpo-rewards-history-body .history-row .history-cell.history-expiration:before{content:"Expires On: "}}
