/**
 * Small, single-purpose utility classes. Keep this list short — anything used
 * in more than a couple of places should become a real component class instead.
 */

.ev-text-center { text-align: center; }
.ev-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.ev-mt-0 { margin-top: 0; }
.ev-mb-0 { margin-bottom: 0; }
