/*
 * Responsive controls — frontend utility reset.
 *
 * The actual media-query rules are generated and inlined by PHP
 * (acro_manager_get_responsive_controls_css). This sheet only provides
 * the box-sizing baseline that those rules depend on.
 */
.acro-responsive__hidden__phone,
.acro-responsive__hidden__tablet,
.acro-responsive__hidden__laptop,
.acro-responsive__hidden__desktop {
	box-sizing: border-box;
}
