.lncu-qrcode-block {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.lncu-qrcode-wrapper {
    display: block;
    padding: 0.5rem;
    background-color: white;
    border-radius: 0.5rem;
}

.lncu-qrcode-title {
    display: flex;
    flex-direction: row;
    width:100%;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--bricks-color-blue-100);
    background-color: var(--bricks-color-blue-600);
    border-radius: 0.5rem;
    overflow-wrap: break-word;
    word-break: break-all;
}
