.hk-calculator{padding:24px;border:1px solid #d8dcd5;border-radius:8px;background:#f0f2eb;color:#23382e}
.hk-scale-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.hk-scale-form label{display:flex;flex-direction:column;gap:8px;font:inherit;font-size:1rem}
.hk-scale-form input,.hk-scale-form select{box-sizing:border-box;width:100%;padding:12px;border:1px solid #87948a;border-radius:4px;background:#fff;color:#23382e;font:inherit;min-height:48px}
.hk-scale-form input:disabled{opacity:.55}.hk-scale-form button{align-self:end;padding:14px;border:0;border-radius:4px;background:#23382e;color:#fff;font:inherit;cursor:pointer;min-height:48px}
.hk-scale-form :focus-visible{outline:3px solid #b45b26;outline-offset:3px}.hk-scale-result:empty{display:none}.hk-scale-result{padding:16px;background:#fff;font-weight:650;overflow-wrap:anywhere}.hk-scale-result.is-error{color:#8a291b}
@media(max-width:600px){.hk-scale-form{grid-template-columns:1fr}.hk-calculator{padding:16px}}
