.slider-circle input[type="range"] {
  position: relative !important;
  height: 0.25rem !important;
}

.slider-circle input[type="range"]::after {
  content: "" !important;
  position: absolute !important;
  top: calc(-1 * (0.65rem + 1px)) !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
  left: calc((100% - 1.5rem) / 7 * 5 - 1px) !important;
  border: 2px solid var(--wpforms-button-background-color) !important;
  border-radius: 50% !important;
}
