/**
 * Search input for the GTranslate "Nice dropdown with flags" widget.
 */
.gt-search-wrapper {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 4px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  width: 92%;
}

.gt-search-input {
  width: 100%;
  box-sizing: border-box;
  padding: 4px 6px;
  margin-bottom: 0.5rem !important;
  border: 1px solid #ccc;
  font-size: 12px !important;
  font-family: Arial, sans-serif;
  outline: none;
  background: #fff;
  color: #333;
  height: 25px !important;
}

.gt-search-input:focus {
  border-color: #666;
}
