.pek-yp-checkout-note {
    margin-top: 10px;
    padding: 12px 14px;
    background: #fff5fb;
    border: 1px solid #f3c7df;
    border-radius: 8px;
    font-size: 14px;
}

.pek-yp-order-pay-wrap {
    margin: 24px 0;
}

.pek-yp-card {
    max-width: 760px;
    padding: 24px;
    border: 1px solid #e7e7e7;
    border-radius: 14px;
    background: #fff;
}

.pek-yp-card h2 {
    margin: 0 0 12px;
}

.pek-yp-instructions {
    margin-bottom: 18px;
}

.pek-yp-summary,
.pek-yp-data {
    display: grid;
    gap: 8px;
}

.pek-yp-payment-box {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 24px;
    align-items: center;
    margin: 22px 0;
}

.pek-yp-qr img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.pek-yp-upload-form {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.pek-yp-help {
    margin-top: 18px;
    font-size: 14px;
    color: #555;
}

@media (max-width: 640px) {
    .pek-yp-payment-box {
        grid-template-columns: 1fr;
    }

    .pek-yp-card {
        padding: 18px;
    }
}


.pek-yp-card {
    box-shadow: 0 10px 30px rgba(0,0,0,.04);
}

.pek-yp-summary {
    padding: 14px 16px;
    background: #faf8fc;
    border: 1px solid #eee4f7;
    border-radius: 12px;
}

.pek-yp-payment-box {
    padding: 18px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
}

.pek-yp-qr-frame {
    padding: 10px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0,0,0,.04);
}

.pek-yp-data {
    align-content: start;
}

.pek-yp-badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px 12px;
    background: #f4ebff;
    border: 1px solid #e5d5ff;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    color: #6b46c1;
}

.pek-yp-upload-box {
    padding: 18px;
    background: #fcfbff;
    border: 2px dashed #c8a9f0;
    border-radius: 14px;
}

.pek-yp-upload-title {
    margin: 0 0 6px;
    font-size: 18px;
}

.pek-yp-upload-subtitle {
    margin: 0 0 14px;
    color: #666;
}

.pek-yp-file-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
}

.pek-yp-submit.button.alt {
    width: 100%;
    min-height: 48px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
}

.pek-yp-help {
    padding: 14px 16px;
    background: #fffdf6;
    border: 1px solid #f5e7aa;
    border-radius: 12px;
    color: #5f5532;
}

.pek-yp-help p {
    margin: 0 0 8px;
}

.pek-yp-help p:last-child {
    margin-bottom: 0;
}


.pek-yp-selected-file {
    margin: 12px 0 10px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #e6daf7;
    border-radius: 10px;
    font-weight: 600;
    color: #5b4b7c;
}

.pek-yp-upload-feedback {
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 14px;
    display: none;
}

.pek-yp-upload-feedback.is-error,
.pek-yp-upload-feedback.is-success,
.pek-yp-upload-feedback.is-loading {
    display: block;
}

.pek-yp-upload-feedback.is-error {
    background: #fff1f1;
    border: 1px solid #f1b4b4;
    color: #9c2f2f;
}

.pek-yp-upload-feedback.is-success {
    background: #eefaf0;
    border: 1px solid #b7e0bf;
    color: #1d6b2b;
}

.pek-yp-upload-feedback.is-loading {
    background: #f5f0ff;
    border: 1px solid #d6c4f3;
    color: #5a3da1;
}

.pek-yp-submit.is-busy {
    opacity: .85;
    pointer-events: none;
}

.pek-yp-pick-file{margin:0 0 10px 0;background:#fff;border:2px solid #8a5ecb;color:#6f47b4;font-weight:700;padding:10px 16px;border-radius:8px}.pek-yp-pick-file:hover{background:#f6f1ff}.pek-yp-file-input{display:none}
