/* Gutenberg block content — Wellspring Corporate */

.wellspring-block-main,
.wellspring-block-content {
  width: 100%;
  max-width: none;
}

.wellspring-block-content.entry-content,
.wellspring-block-content .entry-content {
  max-width: none;
}

.wellspring-block-content > *:first-child {
  margin-top: 0;
}

/* Match theme container width for constrained block layouts */
.wellspring-block-content-page .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1280px;
}

.wellspring-block-content .alignwide,
.wellspring-block-content .alignfull {
  max-width: none;
}

.wellspring-block-content .wp-block-group.alignfull,
.wellspring-block-content .wp-block-cover.alignfull {
  width: 100%;
  max-width: none;
}

.wellspring-block-content .wp-block-image img {
  height: auto;
}

.wellspring-block-content .wp-block-button__link {
  font-family: inherit;
}

/* Hide empty paragraphs used as manual spacers (fallback if any slip through) */
.wellspring-block-content p:empty,
.article-content p:empty,
.page-content p:empty,
.entry-content p:empty {
  display: none;
  margin: 0;
  padding: 0;
}

.wellspring-block-content p:has(> br:only-child),
.article-content p:has(> br:only-child),
.page-content p:has(> br:only-child),
.entry-content p:has(> br:only-child) {
  display: none;
  margin: 0;
  padding: 0;
}
