/*
 * Breakout Container – Frontend only.
 * Loaded via wp_enqueue_style in render.php, so this file
 * is never injected into the Gutenberg editor canvas.
 */

.wp-block-stiftung-breakout-container {
    width: 100vw;
    position: relative;
    left: calc(50% - 35.5px);
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
}

@media (max-width: 920px) {
    .wp-block-stiftung-breakout-container {
        left: 50%;
    }
}