/**
 * Blog CSS file for Shoptimizer Child Theme
 * 
 * This file is enqueued on blog-related pages (single posts, archives, etc.),
 * following the same approach as the parent theme's blog.css file.
 */

@media only screen and (min-width: 769px) {
	.single-post ul.products.columns-1 {
		float: unset;
		max-width: unset;
		margin-left: unset;
		padding-left: unset;
		border-left: unset;
	}
}
