/*
Theme Name: dream
Theme URI: https://example.com
Author: Your Name
Author URI: https://yourwebsite.com
Description: A custom WordPress theme built without plugins.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dream
*/

.customize-support .header-section {
	top: 32px;
}

@media screen and (max-width: 782px) {
    .customize-support .header-section {
        top: 46px;
    }
} 

ins {
	text-decoration: none;
}