mj-unicef-calculator{display:flex;flex-direction:column;font-family:var(--font-heading-family);gap:18px;margin:36px auto}@media(min-width:750px){mj-unicef-calculator{width:70%}}mj-unicef-calculator #calculator-values{text-align:center}@media(min-width:750px){mj-unicef-calculator #calculator-values{order:-1;text-align:end}}mj-unicef-calculator .calculator-equal{text-align:center}@media(min-width:750px){mj-unicef-calculator .calculator-equal{display:none}}mj-unicef-calculator .calculator-text-list{font-size:1.6rem;margin-top:24px;text-align:center}@media(min-width:750px){mj-unicef-calculator .calculator-text-list{margin-top:0;text-align:start}}mj-unicef-calculator input[type=range]{--range-progress:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer;width:100%}mj-unicef-calculator input[type=range]:focus{outline:none}mj-unicef-calculator input[type=range]::-webkit-slider-runnable-track{background:#ec1a33;background:linear-gradient(to right,#ec1a33 0,#ec1a33 var(--range-progress),#ddd var(--range-progress),#ddd 100%);border-radius:10px;height:16px}mj-unicef-calculator input[type=range]::-moz-range-track{background:#ec1a33;background:linear-gradient(to right,#ec1a33 0,#ec1a33 var(--range-progress),#ddd var(--range-progress),#ddd 100%);border-radius:10px;height:16px}mj-unicef-calculator input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 4px rgba(30,30,30,.25);height:34px;width:34px}mj-unicef-calculator input[type=range]::-moz-range-thumb{-moz-appearance:none;appearance:none;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 4px rgba(30,30,30,.25);height:34px;width:34px}mj-unicef-calculator input[type=range]::-webkit-slider-thumb{margin-top:-9px}