/* markup.css – gemeinsame Darstellung von Aufgaben (App-Vorschau + PDF) */
.mk-cols{display:flex;gap:6mm;align-items:flex-start;margin:1mm 0 3mm;break-inside:avoid}
.mk-col{min-width:0}
.mk-col>:last-child{margin-bottom:0}
.mk-callout{border:1.2px solid var(--acc,#1A5F7A);border-radius:2.2mm;padding:2mm 3.5mm 2.2mm;margin:1mm 0 3mm;background:#f5f9fa;break-inside:avoid}
.mk-callout-title{font-weight:700;color:var(--acc,#1A5F7A);font-size:.92em;margin-bottom:1mm}
.mk-callout p:last-child{margin-bottom:0}
.mk-box-tipp,.mk-box-hilfe{border-color:#E89F3A;background:#fffaf3}
.mk-box-tipp .mk-callout-title,.mk-box-hilfe .mk-callout-title{color:#C56B2E}
.mk-box-zusatz{border-style:dashed;border-color:#C56B2E;background:#fff}
.mk-box-zusatz .mk-callout-title{color:#C56B2E}
.mk-box-achtung{border-color:#b3261e;background:#fdf3f2}
.mk-box-achtung .mk-callout-title{color:#b3261e}
.mk-box-loesung{border-color:#1f9d6b;background:#f2fbf6}
.mk-box-loesung .mk-callout-title{color:#16734f}
.mk-turtle{display:inline-flex;flex-direction:column;align-items:center;margin:1mm 3mm 2mm 0;vertical-align:top}
.mk-turtle svg{display:block;max-width:100%;height:auto}
.mk-turtle figcaption{font-size:.8em;color:#5a6670;margin-top:1mm}
.mk-error{color:#b3261e;font-size:.85em}
.nsd-wrap{margin:1mm 0 3mm;display:inline-block;max-width:100%;break-inside:avoid}
.nsd-title{font-weight:700;margin-bottom:1mm}
.nsd{border:1px solid #222;font-size:.92em;min-width:55mm;background:#fff;color:#111}
.nsd-a{padding:1.2mm 2mm;border-top:1px solid #222}
.nsd>:first-child{border-top:0}
.nsd-loop{border-top:1px solid #222;background:#e7f1f4}
.nsd-head{padding:1.2mm 2mm}
.nsd-body{margin-left:6mm;border-left:1px solid #222;background:#fff}
.nsd-body>:first-child{border-top:1px solid #222}
.nsd-if{border-top:1px solid #222}
.nsd-cond{position:relative;height:11mm;text-align:center}
.nsd-cond svg{position:absolute;inset:0;width:100%;height:100%}
.nsd-condtext{position:relative;display:block;padding-top:.8mm}
.nsd-yes,.nsd-no{position:absolute;bottom:.5mm;font-size:.75em}
.nsd-yes{left:1.5mm}.nsd-no{right:1.5mm}
.nsd-branches{display:flex;border-top:1px solid #222}
.nsd-branch{flex:1;min-width:0}
.nsd-branch+.nsd-branch{border-left:1px solid #222}
.nsd-branch>:first-child{border-top:0}
.nsd-empty{text-align:center;color:#777}
.sb-linenum{font-weight:700}
.mk-be{float:right;font-weight:700;color:#C56B2E;font-size:.9em;margin-left:3mm;white-space:nowrap}
