/* Water Heater Requirements */
.wh-requirement{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:rgba(28,37,51,0.5);border-radius:6px;border:1px solid var(--edge)}
.wh-req-label{font-size:13px;font-weight:500}
.wh-req-status{font-size:20px;font-weight:700}
.wh-req-status.met{color:var(--green)}
.wh-req-status.unmet{color:var(--red)}
