.elementor-38 .elementor-element.elementor-element-0eddc76{--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 shortcode, class: .elementor-element-66245ed */#cep, #buscar-representante {
  border-radius: 30px;
  padding: 12px 18px;
  font-size: 16px;
  border: 1px solid #ccc;
}

#buscar-representante {
  background-color: #d62727;
  color: white;
  margin-left: 10px;
  cursor: pointer;
  transition: background 0.3s;
}

#buscar-representante:hover {
  background-color: #b91c1c;
}

#cep, #buscar-representante {
  display: inline-block;
  vertical-align: middle;
}

#cep {
  width: 60%;
  max-width: 300px;
}/* End custom CSS */