#ios-table-body td:first-child{font-weight:700;color:#fff}
#ios-table-body td:not(:first-child){white-space:nowrap}
@media(max-width:700px){
  .table-wrap{border:0;overflow:visible}
  .table-wrap table{min-width:0}
  .table-wrap thead{display:none}
  .table-wrap tbody{display:grid;gap:12px}
  .table-wrap tr{display:grid;padding:14px;border:1px solid #29405b;border-radius:14px;background:#0b1420}
  .table-wrap td,.table-wrap #ios-table-body td:not(:first-child){display:grid;grid-template-columns:76px minmax(0,1fr);gap:10px;padding:6px 0;border:0;white-space:normal;overflow-wrap:anywhere}
  .table-wrap td::before{content:attr(data-label);font-size:13px;color:#9eb8d2;font-weight:700}
  .table-wrap td:first-child{display:block;padding-bottom:10px;margin-bottom:5px;border-bottom:1px solid #29405b}
  .table-wrap td:first-child::before{display:block;margin-bottom:3px}
}
