.elementor-9588 .elementor-element.elementor-element-5dc58d5{--display:flex;}.elementor-9588 .elementor-element.elementor-element-af08899{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f50c0f9 */#svg-container {
      width: 100%;
      height: 500px; /* Adjust this height as needed */
      border: 1px solid #ccc;
      overflow: hidden;
  }

  /* Style the buttons */
  button {
      padding: 10px 15px;
      margin: 5px;
      cursor: pointer;
      background-color: #4CAF50;
      color: white;
      border: none;
      border-radius: 4px;
      font-size: 16px;
  }

  button:hover {
      background-color: #45a049;
  }
  svg {
        width: 100%;
        height: 100%;
    }/* End custom CSS */