.elementor-27259 .elementor-element.elementor-element-b32363d:not(.elementor-motion-effects-element-type-background), .elementor-27259 .elementor-element.elementor-element-b32363d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#22382D;}.elementor-27259 .elementor-element.elementor-element-b32363d > .elementor-container{min-height:150px;}.elementor-27259 .elementor-element.elementor-element-b32363d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-150px;margin-bottom:0px;}.elementor-27259 .elementor-element.elementor-element-b32363d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-27259 .elementor-element.elementor-element-e281e2c{padding:30px 0px 30px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-27259 .elementor-element.elementor-element-25e25fe{text-align:center;}.elementor-27259 .elementor-element.elementor-element-25e25fe .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:39px;font-weight:900;color:#22382D;}.elementor-27259 .elementor-element.elementor-element-002d9e6.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-27259 .elementor-element.elementor-element-3aea16e > .elementor-widget-container{border-radius:20px 20px 20px 20px;}/* Start custom CSS for html, class: .elementor-element-3aea16e */.crm-box {
  background: #49a874;
  padding: 40px;
  border-radius: 24px;
  max-width: 420px;
  margin: auto;
  font-family: 'Poppins', sans-serif;
}

.crm-linha {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.crm-box input,
.crm-box select {
  width: 100%;
  padding: 5px 10px;
  border-radius: 25px;
  border: none;
  outline: none;
  font-size: 12px;
  font-family:"Montserrat";
  border-radius:20px !important;
}


.crm-box input[readonly] {
  background: #eaeaea;
}

.crm-linha button {
  background: #1e4d3a;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 0 18px;
  cursor: pointer;
  white-space: nowrap;
}

.crm-submit {
  width: 100%;
  background: #ff8c6a;
  color: #fff;
  border: none;
  padding: 16px;
  border-radius: 30px;
  font-weight: 600;
  margin-top: 15px;
  cursor: pointer;
  transition: 0.2s;
}

.crm-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#crm_status {
  font-size: 13px;
  margin-bottom: 10px;
  color: #fff;
}

.crm-box label {
  display: block;
  color: #ffffff;
  font-size: 13px;
  margin: 12px 0 6px;
  font-weight: 500;
}

/* remove placeholder visual */
.crm-box input::placeholder {
  color: transparent;
}

.crm-linha {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}

.crm-campo {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.crm-campo label {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}

/* tamanhos proporcionais */
.crm-campo:nth-child(1) { flex: 1; } /* CRM maior */
.crm-campo:nth-child(2) { flex: 2; } /* UF menor */
.crm-botao { flex: 1;}

/* botão alinhado com input */
.crm-botao button {
  height: 48px;
  border-radius: 25px;
  background: #1e4d3a;
  color: #fff;
  border: none;
  cursor: pointer;
}

#buscarCRM {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  height:25px;
}

.crm-botao {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* cria espaço igual ao label dos outros campos */
.crm-botao::before {
  content: '';
  display: block;
  height: 22px; /* 👈 ajuste fino aqui */
  margin-bottom: 5px;
}/* End custom CSS */