.story-detail-hero {
    margin: 0 0 2rem;
}

.story-detail-hero img,
.story-editor-content img {
    display: block;
    max-width: 100%;
    height: auto;
}

.story-editor-content > *:first-child {
    margin-top: 0;
}

.story-editor-content > *:last-child {
    margin-bottom: 0;
}

.story-editor-content iframe,
.story-editor-content video,
.story-editor-content .wp-video,
.story-editor-content .wp-block-embed,
.story-editor-content .wp-block-embed__wrapper {
    max-width: 100%;
}

.story-editor-content .wp-block-embed__wrapper {
    position: relative;
    overflow: hidden;
}

.story-editor-content .gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.story-editor-content .gallery-item {
    width: auto !important;
    margin: 0;
}

.story-editor-content .aligncenter {
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767px) {
    .story-editor-content .gallery {
        grid-template-columns: 1fr;
    }
}
