.atv-audit-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

.atv-audit-form label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

.atv-audit-form input,
.atv-audit-form textarea,
.atv-audit-form select {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.atv-audit-form button {
    margin-top: 15px;
    padding: 10px 15px;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.notice {
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
}

.notice-success {
    background: #d4edda;
    color: #155724;
}

.notice-error {
    background: #f8d7da;
    color: #721c24;
}
.atv-audit-form input,
.atv-audit-form textarea {
    text-transform: uppercase;
}