/* スマホ表示の活動報告カードとボタンを整える */
@media (max-width: 620px) {
  .report-list article.report-feature {
    align-content: start;
    padding: 30px 22px;
  }

  .report-feature .report-link {
    width: 230px;
    max-width: 100%;
    min-height: 54px;
    justify-content: center;
    margin-top: 18px;
    padding-inline: 16px;
    text-align: center;
    white-space: nowrap;
  }

  html[data-text-size="large"] .report-feature .report-link {
    width: 250px;
    white-space: normal;
  }
}
