/* Keep model, specification and buying action together on a phone. */
@media (max-width: 600px) {
  .system-table { display:block; min-width:0; width:100%; }
  .system-table thead { position:absolute; width:1px; height:1px; overflow:hidden; clip-path:inset(50%); }
  .system-table tbody { display:block; }
  .system-table tr { display:grid; grid-template-columns:1fr 1fr; border-bottom:1px solid rgb(var(--color-border)); padding:12px 0; }
  .system-table tr:last-child { border-bottom:0; }
  .system-table td { display:block; min-width:0!important; padding:10px 14px; border:0; white-space:normal; }
  .system-table td:first-child, .system-table td:last-child { grid-column:1/-1; }
  .system-table td[data-label]::before { content:attr(data-label); display:block; font-size:10px; color:rgb(var(--color-muted)); margin-bottom:5px; }
  .system-table .system-offer { display:flex; align-items:center; flex-wrap:wrap; gap:8px; }
  .system-table .system-offer .amazon-button { margin-left:auto; }
  .system-table .system-offer small { flex-basis:100%; max-width:none; }
  .system-table tr[hidden] { display:none; }
  .build-capacity>div:not(.build-total) { flex:1; min-width:0; }
  .build-capacity>div:not(.build-total)>span { display:block; }
  .systems-page .shop-heading>div>p:not(.section-label) { display:block; font-size:12px; line-height:1.7; margin-top:10px; }
}
