/*
 * Keep this in sync with the VEXY theme's .single-post-content h2 rule.
 * The more specific paragraph selector overrides the theme's normal p margins.
 */
.single-post-content p.is-style-vexy-h2-look,
.editor-styles-wrapper p.is-style-vexy-h2-look {
    box-sizing: border-box;
    margin-top: 60px;
    margin-bottom: 32px;
    padding: 16px 24px;
    border-left: 6px solid var(--color-black, #111);
    background-color: var(--color-gray-bg, #f5f5f5);
    color: inherit;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}
