

.gc-cert-search {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  flex-wrap: wrap;
}

.gc-cert-search-input {
  width: 320px;
  max-width: 100%;
  height: 34px;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-appearance: none;
  appearance: none;
}

.gc-cert-search-input:focus {
  outline: none;
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

.gc-cert-search-counter {
  font-size: 12px;
  color: #777;
}

.gc-cert-search-empty td {
  text-align: center;
  color: #777;
  padding: 14px 8px;
}

.gc-cert-search-note {
  font-size: 12px;
  color: #999;
}

