/* Keep the home carousel, with checklist content instead of a review-card silhouette. */
.weswoo-page-home .weswoo-project-prep-track > div {
  min-height: 270px !important;
  padding: 24px !important;
  gap: 20px;
  align-items: stretch !important;
  justify-content: flex-start;
}
.weswoo-page-home .weswoo-project-prep-track > div > div:last-child {
  position: static !important;
  transform: none !important;
  translate: none !important;
  inset: auto !important;
  width: 100% !important;
  max-width: none !important;
  order: -1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  text-align: left;
}
.weswoo-page-home .weswoo-project-prep-track figure { margin: 0; flex-shrink: 0; }
.weswoo-page-home .weswoo-project-prep-track blockquote { min-width: 0; }
.weswoo-page-home .weswoo-project-prep-track h3 { font-size: 20px; line-height: 1.4; }
.weswoo-page-home .weswoo-project-prep-track blockquote p { font-size: 13px; line-height: 1.5; }
.weswoo-page-home .weswoo-project-prep-track .max-h-full { text-align: left; }
.weswoo-page-home .weswoo-project-prep-track .max-h-full p { font-size: 16px; line-height: 1.75; }

/* No unrelated product photo is substituted for a missing article cover. */
.weswoo-home-post__fallback--default { background: #203d3a; }
.weswoo-article-card { border-radius: 8px; display: flex; flex-direction: column; }
.weswoo-article-card > div { padding: 28px; display: flex; flex: 1; flex-direction: column; align-items: flex-start; }
.weswoo-article-card h2 { font-size: 24px; line-height: 1.5; letter-spacing: 0; overflow-wrap: anywhere; }
.weswoo-article-card p { line-height: 1.8; }
.weswoo-article-card > a img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.weswoo-article-read { margin-top: auto; padding-top: 24px; display: inline-flex; gap: 16px; align-items: center; color: #c8eb80; font-size: 14px; }
.weswoo-posts-index .posts-navigation { margin-top: 40px; color: #dbe3eb; }
.weswoo-posts-index .nav-links { display: flex; justify-content: space-between; gap: 24px; }
.weswoo-posts-index .nav-links a { display: inline-block; padding: 12px 0; text-decoration: underline; text-underline-offset: 5px; }
@media (max-width: 600px) {
  .weswoo-page-home .weswoo-testimonial-section .horizontal-marquee-inner:first-child > div:first-child.weswoo-project-prep-track > div {
    min-height: 270px !important;
  }
  .weswoo-article-card > div { padding: 24px; }
  .weswoo-article-card h2 { font-size: 21px; }
}
