#authyo_chatlead_test_verify_area {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    max-width: 400px;
}

#authyo_chatlead_test_mask_id {
    background: #f0f0f0;
    color: #555;
}

#authyo_chatlead_verify_result {
    margin-left: 10px;
    font-weight: bold;
}

#authyo_chatlead_test_result {
    margin-left: 10px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
}

.authyo-help-text {
    background-color: #f0f6fb;
    border-left: 4px solid #72aee6;
    padding: 12px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #3c434a;
}

.authyo-help-text .dashicons {
    margin-right: 8px;
    color: #72aee6;
}

.authyo-help-text a {
    margin-left: 4px;
    text-decoration: none;
    font-weight: 500;
}

.authyo-help-text a:hover {
    text-decoration: underline;
}
