/* Shared BEO sheet styling (screen preview + print) and print page rules.
   The sheet mirrors the hotel's BEO conventions: reference upper-left,
   EVENT ORDER banner, org block, function table, two-column F&B,
   Arrangements / AV / Remarks, signature block, boilerplate footer. */

.print-body { margin: 0; background: #777; font-family: Georgia, "Times New Roman", serif; }
.print-toolbar {
  position: sticky; top: 0; display: flex; justify-content: space-between; align-items: center;
  background: #16283c; color: #fff; padding: .6rem 1rem;
  font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.print-toolbar button { padding: .4rem .9rem; font-size: 1rem; cursor: pointer; border-radius: 6px; border: none; }
.print-page {
  background: #fff; width: 8.5in; min-height: 10.9in; margin: .35in auto;
  padding: .55in .6in; box-shadow: 0 2px 14px rgba(0,0,0,.4);
}

.sheet { font-family: Georgia, "Times New Roman", serif; font-size: 9.5pt; color: #111; position: relative; }
.sheet .nowrap { white-space: nowrap; }
.sheet .num { text-align: right; }

.sheet-cancelled { opacity: .82; }
.cancel-stamp {
  position: absolute; top: 38%; left: 8%; right: 8%; text-align: center;
  font-size: 52pt; font-weight: 700; color: rgba(179, 38, 30, .3);
  transform: rotate(-18deg); pointer-events: none; letter-spacing: .1em;
}

.sh-top { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 2px solid #111; padding-bottom: 6px; }
.sh-topleft { font-size: 8.5pt; max-width: 34%; }
.sh-ref { font-weight: 700; font-size: 11pt; margin-bottom: 2px; }
.sh-topmid { text-align: center; }
.sh-banner { font-weight: 700; font-size: 12.5pt; letter-spacing: .04em; }
.sh-venue { font-size: 9pt; }
.sh-topright { font-size: 8.5pt; text-align: right; }

.sh-org { display: flex; justify-content: space-between; gap: 1rem; padding: 6px 0; font-size: 9pt; }
.sh-lbl { font-weight: 700; }
.sh-date { white-space: nowrap; font-size: 10pt; align-self: flex-end; }

.sh-lines { width: 100%; border-collapse: collapse; margin: 2px 0 4px; }
.sh-lines th {
  border-top: 1.5px solid #111; border-bottom: 1.5px solid #111;
  font-size: 8pt; text-align: left; padding: 2px 5px; text-transform: none;
  color: #111; letter-spacing: 0;
}
.sh-lines td { padding: 2px 5px; font-size: 9pt; border-bottom: none; vertical-align: top; }
.sh-lines tbody tr:hover { background: none; }
.sh-actual { font-size: 8pt; color: #333; }

.sh-fees { font-size: 7pt; color: #222; border-top: 1px solid #999; border-bottom: 1px solid #999; padding: 3px 0; margin-bottom: 6px; }

.sh-fb { display: flex; gap: 18px; }
.sh-fb .sh-col { flex: 1; min-width: 0; }
.sh-sec { margin-top: 6px; }
.sh-sec-title { font-weight: 700; font-size: 9.5pt; text-transform: uppercase; border-bottom: 1px solid #111; margin: 6px 0 3px; }
.sh-block { margin-bottom: 6px; }
.sh-block-title { font-weight: 700; }
.sh-block-body { white-space: normal; }
.sh-block-price { font-weight: 700; margin-top: 1px; }

.sh-signatures { display: flex; gap: 40px; margin-top: 26px; }
.sh-sig { flex: 1; }
.sh-sig-line { border-bottom: 1px solid #111; min-height: 20px; }
.sh-signed { font-style: italic; font-weight: 600; color: #123c1f; font-family: "Segoe Script", "Comic Sans MS", cursive; }
.sh-sig-cap { font-size: 8.5pt; padding-top: 2px; }
.sh-sig-date { float: right; }

.sh-footer { margin-top: 12px; font-size: 8pt; text-align: center; color: #222; border-top: 1px solid #999; padding-top: 4px; }

@media print {
  .noprint { display: none !important; }
  .print-body { background: #fff; }
  .print-page {
    width: auto; min-height: 0; margin: 0; padding: 0; box-shadow: none;
    page-break-after: always;
  }
  .print-page:last-child { page-break-after: auto; }
  @page { size: letter; margin: .55in .6in; }
}
