#wtfq-container {
    max-width: 700px;
    margin: 30px auto;
    padding: 30px;
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
    border-radius: 15px;
    border: 2px solid #ddd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#wtfq-container h2 {
    text-align: center;
    color: #007bff;
    margin-bottom: 20px;
}

#wtfq-container select, #wtfq-container button {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
}

#wtfq-container button {
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

#wtfq-container button:hover {
    background-color: #0056b3;
}

#wtfq-container #wtfq-result {
    margin-top: 20px;
    padding: 20px;
    background-color: #e9ecef;
    border-radius: 10px;
}

#wtfq-result h3 {
    text-align: center;
    color: #28a745;
}

.wtfq-feature {
    margin: 6px;
}

.wtfq-feature input {
    margin-right: 6px;
}
