.search-form:invalid .search-btn {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.search-input:invalid {
  box-shadow: none;
}