.qoa-order-form {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #ddd;
    max-width: 500px;
    margin-top: 20px;
}

.qoa-order-form h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #333;
}

.qoa-order-form input,
.qoa-order-form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.qoa-order-form input[type="submit"] {
    background-color: #27ae60;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.qoa-order-form input[type="submit"]:hover {
    background-color: #219150;
}

.qoa-summary-box {
    background: #eef8f2;
    padding: 15px;
    border: 1px dashed #27ae60;
    border-radius: 6px;
    margin-bottom: 15px;
}

.qoa-response-message {
    font-size: 1em;
    color: #2ecc71;
    text-align: center;
    margin-top: 10px;
}
