/* The live room's tools for the ISL and the øvelsesleder: the scene editor, tasks, injects and removing a participant. */
.skade-vind[hidden] { display: none; }
.skade-gruppe { margin-bottom: 8px; }
.skade-knapper { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 6px; }
.skade-knapper .btn { min-height: 40px; }
.skade-knapper .btn.mini { min-height: 36px; }
.skade-valgt { border: 1px solid var(--line); border-radius: 8px; padding: 8px 10px; margin-bottom: 8px; }
.skade-greb { border-radius: 8px; }
.skade-greb.valgt { outline: 3px dashed #4fa3ff; outline-offset: 2px; }
.skade-hjoerne { border: 3px solid #fff; border-radius: 50%; background: #4fa3ff; box-shadow: 0 1px 3px rgba(0, 0, 0, .6); }

.opg-liste { list-style: none; margin: 0 0 8px; padding: 0; display: grid; gap: 8px; }
.opg { border: 1px solid var(--line); border-radius: 8px; padding: 8px 10px; background: #1b2129; }
.opg-haster { border-color: #d7263d; }
.opg-maerke { display: inline-block; margin-left: 6px; padding: 0 6px; border-radius: 9px; background: #d7263d; color: #fff; font-size: 11px; font-weight: 700; line-height: 18px; }
.opg-status { margin: 0 0 6px; color: var(--acc); font-size: 12px; overflow-wrap: anywhere; }
.opg-form select, .indspil-form select, .indspil-form input[type="number"] { background: #222a33; color: var(--txt); border: 1px solid #36414d; border-radius: 6px; padding: 6px; font: inherit; }
.opg-form .rum-felt, .indspil-form .rum-felt { margin-bottom: 6px; }
.mld-indspil { border-left: 4px solid var(--event); }

.indspil-knapper { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 8px; }
.indspil-knapper .btn[aria-pressed="true"] { background: #24402f; color: var(--acc); }
.indspil-liste { list-style: none; margin: 6px 0 0; padding: 0; display: grid; gap: 4px; font-size: 13px; }
.indspil-liste li { display: flex; justify-content: space-between; align-items: center; gap: 8px; color: var(--muted); }
.indspil-liste li > span:first-child { flex: 1; }
.indspil-spredning { flex-direction: row; align-items: center; gap: 6px; }
.indspil-liste li.kommende { color: var(--txt); }

.rum-liste .rum-fjern { margin-left: 6px; padding: 2px 8px; font-size: 12px; }
