/**
 * Homepage SEO text: source-derived post-JavaScript state.
 *
 * Live Webflow carries a legacy inline `height: 500px`, `overflow: hidden`,
 * gradient, and READ MORE control. Its `wil336homeseopathguard` head script
 * replaces that state on `/` with natural height and visible overflow. Keep the
 * source markup intact, but make the observed production state independent of
 * JavaScript on WordPress.
 *
 * Loaded only by is_front_page(); /hire/* uses the same class names and must not
 * inherit this homepage-only behavior.
 */
.section-contents-hired .post-and-button-wrapper,
.section-contents-hired .post-container-hired,
.section-contents-hired #getNav {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
}

.section-contents-hired .gradient-contents,
.section-contents-hired #read-more {
  display: none !important;
}
