    .loa-doc {
      padding-top: 170px;
    }

    .loa-date-top {
      text-align: right;
      font-size: 12px;
      margin-bottom: 40px;
    }

    .loa-title {
      font-size: 26px;
      font-weight: 900;
      text-align: center;
      margin: 0 0 10px;
    }

    /* Green/blue background box like invoice BILL TO */
    .loa-student-box {
      background: #8fd0f487; 
      padding: 14px 18px;
      margin-bottom: 20px;
      display: flex;
      gap: 20px;
    }

    /* Two equal columns */
    .loa-student-col {
      flex: 1;            /* 50% - 50% */
      display: flex;
      flex-direction: column;
      gap: 6px;
      font-size: 13px;
    }

    .loa-student-col .inline-label {
      font-weight: 600;
    }

    .loa-student-box .highlight {
      font-weight: 700;
    }

    .loa-body {
      margin-top: 16px;
      font-size: 13px;
      text-align: justify;
    }

    .loa-block-label {
      margin: 4px 0;
    }

    .loa-strong {
      font-weight: 700;
    }

    .loa-signature-block {
      margin-bottom: 20px;
    }

    .loa-signature-img {
      height: 50px;
      display: block;
      margin-bottom: 4px;
    }

    .loa-principal-name {
      font-weight: 700;
      margin-bottom: 2px;
    }

    .loa-principal-title {
      font-size: 12px;
    }

    .program-list {
      margin-left: 30px;
      padding-left: 20px;
      text-align: justify;
    }