
.htm-wrap{ overflow-x:auto; }
.htm-table{
  width:100%;
  border-collapse: collapse;
  border:1px solid rgba(0,0,0,.08);
}
.htm-table th, .htm-table td{
  padding:10px 12px;
  border-bottom:1px solid rgba(0,0,0,.08);
  vertical-align: top;
}
.htm-table th{ text-align:left; }
.htm-sub{ opacity:.75; font-size:.9em; margin-top:4px; }
.htm-teams{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.htm-team{ display:inline-flex; align-items:center; gap:8px; }
.htm-crest{ width:28px; height:28px; object-fit:contain; border-radius:6px; }
.htm-vs{ opacity:.6; font-weight:600; }
.htm-score{ font-weight:700; font-size:1.05em; }
.htm-goals{ margin-top:8px; border-left:3px solid rgba(0,0,0,.08); padding-left:10px; }
.htm-goal{ display:flex; gap:10px; flex-wrap:wrap; font-size:.95em; margin:2px 0; }
.htm-goal-minute{ font-weight:700; }
.htm-goal-team{ opacity:.75; }
