/* ============================================================
   APP ADAPTATIONS (SvelteKit port)
   ============================================================ */

/* archive header avatar accepts a bare img */
.arch-avatar img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }

/* feed items are <article> wrappers with inner links in the app */
.feed-item { cursor: default; }

/* WP body content: constrain embeds/images, keep measure */
.article-body img { height: auto; }
.article-body iframe { max-width: 100%; }
.article-body figure { margin: 2em 0; }

