/**
 * NVPG CSS-generated FA glyphs (::before/::after content with \fXXX escapes).
 * Served OUT-OF-BAND via nvpg-frontend-assets.php because Tailwind v4's @import
 * pre-processor strips Unicode escapes. Any block using a CSS-generated glyph
 * (not an <i class="fa-">) must put the `content:"\fXXX"` rule here.
 */

/* themes-block: arrow after every theme link */
.row.themes-block a::after { content: "\f061"; }
