/* Printable thread content inside the shared forum layout. */
.print-sheet{max-width:760px; margin:0 auto; padding:18px 24px 24px; color:#000; line-height:1.7}
.print-head{display:flex; align-items:center; gap:14px; border-bottom:2px solid #2f5c97; padding-bottom:12px; margin-bottom:6px}
.print-title{font-size:18px; font-weight:bold; color:#16345e}
.printbtn{display:inline-flex; align-items:center; gap:6px; height:30px; padding:0 16px; box-sizing:border-box; cursor:pointer;
      border:1px solid #3f6aa6; border-radius:4px; color:#fff; font-weight:bold; font-size:12px; text-decoration:none;
      background:linear-gradient(to bottom,#7BA0D0,#5C84BE); box-shadow:inset 0 1px 0 rgba(255,255,255,.4)}
.printbtn:hover{background:linear-gradient(to bottom,#86abd9,#5e8ac5); text-decoration:none}
.print-head .printbtn{margin-left:auto}
.print-sheet .subj{font-size:18px; font-weight:bold; color:#16345e; margin:14px 0 4px}
.print-sheet .post{border-top:1px solid #808080; padding:12px 0}
.print-sheet .meta{font-size:12px; color:#333; margin-bottom:8px}
.print-sheet .meta b{color:#16345e}
.print-sheet .meta .sep{margin:0 12px; color:#bbb}
.print-sheet .msg{word-wrap:break-word; font-size:13px; line-height:1.8}
.print-sheet .msg img{max-width:100%}
.print-sheet .url{margin-top:18px; padding-top:10px; border-top:1px solid #ccc; font-size:11px; color:#777}
@media print{
  .noprint{display:none !important}
  .print-sheet{box-shadow:none; border:0; padding:0}
  .print-head{border-color:#000}
}
