.u-text-center { text-align: center !important; }
.u-text-start { text-align: start !important; }
.u-text-end { text-align: end !important; }
.u-flex { display: flex !important; }
.u-grid { display: grid !important; }
.u-block { display: block !important; }
.u-hidden { display: none !important; }
.u-items-center { align-items: center !important; }
.u-justify-center { justify-content: center !important; }
.u-justify-between { justify-content: space-between !important; }
.u-full-width { width: 100% !important; }
.u-no-margin { margin: 0 !important; }
.u-rounded { border-radius: var(--viva-radius-md) !important; }
.u-rounded-lg { border-radius: var(--viva-radius-lg) !important; }
.u-gold { color: var(--viva-color-gold-soft) !important; }
.u-muted { color: var(--viva-color-text-muted) !important; }

.u-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
