.elementor-1736 .elementor-element.elementor-element-4d96d87{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:40px 40px;--row-gap:40px;--column-gap:40px;}.elementor-1736 .elementor-element.elementor-element-f7b2f06{--display:flex;}.elementor-1736 .elementor-element.elementor-element-7811f88{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for html, class: .elementor-element-10d1d8f */#downtime-calculator {
  max-width: 600px;
  padding: 40px;
  /*border: 1px solid #0A4BFB;*/
  border-radius: 16px;
  background: #ffffff;

}

#downtime-calculator h1 {
  text-align: center;
  margin-bottom: 40px;
}

#downtime-calculator label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
  color:#000000;
}

#downtime-calculator input[type=range] {
  width: 100%;
  margin-top: 5px;

}

#result {
  margin-top: 25px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #333;
}/* End custom CSS */