/* Platform path callout: flex column so buttons pin to the same baseline */
.platform-path-grid .callout {
  display: flex;
  flex-direction: column;
}
.platform-path-footer {
  margin-top: auto;
  padding-top: var(--space-4);
}
