/* Printbox AI — Flatsome layout integration for detailed poster pages. */

/* The poster page uses Flatsome's right-sidebar template. We hide the entire
 * sidebar column and let the former large-9 content column occupy the full row. */
.pb-poster-page .page-wrapper.page-right-sidebar > .row > .large-3.col {
  display: none !important;
}

.pb-poster-page #content.large-9,
.pb-poster-page #content.col-divided {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  flex-basis: 100% !important;
  border-right: 0 !important;
}

.pb-poster-page #content > .page-inner {
  width: 100% !important;
  max-width: none !important;
}

/* The excerpt is useful for SEO metadata, but Flatsome also renders it as a
 * visible line above the custom service page. The custom hero already contains
 * the same message, so avoid the duplicate. */
.pb-poster-page .page-header-excerpt {
  display: none !important;
}
