.audit-widget {
    font-family: Arial, sans-serif;
}

.audit-widget .question {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    background: #fff;
}

.audit-widget textarea {
    width: 100%;
    min-height: 70px;
    box-sizing: border-box;
}

.audit-widget button {
    padding: 10px 20px;
    cursor: pointer;
}