@media(max-width:760px){
  .table-wrap{border:0;background:transparent;overflow:visible}
  .table-wrap table{min-width:0}
  .table-wrap thead{display:none}
  .table-wrap tbody{display:grid;gap:9px}
  .table-wrap tr{position:relative;display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);background:rgba(8,13,9,.82);padding:8px}
  .table-wrap td{border:0;padding:8px 10px}
  .table-wrap td:first-child{grid-column:1/-1;border-bottom:1px solid var(--line);padding-right:42px}
  .table-wrap td:nth-child(5),.table-wrap td:nth-child(6){font-size:8px;color:var(--muted)}
  .table-wrap td:nth-child(5):before{content:"SESSIONS / ";color:var(--dim)}
  .table-wrap td:nth-child(6):before{content:"CREATED / ";color:var(--dim)}
  .table-wrap td:last-child{position:absolute;right:9px;top:12px;padding:0}
}
