
.ris-help-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);display:none;align-items:center;justify-content:center;z-index:100000;padding:20px}
.ris-help-overlay.open{display:flex}.ris-help-modal{width:min(1180px,96vw);height:min(820px,92vh);background:#fff;border-radius:12px;box-shadow:0 22px 70px rgba(0,0,0,.35);display:flex;flex-direction:column;overflow:hidden;color:#1f2937}
.ris-help-header{background:#163a63;color:#fff;padding:14px 18px;display:flex;align-items:center;justify-content:space-between}.ris-help-title{font-size:20px;font-weight:700}.ris-help-close{border:0;background:transparent;color:#fff;font-size:34px;cursor:pointer}
.ris-help-toolbar{padding:12px 16px;border-bottom:1px solid #d8dee8;background:#f5f7fa}.ris-help-search{width:100%;padding:11px 13px;border:1px solid #aeb8c5;border-radius:7px;font-size:15px}
.ris-help-body{display:grid;grid-template-columns:260px 1fr;min-height:0;flex:1}.ris-help-nav{border-right:1px solid #d8dee8;background:#f7f8fa;padding:10px;overflow:auto}
.help-nav-button{width:100%;display:block;text-align:left;border:0;background:transparent;padding:10px 11px;border-radius:6px;font-size:14px;cursor:pointer;color:#27364a}.help-nav-button:hover,.help-nav-button.active{background:#e6edf6;color:#133f6f;font-weight:700}
.ris-help-content{padding:22px 28px;overflow:auto;line-height:1.55}.ris-help-content h2{margin-top:0;color:#173d68}.ris-help-content h3{margin-top:22px;color:#244f7d}.help-example{background:#edf5ff;border-left:4px solid #2e6da4;padding:11px 13px;margin:14px 0;border-radius:4px}
.help-faq{border:1px solid #d8dee8;border-radius:7px;margin:8px 0}.help-faq summary{cursor:pointer;font-weight:700;padding:11px 13px}.help-faq p{padding:0 13px 12px;margin:0}.help-table{border-collapse:collapse;width:100%;margin:12px 0}.help-table th,.help-table td{border:1px solid #d7dde5;padding:9px 10px;text-align:left}.help-table th{width:150px;background:#f1f5f9}
.context-help-button{margin-left:6px;border:1px solid #8aa2ba;background:#eef5fb;color:#17446f;border-radius:50%;width:20px;height:20px;line-height:17px;font-weight:700;font-size:12px;cursor:pointer;padding:0;flex:0 0 20px}
.context-help-control-row{display:flex;align-items:center;gap:6px;width:100%}
.context-help-control-row>input,.context-help-control-row>select,.context-help-control-row>textarea{flex:1 1 auto;min-width:0;width:auto}
.context-help-control-row>.context-help-button{margin-left:0}
@media(max-width:760px){.ris-help-overlay{padding:6px}.ris-help-modal{width:100%;height:96vh}.ris-help-body{grid-template-columns:1fr}.ris-help-nav{border-right:0;border-bottom:1px solid #d8dee8;display:flex;gap:6px;overflow-x:auto}.help-nav-button{width:auto;min-width:max-content}.ris-help-content{padding:18px}}

/* Version 1.25: bessere Lesbarkeit der Abkürzungstabelle */
.help-table th{color:#173d68!important;font-weight:800!important;font-size:14px!important;background:#e8eef6!important}
.help-table td{color:#263547!important}

/* Admin-Hilfeeditor */
.help-admin-section{margin:20px 0;padding:18px;border:1px solid #d6dee8;border-radius:12px;background:#f8fafc}
.help-admin-heading{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}
.help-admin-heading h2{margin:3px 0 5px}.help-admin-heading p{margin:0;color:#53657a}
.help-admin-eyebrow{font-size:12px;font-weight:800;letter-spacing:2px;color:#e86b25}
.help-admin-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:20px;margin-top:16px}
.help-admin-left,.help-admin-right{background:#fff;border:1px solid #dbe2ea;border-radius:9px;padding:14px}
.help-admin-section label{display:flex;flex-direction:column;gap:5px;font-size:13px;font-weight:700;margin-bottom:10px}
.help-admin-section input,.help-admin-section select,.help-admin-section textarea{width:100%;box-sizing:border-box;border:1px solid #bcc8d6;border-radius:6px;padding:9px;font:inherit;background:#fff;color:#17283b}
.help-admin-section textarea{resize:vertical;line-height:1.45}
.help-admin-row{display:flex;gap:7px;margin:5px 0 12px}.help-admin-row button,.help-admin-preview,.ha-save{border:0;border-radius:7px;padding:9px 13px;cursor:pointer;font-weight:700;background:#e96c27;color:#fff}
.help-admin-row .ha-up,.help-admin-row .ha-down{background:#e7eef6;color:#173d68}
.help-admin-row .danger{background:#9f2d2d}.help-admin-check{flex-direction:row!important;align-items:center!important}.help-admin-check input{width:auto!important}
.help-admin-actions{display:flex;justify-content:flex-end;align-items:center;gap:15px;margin-top:14px}.ha-status{font-size:13px;color:#316946}
.help-admin-right h3{margin-top:0}.help-admin-right p{font-size:13px;color:#53657a}
@media(max-width:900px){.help-admin-grid{grid-template-columns:1fr}}

/* Version 1.26.1 – dezente RIsource-Pflichtfelder */
.risource-required-field{color:#c8441b!important;font-weight:700!important}
.risource-required-field>input,
.risource-required-field>select,
.risource-required-field>textarea{color:initial;font-weight:initial}
.risource-required-badge,.risource-required-legend{display:none!important}
/* Tabellen in der Hilfe besser lesbar */
.help-table th{min-width:170px;vertical-align:top}
.help-table td{line-height:1.45}
