/* Venue page: keep summary text inside the Lake details card */
body .fluk-output-featured-detail + p {
  display: none !important;
}

/* Restore the Lake details summary paragraph */
body .fluk-detail-summary-duplicate {
  display: block !important;
  margin: 0 0 24px !important;
  color: #203828 !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

/* Keep the top hero buttons tidy after the image */
body .fluk-output-featured-detail + p + .button-row,
body .fluk-output-featured-detail + p + .actions,
body .fluk-output-featured-detail + p + .hero-actions,
body .fluk-output-featured-detail + p + .cta-row {
  margin-top: 22px !important;
}

/* Make the featured image feel part of the page, not floating awkwardly */
body .fluk-output-featured-detail {
  margin: 18px 0 28px !important;
}
