.hp-calculator--compact [hidden] { display: none !important; }
.hp-calculator--compact .hp-calculator-validation {
  margin: 0;
  padding: 16px;
  border-left: 3px solid #9e392e;
  background: #fff7f5;
  color: #66251f;
  font-size: 16px;
  line-height: 1.6;
}
.hp-calculator--compact input[aria-invalid="true"] { border-color: #9e392e; }
.hp-calculator--compact .hp-calculator-field-error { margin: 6px 0 0; color: #66251f; font-size: 15px; line-height: 1.5; }
.hp-calculator--compact .hp-calculator-model-note { font-size: 15px; line-height: 1.65; }
.hp-calculator--compact .hp-calculator-model-note summary { cursor: pointer; padding: 12px 0; font-weight: 600; }
.hp-calculator--compact .hp-calculator-model-note p { margin: 0 0 12px; }
.hp-calculator--compact [data-hp-efc-pace] { font-size: 24px !important; line-height: 1.3 !important; overflow-wrap: anywhere; }
.hp-calculator--compact .hp-calculator-unit { display: block; font-size: 15px; font-weight: 400; line-height: 1.5; }
.hp-calculator--compact [class$="__actions"] { gap: 12px; }
