.psychredefined-lazy-articles__status {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 160px;
}

.psychredefined-lazy-articles__spinner {
	display: block;
	width: 36px;
	height: 36px;
	border: 3px solid rgba(0, 0, 0, 0.14);
	border-top-color: currentColor;
	border-radius: 50%;
	animation: psychredefined-articles-spin 0.75s linear infinite;
}

@keyframes psychredefined-articles-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.psychredefined-lazy-articles__spinner {
		animation-duration: 1.5s;
	}
}
