.lp-result-row{display:flex;flex-direction:column;align-items:stretch;gap:6px}.lp-row-label{white-space:normal;min-width:0}.lp-barline{display:grid;grid-template-columns:1fr auto;align-items:center;column-gap:10px;width:100%}.lp-bar{width:100%;min-width:0;height:10px;background:#f3f4f6;border-radius:999px;overflow:hidden;box-sizing:border-box}.lp-bar>span{display:block;height:100%;background:#4b5563}.lp-row-pct{min-width:44px;text-align:right}.lp-btn.is-loading{position:relative;opacity:.85;pointer-events:none}.lp-btn.is-loading::after{content:"";position:absolute;right:10px;top:50%;width:14px;height:14px;margin-top:-7px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:lp-spin .8s linear infinite}@keyframes lp-spin {
  to { transform: rotate(360deg); }
}