/**
 * MaplePress Public Styles
 *
 * @package MaplePress
 */

.maplepress-search-widget {
	margin-bottom: 20px;
}

.maplepress-search-results {
	margin-top: 20px;
}

.maplepress-search-result-item {
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.maplepress-search-result-item h3 {
	margin-top: 0;
}

/* WCAG 2.3.3 — honour user preference for reduced motion. */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
