/* Shared branding for every standalone revision-note page. */
.crt-pdf-brand {
  display: none;
}

@media print {
  @page {
    margin-bottom: 16mm;
  }

  body::before {
    content: "ClassRoom Thinker";
    position: fixed;
    top: 48%;
    left: 50%;
    z-index: 2147483000;
    color: rgba(24, 36, 52, 0.055);
    font: 900 44pt/1 Inter, "Segoe UI", sans-serif;
    letter-spacing: 0.04em;
    white-space: nowrap;
    pointer-events: none;
    transform: translate(-50%, -50%) rotate(-28deg);
  }

  .crt-pdf-brand {
    display: block !important;
    position: fixed;
    right: 10mm;
    bottom: 5mm;
    z-index: 2147483001;
    color: #245f68 !important;
    font: 700 9pt/1.2 Inter, "Segoe UI", sans-serif;
    letter-spacing: 0.02em;
    text-decoration: none !important;
    white-space: nowrap;
  }

  .crt-pdf-brand::before {
    content: "ClassRoom Thinker  •  ";
    color: #354052;
  }
}
