/* Story Hero Block Styles */
.story-hero-block {
    margin: 0;
}

/* Ensure full width alignment */
.alignfull > .story-hero-block {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
}

