.mt-score-history[hidden],.mt-score-history-toggle[hidden]{display:none!important}
.mt-score-history{margin:18px 0 4px;padding:16px;border:1px solid rgba(146,164,255,.22);border-radius:16px;background:rgba(12,16,28,.72);color:#f6f7fb}
.mt-score-history-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.mt-score-history-head h3{margin:2px 0 0;color:#fff;font-size:1.05rem;line-height:1.25}
.mt-score-history-eyebrow{display:block;color:#aab7ff;font-size:.68rem;font-weight:800;letter-spacing:.1em}
.mt-score-history-best{flex:0 0 auto;padding:7px 10px;border:1px solid rgba(82,224,173,.28);border-radius:999px;background:rgba(82,224,173,.1);color:#8ff2cc;font-size:.78rem;font-weight:800}
.mt-score-history-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.mt-score-history-table-wrap.is-expanded{max-height:270px;overflow-y:auto;overscroll-behavior:contain}
.mt-score-history-table{width:100%;border-collapse:collapse;color:inherit;font-variant-numeric:tabular-nums}
.mt-score-history-table th,.mt-score-history-table td{padding:9px 8px;border-bottom:1px solid rgba(255,255,255,.09);text-align:left;white-space:nowrap}
.mt-score-history-table th{color:#bac2d7;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.mt-score-history-table td{font-size:.84rem}
.mt-score-history-table td:nth-child(2){color:#8ff2cc;font-weight:800}
.mt-score-history-table tbody tr:last-child td{border-bottom:0}
.mt-score-history-toggle{display:block;min-height:42px;margin:12px auto 0;padding:8px 15px;border:1px solid rgba(170,183,255,.32);border-radius:999px;background:rgba(170,183,255,.1);color:#dce2ff;font:inherit;font-size:.78rem;font-weight:800;cursor:pointer;touch-action:manipulation}
.mt-score-history-toggle:hover,.mt-score-history-toggle:focus-visible{background:rgba(170,183,255,.2);outline:2px solid transparent}
.mt-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:600px){
  .mt-score-history{padding:13px}
  .mt-score-history-head{align-items:flex-start}
  .mt-score-history-best{font-size:.72rem}
  .mt-score-history-table-wrap{overflow:visible}
  .mt-score-history-table-wrap.is-expanded{overflow-y:auto}
  .mt-score-history-table thead{display:none}
  .mt-score-history-table,.mt-score-history-table tbody,.mt-score-history-table tr,.mt-score-history-table td{display:block;width:100%}
  .mt-score-history-table tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 10px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.1)}
  .mt-score-history-table tr:last-child{border-bottom:0}
  .mt-score-history-table td{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0;border:0;white-space:normal}
  .mt-score-history-table td:first-child{grid-column:1/-1}
  .mt-score-history-table td:before{content:attr(data-label);color:#bac2d7;font-size:.69rem;font-weight:700;text-transform:uppercase}
  .mt-score-history-table td:first-child:before{content:"Date"}
}
