/* RHA Doodle Poll v1.3.10 - scoped frontend layout */
.rha-doodle{
  --rha-bg:#ffffff;
  --rha-soft:#f8fafc;
  --rha-soft-2:#f1f5f9;
  --rha-border:#e2e8f0;
  --rha-border-strong:#cbd5e1;
  --rha-text:#0f172a;
  --rha-muted:#64748b;
  --rha-danger:#991b1b;
  --rha-danger-bg:#fff1f2;
  --rha-success:#166534;
  --rha-success-bg:#f0fdf4;
  --rha-warning:#9a3412;
  --rha-warning-bg:#fff7ed;
  --rha-focus:#dbeafe;
  box-sizing:border-box;
  max-width:980px;
  margin:24px auto;
  padding:24px;
  border:1px solid #e5e7eb;
  border-radius:18px;
  background:var(--rha-bg);
  box-shadow:0 10px 30px rgba(15,23,42,.06);
  color:var(--rha-text);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:16px;
  line-height:1.5;
}
.rha-doodle *{box-sizing:border-box;}
.rha-doodle.rha-doodle-app{padding:0;border:0;background:transparent;box-shadow:none;}
.rha-doodle .rha-doodle-card{padding:24px;margin:0 0 16px;border:1px solid #e5e7eb;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06);}
.rha-doodle h2{margin:0 0 14px;color:var(--rha-text);font-size:clamp(1.65rem,3vw,2.15rem);font-weight:850;line-height:1.15;letter-spacing:-.03em;}
.rha-doodle h3,.rha-doodle h4{color:var(--rha-text);font-weight:850;letter-spacing:-.02em;}
.rha-doodle-description,.rha-doodle-help,.rha-doodle-muted{color:var(--rha-muted);}
.rha-doodle-muted{margin:0;}
.rha-doodle-description{margin:0 0 18px;}

.rha-doodle-form,.rha-doodle-create-form,.rha-doodle-sharebox,.rha-doodle-participants,.rha-doodle-chart-wrap,.rha-doodle-live-vote-link,.rha-doodle-live-stats>div,.rha-doodle-result-only-note,.rha-doodle-live-empty{
  background:var(--rha-soft);
  border:1px solid var(--rha-border);
  border-radius:16px;
  box-shadow:none;
}
.rha-doodle-form,.rha-doodle-create-form{margin:18px 0;padding:18px;}
.rha-doodle-sharebox{display:grid;gap:10px;margin:18px 0;padding:16px;}
.rha-doodle-result-only-note{margin:12px 0 16px;padding:12px 14px;color:var(--rha-muted);}
.rha-doodle fieldset{border:0;padding:0;margin:0 0 14px;}
.rha-doodle legend{margin-bottom:8px;}
.rha-doodle input[type="text"],.rha-doodle input[type="url"],.rha-doodle textarea,.rha-doodle select{
  width:100%;max-width:100%;padding:10px 12px;border:1px solid var(--rha-border-strong);border-radius:10px;background:#fff;color:var(--rha-text);font:inherit;
}
.rha-doodle input:focus,.rha-doodle textarea:focus{outline:3px solid var(--rha-focus);outline-offset:2px;border-color:#94a3b8;}
.rha-doodle-help{display:block;margin-top:6px;font-size:.95em;}
.rha-doodle-create-settings{display:grid;gap:8px;margin:16px 0;}

.rha-doodle-options{display:grid;grid-template-columns:1fr;gap:8px;}
.rha-doodle-option{display:flex;gap:10px;align-items:flex-start;padding:14px;border:1px solid var(--rha-border);border-radius:14px;background:#fff;cursor:pointer;}
.rha-doodle-option:hover{background:var(--rha-soft-2);border-color:#94a3b8;}
.rha-doodle-option input{margin-top:4px;}
@media(min-width:720px){.rha-doodle-options{grid-template-columns:1fr 1fr;}}

.rha-doodle-submit,.rha-copy-btn,.rha-doodle-link-button,.rha-doodle-back-button,.rha-doodle-mini-button,.rha-doodle-delete-link{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px;box-sizing:border-box!important;border:1px solid var(--rha-border-strong)!important;border-radius:12px!important;background:#fff!important;color:var(--rha-text)!important;font-family:inherit!important;font-weight:750!important;line-height:1.2!important;text-decoration:none!important;box-shadow:0 1px 2px rgba(15,23,42,.04)!important;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .05s ease;
}
.rha-doodle-submit,.rha-doodle-link-button,.rha-doodle-back-button{padding:13px 18px!important;font-size:16px!important;}
.rha-copy-btn,.rha-doodle-mini-button,.rha-doodle-delete-link{padding:8px 10px!important;font-size:14px!important;min-height:38px;}
.rha-doodle-submit:hover,.rha-copy-btn:hover,.rha-doodle-link-button:hover,.rha-doodle-back-button:hover,.rha-doodle-mini-button:hover{background:var(--rha-soft-2)!important;border-color:#94a3b8!important;color:var(--rha-text)!important;text-decoration:none!important;}
.rha-doodle-submit:active,.rha-copy-btn:active,.rha-doodle-link-button:active,.rha-doodle-back-button:active,.rha-doodle-mini-button:active,.rha-doodle-delete-link:active{transform:translateY(1px);}
.rha-doodle-delete-link{border-color:#fecdd3!important;background:var(--rha-danger-bg)!important;color:var(--rha-danger)!important;}
.rha-doodle-delete-link:hover{background:#ffe4e6!important;border-color:#fda4af!important;color:#7f1d1d!important;}
.rha-doodle-back-wrap{margin-top:18px;}

.rha-doodle-message,.rha-doodle-error,.rha-doodle-closed{padding:12px 14px;margin:12px 0;border-radius:12px;border:1px solid transparent;font-weight:750;}
.rha-doodle-message{background:var(--rha-success-bg);border-color:#bbf7d0;color:var(--rha-success);}
.rha-doodle-error{background:var(--rha-danger-bg);border-color:#fecdd3;color:var(--rha-danger);}
.rha-doodle-closed{background:var(--rha-warning-bg);border-color:#fed7aa;color:var(--rha-warning);}

.rha-doodle-table-wrap{overflow-x:auto;}
.rha-doodle-table{width:100%;border-collapse:collapse;margin:0;}
.rha-doodle-table th,.rha-doodle-table td{padding:11px 10px;border-bottom:1px solid #e5e7eb;text-align:left;vertical-align:top;word-break:normal;overflow-wrap:normal;hyphens:none;}
.rha-doodle-table th{background:var(--rha-soft);font-weight:850;color:#334155;}
.rha-doodle-table a{font-weight:750;color:var(--rha-text);text-decoration:none;}
.rha-doodle-table a:hover{text-decoration:underline;}
.rha-doodle-best td{background:#ecfdf5;}
.rha-best-label{display:inline-block;margin-left:6px;padding:2px 8px;border-radius:999px;background:#bbf7d0;color:#166534;font-size:12px;}

.rha-doodle-dashboard-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;}
.rha-doodle-dashboard-hero h2{margin:0 0 6px;}
.rha-doodle-create-button{white-space:nowrap;}
.rha-doodle-dashboard-table th:nth-child(1){width:34%;}
.rha-doodle-dashboard-table th:nth-child(2){width:18%;}
.rha-doodle-dashboard-table th:nth-child(3){width:8%;}
.rha-doodle-dashboard-table th:nth-child(4){width:40%;}
.rha-doodle-actions{display:flex;flex-wrap:wrap;gap:6px;align-items:flex-start;}
.rha-doodle-actions .rha-doodle-mini-button,.rha-doodle-actions .rha-copy-btn,.rha-doodle-actions .rha-doodle-delete-link{margin:0!important;}
.rha-copy-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;}
.rha-doodle-status-cell{display:flex;flex-direction:column;gap:7px;align-items:flex-start;}
.rha-doodle-badge{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:850;}
.rha-doodle-badge.is-open{background:#f0fdf4;color:#166534;}
.rha-doodle-badge.is-closed{background:#f1f5f9;color:#475569;}
.rha-doodle-code-badge{display:inline-grid;gap:1px;padding:7px 10px;border:1px solid #c7d2fe;border-radius:12px;background:#eef2ff;color:#312e81;line-height:1.1;}
.rha-doodle-code-badge span{font-size:11px;font-weight:750;letter-spacing:0;text-transform:none;}
.rha-doodle-code-badge strong{font-size:16px;font-weight:950;letter-spacing:.08em;}

.rha-doodle-results{margin-top:22px;}
.rha-doodle-chart-wrap{display:grid;grid-template-columns:180px 1fr;gap:18px;align-items:center;margin:16px 0 22px;padding:18px;background:#fff;border-radius:18px;box-shadow:0 10px 30px rgba(15,23,42,.04);}
.rha-doodle-pie{width:180px;height:180px;border-radius:50%;border:1px solid var(--rha-border);box-shadow:inset 0 0 0 1px rgba(255,255,255,.55);}
.rha-doodle-chart-legend{display:grid;gap:10px;}
.rha-doodle-legend-item{display:flex;gap:8px;align-items:center;padding:9px 10px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;}
.rha-doodle-legend-color{width:14px;height:14px;border-radius:4px;flex:0 0 14px;}
.rha-doodle-participants{margin-top:16px;padding:14px;background:var(--rha-soft);}
.rha-doodle-participants h4{margin:0 0 8px;}
.rha-doodle-participants p{display:flex;gap:8px;flex-wrap:wrap;margin:0;}
.rha-participant-chip{display:inline-flex;border:1px solid var(--rha-border);border-radius:999px;background:var(--rha-soft-2);padding:8px 12px;color:#334155;font-weight:750;}

.rha-doodle.rha-doodle-live{width:min(100% - 24px,1100px);max-width:1100px;margin:24px auto!important;text-align:center;background-size:cover;background-position:center;background-repeat:no-repeat;}
.rha-doodle-live h2{text-align:center;width:100%;}
.rha-doodle-live .rha-doodle-live-inner{display:grid;gap:18px;justify-items:center;width:100%;margin:0 auto;}
.rha-doodle-live-vote-link{text-align:center;padding:26px;margin:0 auto;font-size:20px;line-height:1.35;background:rgba(248,250,252,.94);border-radius:20px;width:100%;max-width:980px;}
.rha-doodle-live-label{margin:0 0 10px;color:#334155;font-size:16px;font-weight:850;}
.rha-doodle-live-vote-url,.rha-doodle-live-vote-url:link,.rha-doodle-live-vote-url:visited{display:inline;color:#0f172a!important;font-size:clamp(1.6rem,3vw,2.8rem)!important;font-weight:900!important;line-height:1.15!important;text-decoration:underline!important;text-underline-offset:5px;overflow-wrap:anywhere;}
.rha-doodle-live-code-line{margin-top:16px;font-size:clamp(1.6rem,3vw,2.8rem);font-weight:900;line-height:1.2;}
.rha-doodle-live-code-line>span:first-child{margin-right:8px;}
.rha-doodle-live-code{display:inline-flex;align-items:center;justify-content:center;width:auto;margin:0;padding:6px 12px;border:1px solid var(--rha-border-strong);border-radius:12px;background:rgba(255,255,255,.94);color:#111827;font-size:inherit;font-weight:950;letter-spacing:3px;vertical-align:middle;}
.rha-doodle-live-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 auto;width:100%;max-width:980px;}
.rha-doodle-live-stats>div{padding:16px;text-align:center;background:#fff;border-radius:18px;box-shadow:0 10px 30px rgba(15,23,42,.04);}
.rha-doodle-live-stats strong{display:block;font-size:clamp(2rem,4vw,3.2rem);font-weight:950;line-height:1.1;letter-spacing:-.04em;}
.rha-doodle-live-stats span{display:block;margin-top:4px;color:var(--rha-muted);font-weight:700;}
.rha-doodle-live-leader{margin:0;padding:16px 18px;border:1px solid #bbf7d0;border-radius:14px;background:#f0fdf4;color:#166534;font-size:1.2rem;font-weight:850;}
.rha-doodle-live-empty{padding:18px;font-weight:750;}
.rha-doodle-live-chart{grid-template-columns:280px 1fr;margin:0 auto;padding:24px;width:100%;max-width:980px;text-align:left;}
.rha-doodle-live-pie{width:280px;height:280px;}
.rha-doodle-live .rha-doodle-chart-legend{font-size:1.05rem;text-align:left;width:100%;}

.rha-doodle-live-code-form input[type="text"]{max-width:280px;text-transform:uppercase;font-size:1.2rem;font-weight:750;letter-spacing:.08em;}
.rha-doodle-embed{box-shadow:none;border:0;margin:0;border-radius:0;}

@media(max-width:700px){
  .rha-doodle{max-width:100%;margin:16px auto;padding:18px;border-radius:16px;}
  .rha-doodle.rha-doodle-app{padding:0 12px;}
  .rha-doodle .rha-doodle-card{padding:18px;border-radius:16px;}
  .rha-doodle-dashboard-hero{display:block;}
  .rha-doodle-create-button{width:100%;margin-top:14px;}
  .rha-doodle-table-wrap{overflow-x:visible;}
  .rha-doodle-dashboard-table,.rha-doodle-dashboard-table thead,.rha-doodle-dashboard-table tbody,.rha-doodle-dashboard-table th,.rha-doodle-dashboard-table td,.rha-doodle-dashboard-table tr{display:block;width:100%!important;box-sizing:border-box;}
  .rha-doodle-dashboard-table thead{display:none;}
  .rha-doodle-dashboard-table{border-collapse:separate;border-spacing:0;}
  .rha-doodle-dashboard-table tr{margin:0 0 16px;padding:16px;border:1px solid var(--rha-border);border-radius:16px;background:#fff;box-shadow:0 4px 14px rgba(15,23,42,.04);}
  .rha-doodle-dashboard-table td{border:0;padding:7px 0;text-align:left;}
  .rha-doodle-dashboard-table td[data-label]::before{content:attr(data-label) ': ';font-weight:850;color:#334155;}
  .rha-doodle-dashboard-table .rha-doodle-poll-title-cell::before,.rha-doodle-dashboard-table .rha-doodle-actions::before{content:'';display:none;}
  .rha-doodle-dashboard-table .rha-doodle-poll-title-cell{font-size:18px;padding-bottom:10px;border-bottom:1px solid #e5e7eb;margin-bottom:8px;}
  .rha-doodle-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:10px;}
  .rha-doodle-actions .rha-doodle-mini-button,.rha-doodle-actions .rha-copy-btn,.rha-doodle-actions .rha-doodle-delete-link,.rha-doodle-submit,.rha-doodle-link-button,.rha-doodle-back-button{width:100%!important;min-height:44px!important;margin:0!important;padding:10px 12px!important;white-space:normal!important;text-align:center!important;}
  .rha-doodle-status-cell{gap:8px;}
  .rha-doodle-code-badge{width:100%;max-width:260px;}
  .rha-doodle-chart-wrap,.rha-doodle-live-chart{grid-template-columns:1fr;justify-items:center;}
  .rha-doodle-chart-legend{justify-self:stretch;}
  .rha-doodle-live-stats{grid-template-columns:1fr;}
  .rha-doodle-live-pie{width:220px;height:220px;}
  .rha-doodle-live-vote-link{padding:18px;font-size:18px;width:100%;max-width:100%;}
  .rha-doodle-live-vote-url,.rha-doodle-live-vote-url:link,.rha-doodle-live-vote-url:visited{font-size:clamp(1.25rem,7vw,1.9rem)!important;}
  .rha-doodle-live-code-line{font-size:clamp(1.25rem,7vw,1.9rem);}
  .rha-doodle-live-chart{width:100%;max-width:100%;text-align:center;}
  .rha-doodle-live .rha-doodle-chart-legend{text-align:left;}
  .rha-doodle-live-code{display:flex;margin:8px auto 0;width:100%;max-width:420px;}
  .rha-doodle-live-code-line>span:first-child{display:block;margin:0 0 6px;}
}


/* v1.3.10: målrettet centrering af live-siden. Kun livevisningen rammes. */
.rha-doodle.rha-doodle-live{
  width:min(1100px, calc(100vw - 32px)) !important;
  max-width:calc(100vw - 32px) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding:clamp(16px, 4vw, 32px) !important;
  overflow:hidden !important;
}
.rha-doodle.rha-doodle-live,
.rha-doodle.rha-doodle-live *{
  box-sizing:border-box !important;
}
.rha-doodle-live .rha-doodle-live-inner{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.rha-doodle-live .rha-doodle-live-vote-link,
.rha-doodle-live .rha-doodle-live-stats,
.rha-doodle-live .rha-doodle-live-leader,
.rha-doodle-live .rha-doodle-live-chart,
.rha-doodle-live .rha-doodle-participants,
.rha-doodle-live .rha-doodle-live-empty{
  width:min(100%, 980px) !important;
  max-width:100% !important;
  min-width:0 !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.rha-doodle-live .rha-doodle-live-vote-url{
  max-width:100% !important;
  overflow-wrap:anywhere !important;
  word-break:break-word !important;
}
.rha-doodle-live .rha-doodle-live-code-line{
  width:100% !important;
  max-width:100% !important;
  text-align:center !important;
}
@media(max-width:700px){
  .rha-doodle.rha-doodle-live{
    width:calc(100vw - 24px) !important;
    max-width:calc(100vw - 24px) !important;
    margin:12px auto !important;
    padding:14px !important;
    border-radius:18px !important;
  }
  .rha-doodle-live h2,
  .rha-doodle-live .rha-doodle-description{
    text-align:center !important;
    max-width:100% !important;
  }
  .rha-doodle-live .rha-doodle-live-vote-link,
  .rha-doodle-live .rha-doodle-live-stats,
  .rha-doodle-live .rha-doodle-live-leader,
  .rha-doodle-live .rha-doodle-live-chart,
  .rha-doodle-live .rha-doodle-participants,
  .rha-doodle-live .rha-doodle-live-empty{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
  .rha-doodle-live .rha-doodle-live-vote-link{
    padding:18px 14px !important;
  }
  .rha-doodle-live .rha-doodle-live-code{
    width:100% !important;
    max-width:100% !important;
  }
}

/* v1.3.11: hård overflow-rettelse for live-siden. Kun livevisningen rammes. */
.rha-doodle.rha-doodle-live{
  display:block !important;
  width:auto !important;
  max-width:1100px !important;
  min-width:0 !important;
  margin-left:auto !important;
  margin-right:auto !important;
  overflow-x:hidden !important;
  box-sizing:border-box !important;
}
.rha-doodle.rha-doodle-live,
.rha-doodle.rha-doodle-live *{
  box-sizing:border-box !important;
}
.rha-doodle-live .rha-doodle-live-inner{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  overflow-x:hidden !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
}
.rha-doodle-live .rha-doodle-live-inner > *,
.rha-doodle-live .rha-doodle-live-vote-link,
.rha-doodle-live .rha-doodle-live-stats,
.rha-doodle-live .rha-doodle-live-leader,
.rha-doodle-live .rha-doodle-live-chart,
.rha-doodle-live .rha-doodle-participants,
.rha-doodle-live .rha-doodle-live-empty,
.rha-doodle-live .rha-doodle-chart-wrap{
  width:100% !important;
  max-width:980px !important;
  min-width:0 !important;
  margin-left:auto !important;
  margin-right:auto !important;
  transform:none !important;
}
.rha-doodle-live .rha-doodle-live-vote-url,
.rha-doodle-live .rha-doodle-live-code-line,
.rha-doodle-live .rha-doodle-live-code,
.rha-doodle-live .rha-doodle-description,
.rha-doodle-live h2{
  max-width:100% !important;
  min-width:0 !important;
  overflow-wrap:anywhere !important;
  word-break:break-word !important;
}
.rha-doodle-live .rha-doodle-live-pie,
.rha-doodle-live .rha-doodle-pie{
  max-width:100% !important;
  flex:0 0 auto !important;
}
@media(max-width:700px){
  .rha-doodle.rha-doodle-live{
    width:auto !important;
    max-width:none !important;
    margin:12px 12px !important;
    padding:14px !important;
  }
  .rha-doodle-live .rha-doodle-live-inner > *,
  .rha-doodle-live .rha-doodle-live-vote-link,
  .rha-doodle-live .rha-doodle-live-stats,
  .rha-doodle-live .rha-doodle-live-leader,
  .rha-doodle-live .rha-doodle-live-chart,
  .rha-doodle-live .rha-doodle-participants,
  .rha-doodle-live .rha-doodle-live-empty,
  .rha-doodle-live .rha-doodle-chart-wrap{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
  .rha-doodle-live .rha-doodle-live-chart,
  .rha-doodle-live .rha-doodle-chart-wrap{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    justify-items:center !important;
    padding-left:12px !important;
    padding-right:12px !important;
  }
  .rha-doodle-live .rha-doodle-chart-legend{
    width:100% !important;
    max-width:100% !important;
  }
}


/* v1.3.12: livevisning matcher livequiz-modellen. Baggrund på stage, transparente kort og scoped layout. */
.rha-doodle-live-stage{
  box-sizing:border-box;
  width:100%;
  max-width:1180px;
  margin:24px auto;
}
.rha-doodle-live-stage-has-bg{
  background-image:var(--rha-doodle-live-bg-image);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  border-radius:26px;
  padding:42px 34px;
  box-shadow:0 12px 36px rgba(15,23,42,.10);
}
.rha-doodle-live-stage .rha-doodle.rha-doodle-live{
  background:rgba(255,255,255,.88) !important;
  backdrop-filter:blur(2px);
  -webkit-backdrop-filter:blur(2px);
  background-image:none !important;
  margin:0 auto !important;
  width:100% !important;
  max-width:1100px !important;
}
.rha-doodle-live-stage .rha-doodle-live h2{
  text-align:center !important;
  font-size:clamp(2.8rem, 6vw, 5rem) !important;
  line-height:1.03 !important;
  font-weight:950 !important;
  letter-spacing:-0.055em !important;
  margin:0 0 32px !important;
  padding:12px 0 24px !important;
  border-bottom:2px solid var(--rha-border) !important;
  color:var(--rha-text) !important;
}
.rha-doodle-live-stage .rha-doodle-description{
  display:none !important;
}
.rha-doodle-live-stage-has-bg .rha-doodle-live-vote-link,
.rha-doodle-live-stage-has-bg .rha-doodle-live-stats>div,
.rha-doodle-live-stage-has-bg .rha-doodle-chart-wrap,
.rha-doodle-live-stage-has-bg .rha-doodle-participants,
.rha-doodle-live-stage-has-bg .rha-doodle-live-empty{
  background:rgba(255,255,255,.88) !important;
  backdrop-filter:blur(2px);
  -webkit-backdrop-filter:blur(2px);
}
.rha-doodle-live-stage .rha-doodle-live-stats{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  margin-top:0 !important;
}
.rha-doodle-live-stage .rha-doodle-live-chart{
  order:10;
}
.rha-doodle-live-stage .rha-doodle-live-stats{
  order:20;
}
.rha-doodle-live-stage .rha-doodle-participants{
  order:30;
}
@media(max-width:700px){
  .rha-doodle-live-stage{
    margin:16px auto;
    width:100%;
    max-width:100%;
  }
  .rha-doodle-live-stage-has-bg{
    padding:18px 12px;
    border-radius:22px;
  }
  .rha-doodle-live-stage .rha-doodle.rha-doodle-live{
    width:100% !important;
    max-width:100% !important;
    margin:0 auto !important;
  }
  .rha-doodle-live-stage .rha-doodle-live h2{
    font-size:2.6rem !important;
    margin-bottom:24px !important;
    padding-bottom:18px !important;
  }
  .rha-doodle-live-stage .rha-doodle-live-stats{
    grid-template-columns:1fr !important;
  }
}

/* v1.3.13: finjustering af livevisning. Kun livesiden rammes. */
.rha-doodle-live-stage .rha-doodle-live-vote-link,
.rha-doodle-live-stage .rha-doodle-live-vote-link .rha-doodle-live-label,
.rha-doodle-live-stage .rha-doodle-live-vote-link .rha-doodle-live-vote-url,
.rha-doodle-live-stage .rha-doodle-live-vote-link .rha-doodle-live-code-line,
.rha-doodle-live-stage .rha-doodle-live-vote-link .rha-doodle-live-code,
.rha-doodle-live-stage .rha-doodle-live-vote-link .rha-doodle-live-code-value{
  font-size:clamp(1.25rem, 2.15vw, 1.75rem) !important;
  line-height:1.22 !important;
}
.rha-doodle-live-stage .rha-doodle-live-vote-link .rha-doodle-live-label{
  margin:0 0 12px !important;
  color:var(--rha-text) !important;
  font-weight:900 !important;
}
.rha-doodle-live-stage .rha-doodle-live-vote-link .rha-doodle-live-vote-url{
  font-weight:900 !important;
  text-underline-offset:4px !important;
}
.rha-doodle-live-stage .rha-doodle-live-code-line{
  margin-top:14px !important;
  font-weight:900 !important;
}
.rha-doodle-live-stage .rha-doodle-live-code{
  padding:5px 10px !important;
  letter-spacing:3px !important;
}
.rha-doodle-live-stage .rha-doodle-live-chart{
  order:10 !important;
}
.rha-doodle-live-stage .rha-doodle-live-leader{
  order:15 !important;
  width:min(100%, 980px) !important;
  max-width:100% !important;
  margin:0 auto !important;
}
.rha-doodle-live-stage .rha-doodle-live-stats{
  order:20 !important;
}
.rha-doodle-live-stage .rha-doodle-participants{
  order:30 !important;
}
.rha-doodle-live-stage .rha-doodle-live .rha-doodle-chart-legend{
  font-size:clamp(1.25rem, 2.1vw, 1.9rem) !important;
  line-height:1.28 !important;
  font-weight:800 !important;
}
.rha-doodle-live-stage .rha-doodle-live .rha-doodle-legend-item{
  align-items:flex-start !important;
  gap:12px !important;
  margin-bottom:10px !important;
}
.rha-doodle-live-stage .rha-doodle-live .rha-doodle-legend-color{
  flex:0 0 auto !important;
  margin-top:.28em !important;
}
@media(max-width:700px){
  .rha-doodle-live-stage .rha-doodle-live-vote-link,
  .rha-doodle-live-stage .rha-doodle-live-vote-link .rha-doodle-live-label,
  .rha-doodle-live-stage .rha-doodle-live-vote-link .rha-doodle-live-vote-url,
  .rha-doodle-live-stage .rha-doodle-live-vote-link .rha-doodle-live-code-line,
  .rha-doodle-live-stage .rha-doodle-live-vote-link .rha-doodle-live-code,
  .rha-doodle-live-stage .rha-doodle-live-vote-link .rha-doodle-live-code-value{
    font-size:clamp(1.05rem, 5.2vw, 1.45rem) !important;
  }
  .rha-doodle-live-stage .rha-doodle-live .rha-doodle-chart-legend{
    font-size:clamp(1.1rem, 5.2vw, 1.45rem) !important;
    line-height:1.3 !important;
  }
}
