/*!
 * Copyright (c) 2024 StyloPress - CodeWS.online
 * This file is part of StyloPress.
 *
 * This file is licensed under the same terms as the main plugin (GNU GPL v2 or later).
 */

#customize-theme-controls
	.control-section-default
	li
	span
	input[type='checkbox']
	+ label {
	font-size: 14px;
	font-weight: 600;
}

#customize-theme-controls
	.control-section-default
	li
	span
	input[type='checkbox'],
#customize-theme-controls .control-section-default li span input[type='radio'] {
	margin-bottom: -3px;
}

#customize-theme-controls .spss-hidden-control {
	display: none;
}
