/**
 * WP Customizer styles used for controls and live preview area
 */
#customize-controls .control-section-developry_docs .accordion-section-title:hover,
#customize-controls .control-section-developry_docs .accordion-section-title:focus {
	background-color: #fff;
}

.control-section-developry_docs .accordion-section-title .button {
	margin-top: -4px;
	font-weight: 400;
	margin-left: 8px;
}

.rtl.control-section-developry_docs .accordion-section-title.button {
	margin-left: 0;
	margin-right: 8px;
}

.developry-customize-control-title {
	font-size: 1.25rem;
}

.developry-customize-control-description {
	font-size: 0.925rem;
}

.bg-transparent {
	background: transparent;
}
