.themo-simple-calculator{display:flex;flex-flow:row wrap;gap:1rem;justify-content:center;padding:2rem}.themo-simple-calculator--shadow{background:#fff;border-radius:1rem;box-shadow:0 6px 7px 1px rgba(92,79,161,.1)}.themo-simple-calculator *{box-sizing:border-box;margin:0;padding:0}.themo-simple-calculator__header{flex-basis:100%;font-family:Averta,sans-serif;font-weight:400;margin-bottom:1rem;text-align:center}.themo-simple-calculator__header h2{font-size:1.25rem;font-weight:400}.themo-simple-calculator__fields{color:#333;text-align:center}.themo-simple-calculator__input{display:inline-block;margin-top:1rem;position:relative}.themo-simple-calculator__input__units{color:#666;font-size:.875rem;position:absolute;right:1rem;top:.5rem}.themo-simple-calculator label{color:#333;font-size:.875rem}.themo-simple-calculator input[type=number]{-moz-appearance:textfield;border:1px solid #333;border-radius:.3rem;font-family:Averta,sans-serif;font-size:1rem;line-height:1.25rem;padding:.5rem;width:10rem}.themo-simple-calculator__savings{font-size:1.8rem;margin-top:.5rem}@media (max-width:480px){.themo-simple-calculator__result{text-align:center}}.themo-simple-calculator__smallprint{color:#999;text-align:center}