:root{--presentatie-breedte:500px;--presentatie-hoogte:140px;--donkerblauw:#022a86;--accentrood:#e00305;--tekstkleur:#20242a;--logovlak:#f5f7fb}*{box-sizing:border-box}body{min-height:100vh;margin:0;padding:32px;background:#eef1f6;color:var(--tekstkleur);font-family:Arial,Helvetica,sans-serif}body.presentatie-ingesloten{min-height:140px;padding:0;background:transparent}.presentatie-ingesloten .editor__knoppen,.presentatie-ingesloten .editor__status,.presentatie-ingesloten .editor__uitleg{display:none}.editor{width:max-content;max-width:100%;margin:0 auto}.editor__uitleg{width:var(--presentatie-breedte);margin:0 0 12px;font-size:14px;line-height:1.45}.scorebord-presentatie{position:relative;width:var(--presentatie-breedte);height:var(--presentatie-hoogte);overflow:hidden;border:2px solid var(--donkerblauw);border-radius:4px;background:#fff;color:var(--tekstkleur);font-family:Arial,Helvetica,sans-serif}.scorebord-presentatie__logozone{position:absolute;inset:0 0 3px auto;width:145px;background:var(--logovlak);border-left:2px solid rgb(2 42 134/20%)}.scorebord-presentatie__logo{position:absolute;top:50%;right:5px;display:block;width:132px;height:132px;object-fit:contain;transform:translateY(-50%)}.scorebord-presentatie__inhoud{position:absolute;inset:0 145px 3px 0;padding:8px 11px 0 10px}.scorebord-presentatie__slogan{height:17px;overflow:hidden;color:var(--donkerblauw);font-size:12.2px;font-weight:700;line-height:15px;white-space:nowrap}.scorebord-presentatie__scheidslijn{height:1px;margin:0 0 7px;background:rgb(2 42 134/32%)}.scorebord-presentatie__koppelingstitel{height:12px;overflow:hidden;font-size:9.5px;font-weight:700;line-height:12px;white-space:nowrap}.scorebord-presentatie__koppelingen{height:14px;overflow:hidden;font-size:8.8px;line-height:13px;white-space:nowrap}.scorebord-presentatie__functies{display:grid;grid-template-columns:177px 1fr;grid-auto-rows:14px;margin-top:0}.scorebord-presentatie__functie{display:flex;min-width:0;align-items:center;gap:5px;overflow:hidden;font-size:9.5px;line-height:12px;white-space:nowrap}.scorebord-presentatie__functie--breed{grid-column:1/-1}.scorebord-presentatie__stip{flex:0 0 5px;width:5px;height:5px;border-radius:50%;background:var(--accentrood)}.scorebord-presentatie__url{position:absolute;right:10px;bottom:5px;left:11px;height:21px;overflow:hidden;color:var(--donkerblauw);font-size:17px;font-weight:700;letter-spacing:.25px;line-height:21px;white-space:nowrap}.scorebord-presentatie__rode-lijn{position:absolute;right:0;bottom:0;left:0;height:3px;background:var(--accentrood)}.bewerkbaar:focus{outline:1px dashed var(--accentrood);outline-offset:1px}.editor__knoppen{display:flex;gap:10px;margin-top:14px}.exportknop{appearance:none;border:0;border-radius:5px;padding:9px 14px;background:var(--donkerblauw);color:#fff;font:700 14px/1 Arial,Helvetica,sans-serif;cursor:pointer}.exportknop:hover{background:#001e67}.exportknop:disabled{cursor:wait;opacity:.55}.editor__status{min-height:20px;margin:8px 0 0;color:#31415f;font-size:13px}