/*
Theme Name: Ratiom Block Theme
Theme URI: https://ratiomagency.com/
Author: Ratiom
Author URI: https://ratiomagency.com/
Description: Native WordPress block theme converted from the Ratiom static HTML website.
Version: 1.3.1
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: ratiom
*/

.single-post {
	background: #f4f4f1;
}

.single-post .wp-site-blocks,
.single-post .ratiom-single-well {
	background: #f4f4f1;
}

.single-post .ratiom-single-well {
	padding: 48px 20px 0;
}

.single-post .ratiom-single {
	background: #ffffff;
	border-radius: 4px;
	box-shadow: none;
	margin: 0 auto;
	padding: 48px 56px;
}

@media (max-width: 767px) {
	.single-post .ratiom-single {
		padding: 32px 24px;
	}
}
