/* Basic horizontal row, inherits Elementor styles */
.hwb-wrap { width: 100%; }
.hwb-form .hwb-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  height: 150px;
}
.hwb-form .hwb-field input,
.hwb-form .hwb-field select {
  min-width: 180px;
  padding: 24px 42px;
  height: 80px;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
}
.hwb-form .hwb-submit .hwb-submit-btn {
  display: inline-flex;
  text-decoration: none;
  width: 100%;
  text-align: center;
  line-height: 40px;
  background: #111;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
}

.hwb-field {
  width: 15%;
}
.hwb-submit-btn span {
  text-align: center;
  width: 100% !important;
}
/* Optional: make selects look consistent inside Elementor columns */
.hwb-form .elementor-field {
  border: 1px solid rgba(0,0,0,.2);
}
@media (max-width: 768px) {
  .hwb-form .hwb-row{height: 100% !important;}
  .hwb-form .hwb-field { flex: 1 1 100%; }
  .hwb-form .hwb-field input,
  .hwb-form .hwb-field select { width: 100%; }
}