/* DEC-133: page controls remain reachable while the full-width page scrolls. */
#documentPageReview {font:14px/1.5 system-ui,sans-serif;}
#documentPageReview::backdrop {background:rgba(0,0,0,.62);}
#documentPageReview p {margin:10px 0;}
#documentPageReview h2 {font-size:19px;overflow-wrap:anywhere;}
#documentPageReview button,#documentPageReview input {font:inherit;border:1px solid #54717e;border-radius:5px;padding:7px 11px;color:#edf5f8;background:#234452;}
#documentPageReview button {cursor:pointer;}
#documentPageReview button:hover {background:#315b6b;}
#documentPageReview button:disabled {opacity:.5;cursor:default;}
#documentPageReview input {background:#0c1d25;}
#documentPageReview .pdf-page-image {max-height:58vh;overflow:auto;border-radius:4px;}
#documentPageReview [data-source] {font-size:12px;color:#b8ccd5;}
#documentPageReview summary {cursor:pointer;margin-top:8px;}
