
.vdfwb2025-wrapper {
    background-color: #e6f0ff;
    border: 1px solid #99ccff;
    padding: 20px;
    max-width: 400px;
    margin: 20px auto;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}
.vdfwb2025-wrapper h3 {
    color: #0055cc;
}
.vdfwb2025-wrapper input, .vdfwb2025-wrapper button {
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #cccccc;
}
.vdfwb2025-wrapper button {
    background-color: #0073e6;
    color: white;
    font-weight: bold;
    cursor: pointer;
}
.vdfwb2025-wrapper button:hover {
    background-color: #005bb5;
}
