.hic-paper {
    font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
    color: rgba(246, 243, 236, 0.72);
    font-size: 17px;
    line-height: 1.78;
  }
  @media (min-width: 1024px) {
    .hic-paper {
      font-size: 18px;
    }
  }

  /* Section titles */
  .hic-paper article h1 {
    font-family: 'Noe Display', ui-serif, serif;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.92);
    font-size: 27px;
    line-height: 1.18;
    margin: 56px 0 18px;
    padding-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    letter-spacing: 0.005em;
  }
  @media (min-width: 1024px) {
    .hic-paper article h1 {
      font-size: 32px;
    }
  }
  .hic-paper article h1:first-of-type {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }

  /* Sub-headings */
  .hic-paper h2 {
    font-family: 'Noe Display', ui-serif, serif;
    font-weight: 300;
    color: #c8a45d;
    font-size: 21px;
    line-height: 1.25;
    margin: 38px 0 10px;
    letter-spacing: 0.01em;
  }
  @media (min-width: 1024px) {
    .hic-paper h2 {
      font-size: 23px;
    }
  }

  .hic-paper p {
    margin: 0 0 20px;
  }
  .hic-paper article > p:first-of-type {
    font-size: 1.08em;
    line-height: 1.7;
    color: rgba(246, 243, 236, 0.82);
  }
  .hic-paper strong {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
  }
  .hic-paper em {
    font-style: italic;
  }

  /* Lists with gold diamond markers */
  .hic-paper ul {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
  }
  .hic-paper ul li {
    position: relative;
    padding-left: 26px;
    margin: 0 0 12px;
  }
  .hic-paper ul li::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 0.72em;
    width: 7px;
    height: 7px;
    background: #c8a45d;
    transform: rotate(45deg);
  }
  .hic-paper ul li p {
    margin: 0;
  }

  /* Pull quotes */
  .hic-paper blockquote {
    margin: 36px 0;
    padding: 4px 0 4px 26px;
    border-left: 3px solid #c8a45d;
    font-family: 'Noe Display', ui-serif, serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.36;
    color: rgba(255, 255, 255, 0.9);
  }
  .hic-paper blockquote p {
    margin: 0;
  }
  .hic-paper blockquote em {
    font-style: normal;
  }

  /* Tables */
  .hic-paper .tbl-wrap {
    margin: 32px 0;
    overflow-x: auto;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
  }
  .hic-paper table {
    border-collapse: collapse;
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
  }
  .hic-paper th {
    background: rgba(200, 164, 93, 0.12);
    color: rgba(255, 255, 255, 0.92);
    font-weight: 600;
    text-align: left;
    padding: 13px 16px;
    letter-spacing: 0.02em;
    vertical-align: top;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .hic-paper td {
    padding: 13px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    vertical-align: top;
    color: rgba(246, 243, 236, 0.7);
  }
  .hic-paper tbody tr:nth-child(even) td,
  .hic-paper tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.02);
  }

  /* Footnote references */
  .hic-paper .fn-ref {
    text-decoration: none;
    color: #c8a45d;
    font-weight: 600;
    padding: 0 1px;
  }
  .hic-paper .fn-ref sup {
    font-size: 0.66em;
  }
  .hic-paper .fn-ref:hover {
    color: rgba(255, 255, 255, 0.9);
  }

  /* Author block */
  .hic-paper .hic-author {
    margin-top: 64px;
    padding: 44px 0 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .hic-paper .hic-author h2 {
    font-family: 'Noe Display', ui-serif, serif;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.92);
    font-size: 30px;
    margin: 0 0 20px;
  }
  .hic-paper .hic-author p {
    color: rgba(246, 243, 236, 0.66);
  }

  /* References block */
  .hic-paper .hic-notes {
    margin-top: 56px;
    padding-top: 44px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .hic-paper .hic-notes h2 {
    font-family: 'Noe Display', ui-serif, serif;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.92);
    font-size: 26px;
    margin: 0 0 26px;
  }
  .hic-paper .hic-eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: #c8a45d;
    margin: 0 0 16px;
  }
  .hic-paper .footnotes-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .hic-paper .footnotes-list li {
    display: flex;
    gap: 14px;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(246, 243, 236, 0.55);
    margin: 0 0 14px;
    padding-left: 0;
  }
  .hic-paper .footnotes-list li::before {
    content: none;
  }
  .hic-paper .fn-num {
    flex: 0 0 26px;
    color: #c8a45d;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    text-align: right;
  }
  .hic-paper .fn-text {
    flex: 1;
  }
  .hic-paper .fn-back {
    text-decoration: none;
    color: #c8a45d;
    margin-left: 4px;
  }
  .hic-paper .fn-back:hover {
    color: rgba(255, 255, 255, 0.9);
  }

  .hic-paper ::selection {
    background: #c8a45d;
    color: #06101c;
  }