/* bootstrap wp dashboard conflict fix */
.row {
--bs-gutter-x: 0rem !important;
}

/* sticky live preview button */
div.sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 30px !important;
	background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1)) !important;
}
ol, ul {
	padding-left: 0rem !important;
}
