
/* Subtle checkmark list style */
ul.is-style-checkmark { list-style: none; padding-left: 0; }
ul.is-style-checkmark li { padding-left: 1.5rem; position: relative; margin: 0.4rem 0; }
ul.is-style-checkmark li:before { content: "✓"; position: absolute; left: 0; color: var(--wp--preset--color--ink); }

/* Smooth scrolling */
html { scroll-behavior: smooth; }

/* Anchor offset if sticky header (adjust if needed) */
:target { scroll-margin-top: 96px; }
