
/* The replica notice: a slim banner above everything, so it reads as a notice and not as part of the design. */
.replica-notice { background: #1f2328; color: #fff; font: 400 11px/1.45 -apple-system, "Segoe UI", "Hiragino Sans", "Yu Gothic UI", Meiryo, sans-serif;
  padding: 5px 14px; margin: 0; border: 0; position: relative; z-index: 2147483000; }
.replica-notice p { margin: 0; }
.replica-notice a { color: #9ec5ff; text-decoration: underline; }

/* Level 1 adds markup, never pixels: this container is read by agents and by assistive technology, and shows nothing. */
.zag-offscreen { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0;
  overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }

/* Level 2's visible additions, and the pages ZAG generates from the data layer (class zag-page, not Toshiba's). */
.zag-page { max-width: 960px; margin: 0 auto; padding: 16px 20px 48px;
  font-family: -apple-system, "Segoe UI", "Hiragino Sans", "Yu Gothic UI", Meiryo, sans-serif; line-height: 1.6; color: #1a1a1a; }
.zag-page table, .zag-specs table, .zag-answer table { border-collapse: collapse; margin: 12px 0; font-size: 14px; }
.zag-page th, .zag-page td { border: 1px solid #ccc; padding: 4px 8px; vertical-align: top; }
.zag-page th { background: #f4f4f4; }
.zag-page a, .zag-answer a { color: #0b4fb3; }
.zag-answer { border-left: 3px solid #0b4fb3; padding: 4px 14px; margin: 12px 0 20px; }
.zag-lede { font-size: 17px; margin: 6px 0; }
.zag-specs { margin: 16px 0 24px; }
.zag-scroll { overflow-x: auto; }
.zag-specs td, .zag-specs th { border: 1px solid #ccc; padding: 4px 8px; font-size: 13px; }
.zag-faq { max-width: 960px; margin: 16px auto; padding: 0 20px; }
td.src { font-size: 11px; color: #666; }
