.consultiq-wrapper {
    max-width: 700px;
    margin: auto;
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.consultiq-wrapper form {
    margin-bottom: 20px;
}
.consultiq-wrapper label {
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}
.consultiq-wrapper input {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.consultiq-wrapper button {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.consultiq-wrapper button:hover {
    background-color: #005f8d;
}
.consultiq-results ul {
    list-style: none;
    padding: 0;
}
.consultiq-results li {
    margin-bottom: 15px;
}
.consultiq-results a {
    color: #0073aa;
    text-decoration: underline;
}
.robots-box {
    background: #f4f4f4;
    padding: 10px;
    border-radius: 4px;
    font-family: monospace;
    white-space: pre-wrap;
}
