/* Minimal reset - Bootstrap (loaded separately via Joomla's bootstrap.framework)
   already normalizes most elements, this only covers what it doesn't. */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

img,
svg,
video {
	max-width: 100%;
	height: auto;
}

button {
	font-family: inherit;
}

a {
	text-decoration: none;
}

ul[class],
ol[class] {
	padding: 0;
	margin: 0;
	list-style: none;
}

@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;
	}
}
