.heelo-charlieeee1 {
    display: none
}
.gap-3 {
  gap: 3rem
}

.pl-2 {
  padding-left: 2rem
}

.h-auto {
  height: auto
}

@media (min-width: 768px) {
  .md\:gap-5 {
    gap: 5rem
  }

  .md\:h-30 {
    height: 30rem
  }

  .md\:pt-10 {
    padding-top: 10rem
  }
}

@media (min-width: 1024px) {
  .lg\:pt-10 {
    padding-top: 10rem
  }
}

.keyword-search__input input:focus,
.location-search input:focus {
    /* outline: 2px solid #e3007469;
    
    outline-offset: 5px; */
    outline: 0;
    
    
}

button:focus {
    border: 2px solid #007bff;
    outline: none;
    box-shadow: 0 0 6px 2px #007bff;
}

select:focus {
  border: 2px solid #007bff;
  box-shadow: 0 0 6px 2px #007bff;
}