/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2025 | 09:03:47 */
body.post-template-default.single.single-post {

	.et_pb_section.et_pb_section_0_tb_body.et_section_regular {
		background-color: black !important;
		color: white !important;

		.wp-block-heading {
			color: white;
			margin-top: 24px;
		}
		
		.wp-block-image {
			margin-bottom: 12px;
		}
	}
	
	.et_pb_section.et_pb_section_0_tb_header.et_section_regular {
		background-color: black;
		padding-bottom: 0;
		
		.entry-title {
			color: white;
		}
	}
	
	.et_pb_row {
		max-width: 900px !important;
		margin: auto !important;
	}
	
	.et_pb_section {
		h1 { font-size: 46px; }
		h2 { font-size: 36px; }
		h3 { font-size: 24px; }
	}
}

@media (max-width: 980px) {
	body.post-template-default.single.single-post {
		.et_pb_row {
			width: 100%;
		}
	}
}