.epg-qr-payment-instructions,
.epg-qr-upload-form-wrap {
    margin: 24px 0;
    padding: 24px;
    border: 1px solid #d9dee5;
    border-radius: 12px;
    background: #ffffff;
}

.epg-qr-payment-instructions h2,
.epg-qr-upload-form-wrap h3 {
    margin-top: 0;
}

.epg-qr-code-wrap {
    margin: 20px 0;
}

.epg-qr-code-image {
    max-width: 280px;
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #d9dee5;
    border-radius: 10px;
    background: #f8fafc;
    padding: 10px;
}

.epg-qr-upload-form input[type="text"],
.epg-qr-upload-form input[type="file"] {
    width: 100%;
    max-width: 420px;
}

.epg-qr-order-note {
    margin-top: 16px;
}

.epg-qr-block-description {
    font-size: 14px;
    line-height: 1.5;
    color: #4b5563;
    margin-top: 6px;
}

.epg-qr-block-label {
    font-weight: 600;
}

/* === upgraded styling === */
.epg-qr-payment-box {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    margin: 24px 0;
}

.epg-qr-payment-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 12px;
    color: #111827;
}

.epg-qr-instructions-text p {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 14px;
}

.epg-qr-account-details {
    font-size: 14px;
    margin: 16px 0;
}

.epg-qr-account-details p {
    margin: 0 0 10px;
    color: #374151;
}

.epg-qr-account-details strong {
    color: #111827;
}

.epg-qr-image-wrapper {
    text-align: center;
    margin: 20px 0;
}

.epg-qr-image-wrapper .epg-qr-code-image {
    max-width: 320px;
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 12px;
    border: 1px solid #d9dee5;
    background: #f8fafc;
    padding: 10px;
}

.epg-qr-order-note {
    margin-top: 16px;
    font-size: 14px;
    color: #374151;
}

.epg-qr-upload-box {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    margin: 24px 0;
}

.epg-qr-upload-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #111827;
}

.epg-qr-upload-help {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 18px;
}

.epg-qr-proof-submitted {
    background: #eef6ff;
    border: 1px solid #cfe0ff;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 18px;
}

.epg-qr-proof-submitted p {
    margin: 0 0 8px;
}

.epg-qr-proof-submitted p:last-child {
    margin-bottom: 0;
}

.epg-qr-field {
    margin-bottom: 18px;
}

.epg-qr-field label {
    display: block;
    margin-bottom: 8px;
    color: #111827;
}

.epg-qr-upload-form input[type="text"],
.epg-qr-upload-form input[type="file"] {
    width: 100%;
    max-width: 460px;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #ffffff;
    box-sizing: border-box;
}

.epg-qr-upload-form input[type="file"] {
    padding: 8px;
}

.epg-qr-field-note {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #6b7280;
}

.epg-qr-submit-wrap {
    margin-top: 8px;
    margin-bottom: 0;
}

.epg-qr-submit-button {
    display: inline-block;
    background: #1d4ed8;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.epg-qr-submit-button:hover {
    background: #1e40af;
}

.epg-qr-submit-button:focus {
    outline: 2px solid #93c5fd;
    outline-offset: 2px;
}