/*
 Theme Name:   Hello Iolite Child
 Theme URI:    https://iolitekrypt.com/
 Description:  Child Theme for Hello Elementor
 Author:       Iolite Krypt
 Author URI:   https://iolitekrypt.com/about/
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Add your custom CSS below */

/* Job search filter */
.job-filter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.job-filter-form input,
.job-filter-form select {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 16px;
}
.job-filter-form button {
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 16px;
  cursor: pointer;
}
.job-filter-form button:hover {
  background: #005f8d;
}

.wpforms-field .wpforms-error {
    color: #ff0000;
    font-weight: 600;
    margin-top: 5px;
    display: block;
}
