/* two-column layout */
    .spm-body {
      display: grid;
      grid-template-columns: 220px 1fr;
      flex: 1;
      overflow: hidden;
      min-height: 0;
    }
