.post-advertise-banner {
  background-image: url("../imgs/publish-advertise.jpg");
  height: 572px;
}

.post-advertise-banner .white-filter {
  margin-top: 20px;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.search-btn {
  background-color: var(--green-color);
  color: #fff;
  padding: 12px 16px;
  border-radius: 4px;
  font-weight: 700;
  border: none;
  cursor: pointer;
}

.owner-name {
  font-weight: 600;
  font-size: 18px;
  color: black;
}

.white-filter .form-field select{
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    outline: none;
    transition: all 0.2s ease-in-out;
}

