/* Keep the landing page free of article-only metadata. */
.page-id-61 .date-tags,
.page-id-61 .read-time,
.page-id-61 .author-info,
.page-id-61 .sns-share,
.page-id-61 .sns-follow {
  display: none;
}

.aifl-home .aifl-btn-primary,
.aifl-home .aifl-profile a {
  background: #0b3b78 !important;
  color: #fff !important;
}

.aifl-home a:focus-visible {
  outline: 3px solid #173d68;
  outline-offset: 4px;
}

.aifl-home .aifl-post-card:focus-visible {
  border-color: #173d68;
}

.aifl-profile img {
  aspect-ratio: 3 / 1;
  height: auto;
}

.footer-site-logo-image {
  height: auto;
}

@media (prefers-reduced-motion: reduce) {
  .aifl-home a {
    transition: none !important;
    transform: none !important;
  }
}