/* Macro Read takes — margin + drawer cards (DOC-9085BAFD07D5). Light theme. */
.gce-macro-take {
  background: #fff; border: 1px solid #e5e7eb; border-radius: 10px;
  padding: 9px 12px; margin: 8px 0; font: 13px/1.45 system-ui; color: #374151;
}
.gce-macro-take.gce-macro-doc { border-color: #2563eb; background: #eff6ff; }
.gce-macro-take .mac-hd { font-weight: 700; color: #1e3a8a; margin-bottom: 4px; font-size: 12px; }
.gce-macro-take .mac-pair { font-weight: 500; color: #2563eb; }
.gce-macro-take .mac-sec-h { font-weight: 700; color: #111827; margin-bottom: 2px; font-size: 12px; }
.gce-macro-take .mac-body { white-space: normal; }
.gce-macro-take .mac-flag {
  margin-top: 6px; padding: 6px 8px; border-radius: 8px;
  background: #fef9c3; border: 1px solid #fde047; font-size: 12px; color: #713f12;
}
.gce-macro-take .mac-flag-mismatch { background: #ffedd5; border-color: #fdba74; color: #7c2d12; }
.gce-macro-take .mac-flag-k { font-weight: 700; text-transform: capitalize; }
.gce-macro-take .mac-discuss {
  margin-left: 6px; border: 1px solid #d1d5db; background: #fff; color: #374151;
  border-radius: 6px; padding: 2px 8px; cursor: pointer; font-size: 11px;
}
.gce-macro-take .mac-discuss:hover { border-color: #2563eb; color: #2563eb; }
.gce-macro-conv-take {
  border-left: 3px solid #2563eb; background: #f8fafc; border-radius: 8px;
  padding: 8px 10px; margin: 6px 0; font: 13px/1.45 system-ui; color: #374151;
}
.gce-macro-conv-take .mac-hd { font-weight: 700; color: #1e3a8a; margin-bottom: 4px; font-size: 12px; }
.gce-macro-take .mac-verify { margin-top: 6px; font-size: 12px; color: #2563eb; font-weight: 600; }
