/* Vitis AI landing hub: hide the left sidebar per product direction. */
.bd-sidebar-primary {
  display: none !important;
}

.bd-main .bd-content {
  max-width: none;
}

/* Landing Gen1/Gen2 tiles: equal height columns so an extra bullet does not look lopsided */
article .rocm-doc-grid.sd-row {
  align-items: stretch;
}
article .rocm-doc-grid.sd-row > .sd-col {
  display: flex;
}
article .rocm-doc-grid.sd-row > .sd-col > .sd-card {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
article .rocm-doc-grid .sd-card-body.rocm-card-banner {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

/* Shorter list (Gen1): push “documentation »” to the bottom so both tiles align with Gen2’s extra bullet */
article .rocm-doc-grid .sd-card-body.rocm-card-banner .vitis-tile-more {
  margin-top: auto !important;
  padding-top: 0.35rem;
}
