#thermal-tests{scroll-margin-top:120px}
#thermal-tests>div:last-child{min-width:0}
.thermal-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:28px 0 62px}
.thermal-chart{margin:0;padding:24px;background:#fff;border:1px solid var(--line);min-width:0}
.thermal-chart:last-child:nth-child(odd){grid-column:1/-1;width:calc(50% - 9px);justify-self:center}
.thermal-chart figcaption{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:12px}
.thermal-chart figcaption strong{font-size:19px;letter-spacing:-.02em}
.thermal-chart figcaption span{font-size:12px;color:var(--muted)}
.thermal-chart svg{display:block;width:100%;height:auto;overflow:visible}
.thermal-gridline{stroke:#e5eae6;stroke-width:1}
.thermal-axis-line{stroke:#aab5b2;stroke-width:1}
.thermal-axis-text{fill:var(--muted);font-size:11px;font-family:Arial,Helvetica,sans-serif}
.thermal-threshold-line{stroke:var(--red);stroke-width:1.5;stroke-dasharray:5 5;opacity:.7}
.thermal-threshold-text{fill:var(--red);font-size:11px;font-weight:700;font-family:Arial,Helvetica,sans-serif}
.thermal-line-red,.thermal-line-ink{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.thermal-line-red{stroke:var(--red)}
.thermal-line-ink{stroke:var(--ink)}
.thermal-legend{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:12px;font-size:12px;color:var(--ink)}
.thermal-legend span{display:inline-flex;align-items:center;gap:7px}
.thermal-legend span:before{content:"";display:inline-block;width:18px;border-top:3px solid}
.thermal-legend .thermal-legend-red:before{border-color:var(--red)}
.thermal-legend .thermal-legend-ink:before{border-color:var(--ink)}
.thermal-chart-warning{margin:12px 0 0;color:var(--red);font-size:12px;font-weight:700}
.thermal-assumption{padding:14px 18px;border-left:3px solid var(--red);background:#fafbf9}
.thermal-advice{margin:0 0 42px}
.thermal-advice p:last-child{margin-bottom:0;font-size:13px}
.series-section h3.thermal-table-title{font-size:25px;letter-spacing:-.025em;margin:0 0 12px}
.thermal-table-wrap{overflow-x:auto;border:1px solid var(--line);background:#fff}
.thermal-table{border-collapse:collapse;width:100%;min-width:1530px;font-size:13px;font-variant-numeric:tabular-nums}
.thermal-table caption{caption-side:bottom;text-align:left;padding:16px 20px;color:var(--muted);font-size:12px}
.thermal-table th,.thermal-table td{padding:14px 12px;border-bottom:1px solid var(--line);text-align:right;white-space:nowrap}
.thermal-table thead th{background:var(--ink);color:#fff;text-align:left;vertical-align:top;font-weight:600}
.thermal-table thead th strong,.thermal-table thead th small{display:block}
.thermal-table thead th small{font-size:11px;font-weight:400;opacity:.78;margin-top:4px}
.thermal-table th:first-child,.thermal-table td:first-child{position:sticky;left:0;z-index:1}
.thermal-table thead th:first-child{z-index:2}
.thermal-table tbody th:first-child{background:#fff;text-align:left;font-weight:650}
.thermal-table tbody tr:nth-child(even) td,.thermal-table tbody tr:nth-child(even) th:first-child{background:#fafbf9}
.thermal-table .thermal-missing{color:#adb4b0}
.thermal-table .thermal-over-80{color:var(--red);font-weight:700;background:#fff5f3}
@media(max-width:800px){.thermal-chart-grid{grid-template-columns:1fr}.thermal-chart:last-child:nth-child(odd){grid-column:auto;width:100%}}
@media(max-width:520px){.thermal-chart{padding:15px}.thermal-chart figcaption strong{font-size:17px}.thermal-chart figcaption span{font-size:11px}}
