/* CT Category Header & Banner Manager - frontend styles */

/* Actual width/margin for .chbm-fullwidth is computed and set inline by
   frontend.js (getBoundingClientRect based) because the old pure-CSS
   100vw/-50vw trick gets clipped by Elementor's overflow:hidden wrappers. */
.chbm-fullwidth {
    box-sizing: border-box;
}

.chbm-shortcode-wrap { width: 100%; }

/* Load more / infinite scroll */
.chbm-loadmore-wrap {
    text-align: center;
    margin: 30px 0;
}
.chbm-loadmore-btn {
    padding: 12px 30px;
    cursor: pointer;
}
.chbm-loadmore-spinner {
    margin-top: 12px;
    font-size: 14px;
}
