/* Start custom CSS for html, class: .elementor-element-283bb2d */#searchField,
#yearSelect,
#archiveYearSelect {
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  /*min-width: 200px;*/
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05);
  transition: border-color 0.2s ease;
}

#searchField:focus,
#yearSelect:focus,
#archiveYearSelect:focus {
  border-color: #007bff;
  outline: none;
}/* End custom CSS */