/* ==========================================================================
   utilities.css
   Single-purpose helpers used across templates. Keep this file thin — most
   styling belongs to a component class. Anything that creeps over a dozen
   declarations should graduate into components.css or sections.css.
   ========================================================================== */

.u-hidden{display:none !important}
.u-visually-hidden{
	position:absolute !important;clip:rect(1px,1px,1px,1px);
	width:1px;height:1px;overflow:hidden;
	border:0;padding:0;margin:-1px;
	clip-path:inset(50%);white-space:nowrap;
}
.u-no-scroll{overflow:hidden}
.u-text-right{text-align:right}
.u-text-center{text-align:center}
