/* Bookmark toggle — auto-loaded for the bookmark snippet (site/snippets/bookmark.php).
   Two glyphs share the button; the persisted state (Alpine `bookmarks` store,
   bound as .is-bookmarked) swaps the outline glyph for the solid one. Size,
   colour and placement come from the host (index-row cell, article meta, …). */

.bookmark__ico { display: block; }
.bookmark__ico--solid { display: none; }
.bookmark.is-bookmarked .bookmark__ico--outline { display: none; }
.bookmark.is-bookmarked .bookmark__ico--solid { display: block; }
