/* Single Post Intro Block Styles */
/*
 * NOTE: The shared BEM classes (.single-post-intro__content, __title, __tags, __social,
 * __updated, __right, __image, __featured-image, .social-share-btn) are already defined
 * globally in src/scss/layout/_single-post.scss and compiled into assets/css/style.css.
 * This block intentionally reuses those classes (see the "single-post-intro" className
 * added in index.js / block-registration.php) instead of duplicating rules here, so the
 * block, single.php, and single-resources.php all stay visually identical.
 */

.wp-block-trimetrix-single-post-intro.alignfull {
    width: 100%;
}

.single-post-intro-block {
    width: 100%;
}

/* Editor-only: keep the locked breadcrumbs InnerBlocks readable/inline in the canvas */
.block-editor-block-list__layout .single-post-intro-block__breadcrumbs .breadcrumbs-nav {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin-bottom: 20px;
}

/* Editor-only placeholder tag pill so the layout doesn't collapse before real content exists */
.single-post-intro__tag {
    display: inline-block;
}
