.lsscp-qr-btn {
    background: #fdc58a;
    color: #000;
    padding: 10px 15px;
    border-radius: 12px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    margin: 20px auto;
    display: block;
    font-size: 15px;
}

.lsscp-qr-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.lsscp-qr-content {
    background: #111;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    max-width: 260px;
}

.lsscp-qr-img {
    width: 220px;
    border-radius: 12px;
}

.lsscp-close {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    float: right;
}
