:root{--hp-calc-primary:#0072ce;--hp-primary-deep:#005fa3;--hp-calc-border:#d4d8db;--hp-calc-radius:3px;--hp-calc-spacing:1rem;--hp-calc-gap:0.6rem;--hp-calc-white:#ffffff}.hp-calc-input-field-container{padding:calc(var(--hp-calc-spacing) * 2);background-color:#ffffff!important;border:1px solid var(--hp-calc-border)!important;border-radius:var(--hp-calc-radius)}.hp-calc-field{display:flex;flex-direction:column;margin-bottom:.75rem}.calc-type-lable{font-weight:600!important}.hp-calc-field label{margin-bottom:var(--hp-calc-gap);font-weight:500;font-size:.95rem}.hp-calc-form fieldset{border:1px solid var(--hp-calc-border);border-radius:var(--hp-calc-radius);padding:1rem;margin:0}.hp-calc-form legend{padding:0 var(--hp-calc-gap);font-weight:600;font-size:1rem}.hp-calc-actions{display:flex;justify-content:space-between;gap:var(--hp-calc-gap);margin-top:1rem!important}.hp-calc-btn{margin-top:1rem}.hp-calc-result{padding:calc(var(--hp-calc-spacing) * 2);background-color:var(--hp-calc-white);border:1px solid var(--hp-calc-border)!important;border-radius:var(--hp-calc-radius)}.hp-calc-result-title{margin-top:0;margin-bottom:var(--hp-calc-gap);font-size:1.3rem;font-weight:700;color:var(--hp-calc-primary)!important}.hp-calc-result-text{background-color:var(--hp-calc-bg);padding:1rem;border-radius:var(--hp-calc-radius);white-space:pre-wrap;overflow-x:auto;max-height:380px;border:1px solid var(--hp-calc-border)}@media (max-width:600px){.hp-calc-header,.hp-calc-input-field-container,.hp-calc-result{padding:1rem}}@media (max-width:550px){.hp-calc-actions{flex-wrap:wrap}}@media (max-width:455px){.dunk-calc-actions{flex-direction:column}}
