.feature-dialog.usage-panel{padding:0;overflow:hidden;max-height:min(85dvh,calc(100dvh - 28px));isolation:isolate}
.feature-dialog.usage-panel[open]{display:flex;flex-direction:column}
.usage-panel>.modal-heading{position:relative;flex-shrink:0;margin:0;padding:18px 22px;background:inherit;border-bottom:1px solid #dfe5d6}
.usage-body{min-height:0;overflow-y:auto;overflow-x:hidden;padding:0 22px 12px;margin-bottom:16px;scrollbar-width:thin;scrollbar-gutter:stable;overscroll-behavior:contain}
.usage-window progress{display:block;flex:0 0 100%;width:100%;height:6px;appearance:none;-webkit-appearance:none;border:0;border-radius:3px;overflow:hidden;background:#e1e6e2;color:#55836c}
.usage-window progress::-webkit-progress-bar{background:#e1e6e2;border-radius:3px}
.usage-window progress::-webkit-progress-value{background:#55836c;border-radius:3px}
.usage-window progress::-moz-progress-bar{background:#55836c;border-radius:3px}
[data-theme=dark] .usage-panel>.modal-heading{border-color:#3a4535}
[data-theme=dark] .usage-window progress,[data-theme=dark] .usage-window progress::-webkit-progress-bar{background:#38463d}
