.qr-sticky {
    position: sticky;
    top: calc(var(--header-h) + 1rem);
}

.compact-textarea {
    min-height: 96px;
}

.compact-output {
    min-height: 86px;
    margin-bottom: 0.75rem;
    padding: 1rem;
}

@media (max-width: 980px) {
    .qr-sticky {
        position: static;
    }
}
