td.gsc-search-button {
  width: auto;
  padding: 0;
  vertical-align: middle;
}

.gsc-search-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  background-color: #4285f4;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  min-width: 40px;
  min-height: 32px;
}

.gsc-search-button svg {
  width: 16px;
  height: 16px;
  fill: white;
}
