.wlg-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.wlg-form label {
    display: block;
    margin-bottom: 5px;
}

.wlg-form input[type="text"],
.wlg-form textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.wlg-form button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

#wlg-copy {
    background-color: #4CAF50;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    margin-top: 10px;
}

.wlg-output {
    margin-top: 20px;
}

#wlg-qrcode {
    margin-top: 10px;
    border-radius: 0 !important;
}

#wlg-qrcode img {
    border-radius: 0 !important;
}

#wlg-copy-qr {
    background-color: #4CAF50;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    margin-top: 10px;
}

#wlg-download-qr {
    background-color: #4CAF50;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    margin-top: 10px;
}