/*
 * Shared ASO components.
 * Keep this file for reusable classes only. Page-specific extracted CSS lives in assets/css/pages.
 */

.aso-static-content {
	min-height: 100vh;
}

.aso-svg-sprite {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.aso-static-content img {
	max-width: 100%;
	height: auto;
}

.aso-static-content button,
.aso-static-content a {
	-webkit-tap-highlight-color: transparent;
}
