/**
 * Hybrid theme block styles.
 * Loaded for both editor and front (enqueue_block_assets).
 * Use for block-specific overrides, block style variation fixes, etc.
 *
 * @package Nairuz
 */

/* Ensure template parts and block templates align with classic layout */
.wp-block-template-part {
  max-width: 100%;
}

/* Optional: align block editor width with theme.json contentSize */
.wp-block[data-align="wide"] {
  max-width: var(--wp--style--global--wide-size, 1024px);
}

.wp-block[data-align="full"] {
  max-width: none;
}
