/* ============================================================
 * Author: PKP PS
 * Date: July 2026
 * ============================================================ */

body.pkp_page_article.pkp_op_view {
  display: flex !important;
  flex-direction: column !important;
  height: 100vh !important;
}

.galley_view {
  position: relative !important;
  flex: 1 !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}

.galley_view iframe {
  height: 100% !important;
  padding-top: 0 !important;
}

.pkp_structure_footer_wrapper {
  position: relative !important;
  z-index: 10 !important;
  flex-shrink: 0 !important;
  padding: 20px !important;
}