/* ---------------------------------------------------------------------------
   Post-conversion tweaks (not part of the original theme)
--------------------------------------------------------------------------- */

/* Documents page: the two remaining document cards were left-aligned in a
   float grid, leaving a large gap on the right. Center them. (Scoped to the
   documents section of the Documents page only.) */
.post-691 .btx-section[data-index="1"] .btx-row--main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.post-691 .btx-section[data-index="1"] .btx-row--main > [class*="btx-col-"] {
  float: none;
}
