table{display:table;width:100%;max-width:100%!important;border-collapse:separate;border-spacing:0;background-color:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(82,94,63,.12);margin:30px 0}th,td{padding:18px 24px;text-align:right;border-bottom:1px solid #e8e9e4;font-size:15px;color:#3b4231}thead th{background-color:#76885a;color:#fff;font-weight:700;font-size:16px}tbody td:first-child,thead th:first-child{position:sticky;right:0;z-index:2;background-color:#fafbf9;color:#525e3f;border-left:2px solid #d8ddcf}thead th:first-child{background-color:#525e3f;color:#fff;border-left:2px solid #76885a;z-index:3;border-top-right-radius:12px}thead th:last-child{border-top-left-radius:12px}td strong{font-weight:800;background-color:rgba(118,136,90,.15);color:#525e3f;padding:6px 10px;border-radius:6px;display:inline-block}tbody tr{transition:background-color .2s ease}tbody tr:hover td{background-color:rgba(118,136,90,.06)}tbody tr:hover td:first-child{background-color:#f1f3ee!important}@media screen and (max-width:767px){table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}table::-webkit-scrollbar{height:8px}table::-webkit-scrollbar-track{background:#f6f3ed;border-radius:0 0 12px 12px}table::-webkit-scrollbar-thumb{background:#76885a;border-radius:4px}table::-webkit-scrollbar-thumb:hover{background:#525e3f}}