.report-share {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-top: 40px;
}
.report-share img { flex: none; width: 148px; height: 148px; }
.report-share h2 { margin: 0 0 8px; font-size: 24px; line-height: 1.2; }
.report-share p { margin: 0 0 12px; }
.report-share a { display: inline-block; padding-block: 10px; }
@media (max-width: 540px) {
  .report-share { flex-direction: column; align-items: flex-start; gap: 20px; }
}
.report-qr-control { flex: none; }
.report-qr-control img { display: block; }
.qr-enlarge { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 8px; border: 1px solid transparent; border-radius: 6px; background: transparent; font: inherit; font-size: .85rem; color: #19595a; cursor: pointer; }
.qr-enlarge:hover { background: #dce7df; border-color: #b9c8be; }
.qr-enlarge:active { background: #c5d6c8; }
.qr-dialog { text-align: center; }
.qr-dialog img { display: block; width: min(420px, 100%); height: auto; margin: auto; }
.qr-dialog p { margin-bottom: 0; }
