.droppy-qr-upload {
    display: flex;
    justify-content: center;
    margin: 18px auto 0;
}

.droppy-qr-card,
.droppy-qr-side,
.droppy-qr-sheet-inner {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .1);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .16);
}

.droppy-qr-card {
    border-radius: 8px;
    padding: 12px;
}

.droppy-qr-card img,
.droppy-qr-side img,
.droppy-qr-sheet-inner img {
    display: block;
    width: 164px;
    height: 164px;
    max-width: 100%;
    object-fit: contain;
}

#upload-finished.droppy-qr-ready lord-icon {
    width: 128px !important;
    height: 128px !important;
}

#upload-finished.droppy-qr-ready .upload-finished-details h1 {
    margin-top: 4px;
    margin-bottom: 4px;
}

#upload-finished.droppy-qr-ready .upload-finished-message p {
    padding-bottom: 10px;
}

#upload-finished .droppy-qr-card img {
    width: 126px;
    height: 126px;
}

.droppy-qr-side {
    position: fixed;
    top: 50%;
    right: clamp(18px, 5vw, 72px);
    z-index: 20;
    width: 220px;
    transform: translateY(-50%);
    border-radius: 8px;
    padding: 18px;
    text-align: center;
}

.droppy-qr-side-title,
.droppy-qr-sheet-title {
    display: block;
    margin-bottom: 12px;
    color: #1f2937;
    font-size: 15px;
    font-weight: 600;
}

.droppy-qr-side-subtitle,
.droppy-qr-sheet-subtitle {
    display: block;
    margin-top: 10px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.35;
}

.droppy-qr-button {
    position: fixed;
    right: 18px;
    bottom: 196px;
    z-index: 41;
    display: none;
    align-items: center;
    justify-content: center;
    min-width: 104px;
    height: 44px;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    background: var(--droppy-qr-color, #3e8ed0);
    color: #fff;
    font-size: 15px;
    line-height: 1;
    box-shadow: 0 12px 26px rgba(15, 23, 42, .22);
    cursor: pointer;
}

.droppy-qr-sheet {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 23, 42, .5);
    backdrop-filter: blur(2px);
}

.droppy-qr-sheet.is-open {
    display: flex;
}

.droppy-qr-sheet-inner {
    position: relative;
    width: min(100%, 342px);
    border-radius: 8px;
    padding: 24px 22px 20px;
    text-align: center;
}

.droppy-qr-sheet-inner:before {
    content: "";
    display: block;
    width: 42px;
    height: 4px;
    margin: -8px auto 18px;
    border-radius: 999px;
    background: #dbe3ef;
}

.droppy-qr-close {
    width: 100%;
    height: 42px;
    margin-top: 16px;
    border: 0;
    border-radius: 999px;
    background: var(--droppy-qr-color, #3e8ed0);
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

@media (min-width: 901px) {
    body.droppy-qr-download .upload-block {
        max-width: calc(100vw - 330px);
    }
}

@media (max-width: 900px) {
    .droppy-qr-side {
        display: none;
    }

    .droppy-qr-button {
        display: inline-flex;
    }
}

@media (max-width: 768px) {
    .droppy-qr-button {
        right: 14px;
        bottom: 220px;
    }
}

@media (max-width: 560px) {
    .droppy-qr-upload {
        margin-top: 14px;
    }

    .droppy-qr-card {
        padding: 10px;
    }

    .droppy-qr-card img {
        width: 138px;
        height: 138px;
    }

    .droppy-qr-sheet {
        align-items: flex-end;
        padding: 14px;
    }

    .droppy-qr-sheet-inner {
        width: 100%;
    }
}
