:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) {
	--page-bg: transparent;
	--content-bg: transparent;
	--widget-bg: transparent;
	--calendar-bg: transparent;
	--theme-font-family: system-ui;
	background-color: transparent;
	font-family: var(--theme-font-family);
}

:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) [data-customizer-section='Page'],
:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) [data-customizer-section='Blog Header'],
:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) [data-customizer-section='Profile Header'],
:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) [data-customizer-section='Main Section'],
:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) [data-customizer-section='Post Feed'],
:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) [data-customizer-section='Post Card'],
:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) [data-customizer-section='Post Content'],
:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) [data-customizer-section='Profile Content'],
:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) [data-customizer-section='Sidebar'],
:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) [data-customizer-section='Footer'] {
	color: #111827;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
	text-transform: none;
	text-decoration: none;
}

:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) [data-customizer-section='Page'] {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) [data-customizer-section='Footer'] {
	background-color: #6b1020;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #f9fafb;
}

:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) [data-customizer-section='Blog Header'],
:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) [data-customizer-section='Profile Header'],
:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) [data-customizer-section='Main Section'],
:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) [data-customizer-section='Post Feed'],
:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) [data-customizer-section='Post Content'],
:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) [data-customizer-section='Profile Content'],
:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) [data-customizer-section='Sidebar'] {
	background-color: transparent;
	border: 0px solid transparent;
	border-radius: 0;
	box-shadow: none;
}

:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) [data-customizer-section='Post Card'] {
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0;
	box-shadow: none;
}

:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) .post-card,
:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) .widget,
:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) .profile-widget,
:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) .post-image img,
:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) .social-link,
:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) button,
:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) input,
:where([class*='custom-blog-'], [class*='custom-blog-posts-'], [class*='custom-profile-']) select {
	border-radius: 0;
}
