.inquiry-form-wrapper-853d2183 {
    max-width: 100%;
    margin: 0 auto;
}
.inquiry-form-group-853d2183 {
    margin-bottom: 15px;
}
.inquiry-form-group-853d2183 label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}
.inquiry-form-group-853d2183 input,
.inquiry-form-group-853d2183 textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.inquiry-form-btn-853d2183 {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.inquiry-form-response-853d2183 {
    margin-top: 15px;
    font-weight: bold;
}
.inquiry-form-response-853d2183.success { color: green; }
.inquiry-form-response-853d2183.error { color: red; }