.elementor-widget-search .elementor-pagination{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}/* Start custom CSS for html, class: .elementor-element-7e6eadf *//* Remove bordas do campo de entrada */
.gsc-input, .gsc-input-box, .gsc-search-box {
  border: none !important;

  background: transparent !important;
}

/* Ajuste para o campo de entrada */
input.gsc-input {
  outline: none !important;
}

/* Remove borda e fundo do botão de pesquisa */
button.gsc-search-button {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Remove bordas na área de resultados */
.gsc-control-cse, .gsc-results-wrapper-nooverlay, .gsc-results-wrapper-overlay {

}

/* Remove bordas ao redor da caixa de pesquisa */
td.gsc-input {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
}

.gsc-clear-button {
  display: none !important;
}/* End custom CSS */