.property-search-form {
    max-width: 600px;
    margin: 2em auto;
    padding: 1em;
}

.property-search-form .form-field {
    margin-bottom: 1em;
}

.property-search-form label {
    display: block;
    margin-bottom: 0.5em;
    font-weight: bold;
}

.property-search-form .description {
    display: block;
    font-size: 0.9em;
    color: #666;
    font-weight: normal;
    margin-top: 0.2em;
}

.property-search-form input[type="text"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 1em;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.property-search-form .button {
    background: #0073aa;
    border-color: #0073aa;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}

.property-search-form .button:hover {
    background: #005177;
}

.property-results {
    margin-top: 2em;
}

.property-item {
    background: #f9f9f9;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.property-item h3 {
    margin-top: 0;
    color: #23282d;
}

.property-item pre {
    background: #fff;
    padding: 1em;
    overflow-x: auto;
    border: 1px solid #eee;
    border-radius: 3px;
}

.button-group {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}

.button-group .button {
    margin: 0;
}
