.customize-control-o2-range-slider .customize-control-title {
	margin-bottom: 10px;
}

.customize-control-o2-range-slider .o2-range-slider input[type='range'] {
	margin-bottom: 14px;
}

.customize-control-o2-range-slider input[type=radio]:checked.o2-range-slider-buttonset + label {
	transform: translateY(0);
}

/* temporarily added for WordPress 6.7  */
body.login div#login h1 a  {
	background-repeat: no-repeat;
	background-position: center;
	text-indent: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	margin-inline: auto;
}