.greg-blog-card { min-width: 0; }
/* Keep light navigation readable above the article's cream background, including Webflow's inline animation. */
.greg-blog-article .rt-navbar-v2 { background-color: #6b222a !important; }
.greg-blog-card .rt-blog-v1-card-wrap { height: 100%; width: 100%; }
.greg-blog-card-title { margin: 0; }
.greg-blog-card .rt-blog-v1-card-top-part { width: 100%; aspect-ratio: 410 / 360; }
.greg-blog-card .rt-blog-v1-card-top-part img { width: 100%; height: 100%; object-fit: cover; }
.greg-blog-image-empty { display: grid; place-items: center; min-height: 260px; height: 100%; background: #f4efe9; color: #6b222a; letter-spacing: .12em; }
.greg-blog-filters, .greg-blog-taxonomy, .greg-blog-pagination { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; }
.greg-blog-filters { margin-bottom: 36px; }
.greg-blog-filters a, .greg-blog-taxonomy a { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border: 1px solid #ddd0c8; border-radius: 24px; color: #6b222a; }
.greg-blog-filters a[aria-current=page] { background: #6b222a; color: white; }
.greg-blog-taxonomy { justify-content: center; margin: 24px 0; }
.greg-blog-pagination { justify-content: center; margin-top: 48px; }
.greg-blog-pagination a, .greg-blog-back a { color: #6b222a; text-decoration: underline; }
.greg-blog-intro, .greg-blog-lead { max-width: 760px; margin: 0 auto 30px; text-align: center; }
.greg-blog-lead { margin-top: 25px; }
.greg-blog-badge { font-size: 12px; color: #6b222a; }
.greg-blog-post-title { margin: 24px 0; }
.greg-blog-richtext { overflow-wrap: anywhere; }
.greg-blog-richtext img { max-width: 100%; height: auto; }
.greg-blog-quote { border: 0; padding: 0; margin: 0; font: inherit; }
.greg-blog-back { margin-top: 40px; }
.greg-blog-conclusion > :only-child { width: 100%; max-width: none; }
@media (max-width: 767px) { .greg-blog-filters { justify-content: center; } .greg-blog-conclusion { flex-direction: column; } .greg-blog-conclusion > div, .greg-blog-conclusion > aside { width: 100%; max-width: none; } }
