p.is-style-boxed {
    box-sizing: border-box;
    margin-block-start: .5rem;
    padding: .875rem 1.125rem;
    border: 1px solid var(--wp--preset--color--border, color-mix(in srgb, currentColor 12%, transparent));
    border-radius: .5rem;
    background: var(--wp--preset--color--surface, color-mix(in srgb, currentColor 6%, transparent));
    color: inherit;
    font-size: .875rem;
    line-height: 1.9;
    overflow-wrap: anywhere;
}
