.adv-qr-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    background: #fff;
}

.adv-qr-left,
.adv-qr-right {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.adv-qr-left h3,
.adv-qr-right h3 {
    margin-bottom: 16px;
}

.adv-qr-left input,
.adv-qr-left textarea,
.adv-qr-left select {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 14px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
}

#adv_generate_qr {
    background: #1f3bb3;
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    width: 100%;
    border: none;
    font-weight: 600;
}

#adv_qr_preview {
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    display: flex;
    justify-content: center;
}

.adv-qr-right button {
    width: 100%;
    margin-top: 12px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    background: red!important;
    color:#fff!important;
}
