/* CSS for Elementor Pro-based version of repair page */
.ra_repair_main {

}

:root {
	scroll-padding-top : 200px;
}

#repair_toc {
	/* border: solid 5px #7700ff !important; */		/* GFTEST */
	/* background-color: yellow !important;	*/		/* GFTEST */

	z-index : 1;	/* So that header (z-index 99) overlays it when it finally *has* to scroll up at bottom */
}

#repair_toc:not([class~="elementor-sticky--active"]) {
	/* background-color: green !important; */		/* GFTEST */
	block-size : 100%;
}

.rr_infobox_branding_img {
	width : 20%;
	min-width : 125px;
	float : right;
	clear : both;
	margin : 12px !important;
	margin-bottom : 0px !important;
	margin-right : 0px !important;
}
