/*
Theme Name: Heropost Blog
Theme URI: https://heropost.io
Author: Heropost
Description: Heropost blog theme — port of the 2026 heropost.ai design system. Dark-first hero with featured slider, category pills, native search, pagination. Tracking is injected by WPCode (do NOT hardcode GTM/GA4 here).
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: Proprietary
Text Domain: heropost-blog
*/

/* All real styles live in assets/css/style.css + assets/css/blog.css (enqueued in functions.php). */

/* WP-specific shims */
.post-body img { max-width: 100%; height: auto; border-radius: 12px; }
.post-body .wp-caption { max-width: 100%; }
.post-body .wp-caption-text { font-size: 13px; color: var(--ink-dim, #666); margin-top: 6px; }
.post-body iframe { max-width: 100%; }
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
    height: 1px; width: 1px; overflow: hidden; position: absolute !important;
}
.blog-pagination .dots { border: 0; background: none; }
