/* utilities.css — 最小ユーティリティ。!important は使わない。 */
.u-center { text-align: center; }
.u-mt-lg { margin-top: var(--wp--preset--spacing--lg); }
.u-mb-lg { margin-bottom: var(--wp--preset--spacing--lg); }
.u-visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
