.expo-news-feed .et_pb_blog_posts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.expo-news-feed--home .et_pb_blog_posts { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.expo-news-feed .expo-news-card { box-sizing: border-box; min-width: 0; margin: 0; padding: 0 0 24px; background: #fff; border: 1px solid #dce6df; border-radius: 8px; overflow: hidden; }
.expo-news-feed .entry-featured-image-url { display: flex; align-items: center; justify-content: center; aspect-ratio: 16 / 10; background: #fff; margin: 0; }
.expo-news-feed .entry-featured-image-url img { width: 100%; height: 100%; object-fit: contain; box-sizing: border-box; padding: 12px; }
.expo-news-feed .post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 20px 20px 12px; }
.expo-news-feed .published { font-size: 12px; color: #657069; }
.expo-news-feed .post-meta a { background: #e9f3eb; color: #32682c; padding: 5px 9px; border-radius: 16px; font-size: 12px; line-height: 1.4; text-decoration: none; }
.expo-news-feed .entry-title { margin: 0 20px; padding: 0; font-size: 19px; line-height: 1.35; overflow-wrap: anywhere; letter-spacing: 0; }
.expo-news-feed .entry-title a { color: #263e30; text-decoration: none; }
.expo-news-no-image { color: #32682c; font-weight: 700; }
.expo-news-categories, .expo-news-pagination { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin: 0 0 24px; }
.expo-news-pagination { margin: 24px 0 0; }
.expo-news-categories a, .expo-news-pagination a { display: inline-flex; align-items: center; min-height: 44px; box-sizing: border-box; padding: 8px 16px; border: 1px solid #32682c; border-radius: 6px; color: #32682c; background: #fff; text-decoration: none; overflow-wrap: anywhere; max-width: 100%; }
.expo-news-categories a[aria-current] { background: #32682c; color: #fff; font-weight: 700; }
.expo-news-directory a:focus-visible, .expo-news-feed a:focus-visible { outline: 3px solid #159fd0; outline-offset: -3px; }
@media (max-width: 1100px) { .expo-news-feed .et_pb_blog_posts { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .expo-news-feed .et_pb_blog_posts { grid-template-columns: minmax(0, 1fr); } }
