/* HUG blog — post content + cards (supplements style.css) */
.hug-post { font-size: 1.05rem; }
.hug-post p { margin-bottom: 1.25rem; line-height: 1.85; }
.hug-post h2, .hug-post h3 { margin-top: 2rem; margin-bottom: 1rem; }
.hug-post img { max-width: 100%; height: auto; border-radius: 4px; }
.hug-post figure { margin: 1.75rem 0; text-align: center; }
.hug-post figure figcaption { font-size: .9rem; color: #777; margin-top: .5rem; }
.hug-post .wp-block-pullquote { border-left: 4px solid #F96D00; padding: .75rem 1.75rem; margin: 2rem 0; }
.hug-post .wp-block-pullquote blockquote { margin: 0; font-style: italic; font-size: 1.2rem; }
.hug-post blockquote { border-left: 4px solid #F96D00; padding-left: 1.5rem; margin: 2rem 0; font-style: italic; }
.post-entry .img-wrap img { width: 100%; height: 220px; object-fit: cover; border-radius: 4px; }
