/**
 * Compact story list overrides.
 * Applied only on /story list screen.
 */
body.platform-page.story-page .story-page {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.platform-page.story-page .story-page__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.platform-page.story-page .story-page__hero {
  gap: 8px;
}

body.platform-page.story-page .story-page__meta {
  margin: 0;
  color: var(--mp-text-secondary);
  font-size: 13px;
  line-height: 1.35;
}

body.platform-page.story-page .story-page__meta a {
  font-weight: 600;
}

body.platform-page.story-page .story-page__feed {
  gap: 10px;
}

body.platform-page.story-page .story-page__feed-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

body.platform-page.story-page .story-page__feed-title {
  margin: 0;
}

body.platform-page.story-page .cards-grid--actions {
  gap: 14px;
}

body.platform-page.story-page .story-page__article,
body.platform-page.story-page .story-page__form {
  width: 100%;
}

body.platform-page.story-page .site-page-content .market-action-card.card--action {
  min-height: 180px;
  padding: 16px 18px 14px 16px;
  gap: 8px;
}

body.platform-page.story-page .site-page-content .market-action-card__title {
  font-size: 16px;
}

body.platform-page.story-page .site-page-content .market-action-card__desc {
  font-size: 14px;
  line-height: 1.4;
}

body.platform-page.story-page .site-page-content .market-action-card__footer {
  padding-top: 4px;
}

body.platform-page.story-page .site-page-content .market-action-card__cta {
  min-height: 32px;
  min-width: 108px;
  padding: 0 12px;
}

@media (max-width: 720px) {
  body.platform-page.story-page .story-page__feed-head {
    align-items: flex-start;
  }
}
