/* Reduce spacing between headings and paragraphs */
.so-widget-sow-editor h1,
.so-widget-sow-editor h2,
.so-widget-sow-editor h3,
.so-widget-sow-editor h4,
.so-widget-sow-editor h5,
.so-widget-sow-editor h6 {
    margin-bottom: 8px; /* tighten as needed */
}

.so-widget-sow-editor p {
    margin-top: 4px; /* prevents extra gap above paragraph */
}/* Remove extra spacing between SiteOrigin Editor widgets in Vantage */
.panel-widget-style {
    margin-bottom: 0 !important;
}

/* Tighten heading + paragraph spacing inside the widget */
.so-widget-sow-editor h1,
.so-widget-sow-editor h2,
.so-widget-sow-editor h3,
.so-widget-sow-editor h4,
.so-widget-sow-editor h5,
.so-widget-sow-editor h6 {
    margin-bottom: 6px !important;
}

.so-widget-sow-editor p {
    margin-top: 0 !important;
}