/* 微信密码保护样式 */
.wecp-password-form {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 20px 0;
}

.wecp-password-form p {
    margin-bottom: 15px;
}

.wecp-password-form input[type="text"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 10px;
}

.wecp-password-form button[type="submit"] {
    background-color: #0073aa;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 3px;
    cursor: pointer;
}

.wecp-password-form button[type="submit"]:hover {
    background-color: #0062a0;
}