      body {
          font-family: Arial, sans-serif;
          font-size: 12px;
      }

      p {
          font-size: 8px;
          margin-top: 0;
          margin-bottom: 1px;
      }

      span {
          font-size: 8px;
          min-height: 8px;
          display: inline-block;
          margin: 0;
      }

      .inline-flex {
          display: flex;
          gap: 15px;
      }

      .address-fields {
          font-size: 11px;
      }

      .label-container {
          /* border: 1px solid black; */
          padding: 10px;
          width: 300px;
          margin: 0 auto;
          box-sizing: border-box;
      }

      .transport-instructions {
          border-bottom: 1.5px solid black;
          min-height: 100px;
      }

      .header {
          text-align: left;

          padding-bottom: 0px;
          margin-bottom: 0px;
      }

      .address {
          border: 1px solid black;
      }

      .details {
          /* border-bottom: 1px solid black; */
      }

      .bit-larger {
          font-weight: 600;
          font-size: 10px;
      }

      .bottom-section {
          border-bottom: 1px solid black;
      }

      .inner-address {
          border-bottom: 1px solid black;
          border-top: 1px solid black;
      }


      .barcode-center {
          text-align: center;
          margin-top: 0px;
      }

      .no-border-bottom {
          border-bottom: none;
          padding-bottom: 0;
          margin-bottom: 0;
      }

      .space-between {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
      }

      .big {
          font-size: 30px;
      }

      .semi-big {
          font-size: 20px;
      }

      .somi-big {
          font-size: 16px;
      }

      .margin-right {
          margin-right: 20px;
      }

      .columns {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          border-bottom: 1px solid black;
      }

      .column {
          width: 30%;
          border: 1px solid black;
      }

      .column1 {
          width: 45%;
      }

      .column2 {
          width: 20%;
      }

      .column3 {
          width: 35%;
          display: flex;
      }

      .customer-no {
          font-size: 10px;
      }

      .norgespakke {
          font-size: 12px;
      }

      .flex-product {
          display: flex;
          flex-direction: row;
          align-items: center;
          width: 100%;
      }

      .flex-top {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
      }

      .two-thirds-column {
          width: 66%;
      }

      .one-thrid-column {
          width: 33%;
      }

      .priorityCode {
          margin-right: 5px;
      }