#anxiety-test-form {
    width: 100% !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
}

#anxiety-test-form h3 {
    text-align: center !important;
}

#anxiety-test-form p {
    margin: 10px 0 !important;
}

#anxiety-test-form label {
    display: block !important;
    margin: 5px 0 !important;
    color:#000 !important;
}

#anxiety-test-form input[type="submit"] {
    display: block !important;
    width: 100% !important;
    padding: 10px !important;
    background-color: #0073aa !important;
    color: white !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
}

#anxiety-test-form input[type="submit"]:hover {
    background-color: #005a87 !important;
}

.option-label {
    display: block !important;
    padding: 10px !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    margin-bottom: 5px !important;
    background-color: white !important;
    transition: background-color 0.3s !important;
}

.option-labelx:hover {
    background-color: #f7f7f7 !important;
}

.option-label input[type="radio"] {
        background-color: red !important;

}

.option-label input[type="radio"]:checked + label {
    background-color: #e6f7ff !important;
    border-color: #80d4ff !important;
}
