/* Wide-photo: the figure-level styling (alignwide, top margin, border-radius)
 * comes from block attributes; the caption uses the shared
 * .is-style-caption-italic variation. We add a local margin-bottom override
 * because the figure has no enclosing group to absorb the
 * preset--spacing--md gap that the original inline caption styling provided. */
.sb-wide-photo {}
.sb-wide-photo-caption.is-style-caption-italic {
    margin-bottom: var(--wp--preset--spacing--md);
}
