/* Blog index/post tweaks for redabballschool.com (the platform links css/blog.css on every blog page).
   The generator's own inline styles come after this file, so !important is used where a rule must win. */
.blog-authors { display: none !important; }              /* single author — the filter is noise */
.blog-page-title, .section-title { color: var(--color-accent) !important; text-transform: uppercase !important; letter-spacing: 0.12em !important; }
.blog-page-title { font-size: clamp(1.6rem, 3.4vw, 2.3rem) !important; }
.blog-card { border-radius: 0 !important; border: 1px solid var(--color-border) !important; }
.blog-card-image img { aspect-ratio: 16 / 10; object-fit: cover; }
.blog-card-placeholder { aspect-ratio: 16 / 10; }
.category-btn { border-radius: 0 !important; }
.search-input { border-radius: 0 !important; }
