.lc-portadas-next[aria-busy="true"] {
	cursor: wait;
	opacity: 0.65;
	pointer-events: none;
}

.lc-rlm-status {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.lc-rlm-item-enter {
	animation: lc-rlm-fade-in 280ms ease-out both;
}

@keyframes lc-rlm-fade-in {
	from {
		opacity: 0;
		transform: translateY(6px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.lc-rlm-item-enter {
		animation: none;
	}
}
