/* LinkView — network operations. Base vocabulary is /themes/subapp/base.css; this file is
   the few components the network views add. The palette is /themes/skins/ui-linkview.css. */

.link-row { display: grid; grid-template-columns: 1.4fr repeat(4, minmax(72px, .7fr)) auto; gap: 12px; align-items: center; }
.link-row__name { font-weight: 650; }

.pop-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 12px; }

@media (max-width: 860px) {
  .link-row { grid-template-columns: 1fr auto; }
}
