/* ── Info Card ── */
.sf-info-content p {
    margin-bottom: 0;
}

/* ── Hide divider at tablet ── */
@media (max-width: 1299px) {
    .sf-divider-hide-tablet {
        display: none;
    }
}

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