.msp-app .msp-help-label,.msp-admin .msp-help-label { position:relative; }
.msp-app .msp-help-label>span:first-child,.msp-admin .msp-help-label { padding-right:26px; }
.msp-app :is(.msp-check,.msp-inline-upload,.msp-project-import).msp-help-label { padding-right:28px; }
.msp-app .msp-help-trigger,.msp-admin .msp-help-trigger {
    position:absolute;top:0;right:0;display:inline-flex;align-items:center;justify-content:center;
    width:22px;height:22px;min-width:22px;padding:0;border:1px solid #b9c7d0;border-radius:50%;
    background:#fff;color:#173b57;font:700 12px/1 system-ui;cursor:help;z-index:1;
}
.msp-app .msp-help-trigger:focus-visible,.msp-admin .msp-help-trigger:focus-visible { outline:3px solid #267899;outline-offset:2px; }
.msp-app .msp-help-trigger--inline,.msp-admin .msp-help-trigger--inline { position:relative;vertical-align:middle;margin-left:6px; }
.msp-app .msp-help-trigger[aria-expanded=true],.msp-admin .msp-help-trigger[aria-expanded=true] { background:#173b57;color:#fff; }
.msp-app .msp-help-popup,.msp-admin .msp-help-popup {
    position:fixed;z-index:1000001;padding:13px 15px;border:1px solid #bacbd7;border-radius:8px;
    background:#fff;color:#173b57;box-shadow:0 6px 24px rgba(23,59,87,.18);font:13px/1.55 system-ui;
    max-height:calc(100vh - 24px);overflow:auto;overflow-wrap:anywhere;text-align:left;
}
.msp-app .msp-help-popup[hidden],.msp-admin .msp-help-popup[hidden] { display:none; }
.msp-app .msp-help-descriptions,.msp-admin .msp-help-descriptions { position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0; }
@media(pointer:coarse) {
    .msp-app .msp-help-trigger,.msp-admin .msp-help-trigger { width:26px;height:26px; }
    .msp-app .msp-help-label>span:first-child,.msp-admin .msp-help-label { padding-right:30px; }
}
