.et_pb_dbqr_qr_code_module {
    max-width: 225px;
}

.dbqr_qr_code_module_title {
    font-size: 18px;
    text-align: center;
    padding-bottom: 30px;
}

.qrcode-container {
    line-height: 0;
    position: relative;
}

.qrcode-container > .dbqr-qr-output {
    display: block;
    width: 100%;
    height: auto;
}

.qrcode-container > .dbqr-qr-center-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22%;
    min-width: 24px;
    max-width: 72px;
    aspect-ratio: 1 / 1;
    transform: translate(-50%, -50%);
    padding: 2%;
    background: #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 2;
}

.qrcode-container > .dbqr-qr-center-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
