/*
 * utilities.css — Clases de accesibilidad y utilidades puntuales.
 *
 * @package PeritacionesJudiciales
 */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: var(--color-white);
	border-radius: var(--radius-sm);
	box-shadow: var(--shadow-md);
	clip: auto !important;
	clip-path: none;
	color: var(--color-navy);
	display: block;
	height: auto;
	left: var(--space-3);
	line-height: normal;
	padding: var(--space-2) var(--space-3);
	text-decoration: none;
	top: var(--space-3);
	width: auto;
	z-index: 1000;
}

[hidden] {
	display: none !important;
}

.pj-legal-notice {
	margin-top: var(--space-5);
	padding: var(--space-3);
	background: #FFF6E5;
	border: 1px solid var(--color-sand);
	border-radius: var(--radius-sm);
	font-size: 0.88rem;
}
