.elementor-444 .elementor-element.elementor-element-61e0a2b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-3457d3e */.meter-container {
      max-width: 500px;
  margin: auto;
  background: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      text-align: center;
    }
    h1 {
       font-family: "Inter", Sans-serif;
  font-size: 28px;
      margin-bottom: 15px;
    }
    input[type="range"] {
      width: 100%;
    }
    .bar {
      height: 20px;
      border-radius: 10px;
      background-color: #005C53;
      margin: 15px 0;
      transition: background-color 0.3s, width 0.3s;
    }
    .message {
      font-weight: bold;
      margin-top: 10px;
    }/* End custom CSS */