/* ── Post paragraph spacing ── */
.sf-post-paragraph {
    margin-bottom: 16px;
}
.sf-post-paragraph p {
    margin-bottom: 16px;
}
.sf-post-paragraph p:last-child {
    margin-bottom: 0;
}

/* ── Post paragraph typography ── */
.sf-post-paragraph a {
    color: var(--sf-color-primary);
}
.sf-post-paragraph a:hover {
    text-decoration: underline;
}
.sf-post-paragraph h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    color: #191919;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.sf-post-paragraph h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
    color: #191919;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.sf-post-paragraph h2:first-child,
.sf-post-paragraph h3:first-child,
.sf-post-paragraph h4:first-child,
.sf-post-paragraph h5:first-child,
.sf-post-paragraph h6:first-child {
    margin-top: 0;
}
.sf-post-paragraph h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    color: #191919;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.sf-post-paragraph h5 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #191919;
    display: inline;
    margin: 0;
}
.sf-post-paragraph h6 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 0.5em;
    margin-bottom: 0.25em;
}

/* ── Lists ── */
.sf-post-paragraph ol {
    list-style: decimal;
    padding-left: 1.5em;
    margin: 0.5em 0;
}
.sf-post-paragraph ul {
    list-style: disc;
    padding-left: 1.5em;
    margin: 0.5em 0;
}

/* ── Responsive iframes ── */
.sf-post-paragraph iframe {
    max-width: 100%;
    margin: 1em 0;
}

/* ── Gutenberg editor canvas width ── */
.wp-block[data-type="swiftframe/post-paragraph"],
.wp-block-swiftframe-post-paragraph {
    max-width: 95% !important;
    width: 95% !important;
    box-sizing: border-box;
}
