.property-location-search-form {
    max-width: 600px;
    margin: 60px auto;
    padding: 30px;
    background-color: #fdfdfd;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0,0,0,0.05);
    font-family: Arial, sans-serif;
}

.property-location-search-form label {
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
}

.property-location-search-form input[type="text"],
.property-location-search-form input[type="number"],
.property-location-search-form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

.property-location-search-form input[type="submit"] {
    width: 100%;
    padding: 12px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.property-location-search-form input[type="submit"]:hover {
    background-color: #005a8c;
}
