/* OneGetUp — Utilidades. Copyright © 2026 OneGetUP — JAZO. */

.u-visually-hidden,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

/* Oculto salvo al recibir el foco: patrón del enlace de salto. */
.u-visually-hidden-focusable:not(:focus, :focus-within) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.u-text-center { text-align: center; }
.u-text-secondary { color: var(--ogu-text-secondary); }
.u-text-muted { color: var(--ogu-text-muted); }
.u-no-margin { margin: 0; }
.u-full-width { width: 100%; }

.u-flow > * + * {
	margin-block-start: var(--ogu-space-4);
}

/* Destino táctil mínimo accesible: 44×44 px. */
.u-tap-target {
	min-width: 44px;
	min-height: 44px;
}
