/**
 * Ajustes de accesibilidad (contraste, skip link visible al enfocar).
 */

.skip-link.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 !important;
	width: 1px;
	word-wrap: normal !important;
}

.skip-link.screen-reader-text:focus {
	background-color: #1a1a1a;
	clip: auto !important;
	clip-path: none;
	color: #fff;
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	height: auto;
	left: 8px;
	line-height: normal;
	padding: 12px 18px;
	text-decoration: none;
	top: 8px;
	width: auto;
	z-index: 100000;
}

/* Contraste: sufijo de precio (/mo) y cuerpo de tarjeta en listados */
.realpress-property-item .realpress-text-after-price,
.realpress-property-price .realpress-text-after-price {
	color: #1a1a1a !important;
	font-weight: 600;
}

.realpress-property-item .realpress-property-body,
.realpress-property-item .realpress-property-body .realpress-property-item-excerpt,
.realpress-property-item .realpress-property-body .realpress-property-item-title {
	color: #262626;
}

.realpress-property-item .realpress-property-body a {
	color: #0f3d7a;
}

/* Elementor: títulos de caja pasados a <span> conservan tamaño visual */
.elementor-icon-box-title,
.elementor-image-box-title {
	display: block;
	font-weight: 600;
}
