/*
Theme Name: YohDev Blockbase
Theme URI: 
Author: YohDev
Author URI: 
Description: 
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 5.7
Version: 1.1.6
License: GNU General Public License v2 or later
Github Repo: yohdev/yd-blockbase
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yd-blocknase
Tags: 
*/

/* Block Styles */
/* Reverse Columns for Columns Block */
@media (max-width: 767px) {
	.wp-block-columns.is-style-reverse-columns-mobile {
		display: flex;
		flex-direction: column-reverse;
	}
}

@media (min-width: 768px) {
	.wp-block-columns.is-style-reverse-columns-mobile {
		flex-direction: row;
	}
}

/* Global Style Overides */
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
	margin-top: 0.5rem !important; /* Adjust this value to control the spacing */
}

.wp-block-cover {
    margin-top: 0;
}

/* No Padding for Group Block */
.wp-block-group.is-style-no-padding {
	padding: 0 !important;
	margin: 0 !important;
}

/* Patterns */
