.elementor-760 .elementor-element.elementor-element-59c63f3{--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-b5e937c *//* ✅ Equal Size for Input & Select */
.fd-calculator-box input,
.fd-calculator-box select {
  width: 100%;
  height: 46px; /* same fixed height */
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cbd5e0;
  margin-top: 6px;
  font-size: 15px;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
  box-sizing: border-box;
  line-height: 1.4;  /* keep vertical alignment consistent */
}

/* 🔧 Fix select box differences */
.fd-calculator-box select {
  appearance: none;       /* remove default OS arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%233182ce' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
  padding-right: 40px; /* space for arrow */
}/* End custom CSS */