.pan-downloader-container {
    display: inline-block;
    margin: 10px 0;
}

.pd-download-btn {
    border-radius: 4px;
    display: inline-block;
    transition: 0.15s;
    border: 1px solid transparent;
    vertical-align: middle;
    padding: 0.5em 1.2em;
    text-align: center;
    font-weight: normal;
    line-height: 1.44;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
}

.pd-download-btn:hover {
    opacity: 0.85;
}

.pd-download-btn .icon {
    margin-right: 6px;
    vertical-align: middle;
}



.pd-pan-kuake {
    border: 1px solid #10b981 !important;
}

.pd-error {
    padding: 10px 15px;
    background: #fee;
    color: #c33;
    border-left: 4px solid #c33;
    border-radius: 10px;
    font-size: 14px;
    margin: 10px 0;
}

.pd-qr-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
}

.pd-qr-overlay.show {
    display: block;
    background: rgba(0,0,0,0.45);
}

.pd-qr-card {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f8f9fb;
    border-radius: 16px !important;
    border: none !important;
    border-top: none !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.18), 0 8px 24px rgba(0,0,0,0.08);
    width: 380px;
    max-width: 90vw;
    overflow: visible;
}

.pd-qr-card::before,
.pd-qr-card::after {
    display: none !important;
    content: none !important;
}

.pd-qr-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    border: none;
    background: #f2f2f2;
    border-radius: 50%;
    font-size: 20px;
    color: #888;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
    z-index: 10;
    transition: all 0.15s;
}

.pd-qr-close:hover {
    background: #e5e5e5;
    color: #333;
}

.pd-qr-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    padding: 28px 24px 0;
}

.pd-qr-body {
    padding: 16px 24px 24px;
    text-align: center;
}

.pd-qr-body img {
    border: none !important;
    outline: none !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.pd-copy-btn {
    background: #4a7cff;
}

.pd-copy-btn.copied {
    background: #22c55e !important;
}

.pd-copy-btn:hover {
    background: #3461d6;
}

.pd-copy-code-btn {
    margin-left: auto;
}

.pd-loading {
    text-align: center;
    padding: 40px 20px;
    color: #999;
    font-size: 14px;
}
