 .step { display: none; }
 .step.active { display: block; }
    .qr { margin: 10px; }
   /* Add to your style section */
    .preview-a4 {
      width: 595px;
      height: 842px;
    }
    .preview-a4-height{
       height: 842px !important;
    }

    .preview-a5 {
      width: 420px;
      height: 595px;
    }
     .preview-a5-height{
       height: 595px !important;
    }

    .preview-a6 {
      width: 298px;
      height: 420px;
    }
    .preview-a6-height{
       height: 420px !important;
    }


    #previewArea {
      margin: 0 auto;
      background: #f8f9fa;
      position: relative;
      width: auto;
    }
    .keyField,.copyToClipboard{
      background: transparent;
      border:none;
    }
    .keyField{
      visibility: hidden;
      position: absolute;
    }
  #pubAddressText,
  #privAddressText {
    display: block;              /* Ensures it behaves like a block for wrapping */
    word-break: break-all;       /* Break long words if needed */
    overflow-wrap: break-word;   /* Ensures breaking on supported browsers */
    font-style: normal;          /* Prevents italic (optional) */
    font-size: 14px;             /* Adjust font size if needed */
    line-height: 1.4;
  }
  