.rewardHistoryPage{padding-top:2rem;padding-bottom:2rem}.rewardHistoryPage h1{text-align:center;color:var(--primary-color);margin-bottom:40px;font-size:2.5rem}.rewardHistoryPage .table-container{max-width:1000px;margin:auto;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1);border-radius:12px;overflow-x:auto}.rewardHistoryPage table{width:100%;border-collapse:collapse;border-radius:12px;overflow:hidden}.rewardHistoryPage thead{background-color:var(--primary-color);color:#fff}td,th{padding:16px 20px;text-align:left}th{font-weight:600;letter-spacing:.5px}tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .3s ease}tbody tr:hover{background-color:#f3f0fa}td.status{font-weight:700;text-transform:uppercase}.status-earned{color:#2f855a}.rewardHistoryPage .status-redeemed{color:#d69e2e}.rewardHistoryPage .status-expired{color:#e53e3e}@media screen and (max-width:560px){td,th{padding:5px;font-size:.7rem}.rewardHistoryPage h1{font-size:1.8rem;margin-bottom:1rem}}