
/* Small design flourishes */
.wp-site-blocks { scroll-behavior: smooth; }
.prairie-badge { border-radius: var(--wp--custom--radius--pill); padding: .3rem .7rem; background: var(--wp--preset--color--wheat); color: var(--wp--preset--color--ink); font-weight: 600; }
.card { border: 1px solid rgba(0,0,0,.06); border-radius: var(--wp--custom--radius--soft); overflow: hidden; }
.card .wp-block-post-featured-image img { display:block; width:100%; height:auto; }
.hero-title { text-wrap: balance; }
hr.is-style-leaf { border: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--wp--preset--color--prairie-green), transparent); }
footer .wp-block-navigation__container { gap: 1rem; }
