.elementor-851 .elementor-element.elementor-element-e02117d{--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-4a371c5 */.teach-calc__input {
  width: 100%;
  padding: 12px 50px 12px 14px;
  font-size: 15px;
  color: #1a1a1a;
  background-color: #ffffff;
  border: 1.5px solid #000000;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.teach-calc__field {
  position: relative;
}

.teach-calc__field::after {
  content: "❯";
  position: absolute;
  right: 18px;
  bottom: 12px;
  color: #8b0000;
  transform: rotate(90deg);
  pointer-events: none;
  font-size: 17px;
}/* End custom CSS */