$linkColor: var(--custom-theme-primary, #0E5FE3);
$link-arrow-image: str-replace(url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.14645 4.64645C8.34171 4.45118 8.65829 4.45118 8.85355 4.64645L11.8536 7.64645C12.0488 7.84171 12.0488 8.15829 11.8536 8.35355L8.85355 11.3536C8.65829 11.5488 8.34171 11.5488 8.14645 11.3536C7.95118 11.1583 7.95118 10.8417 8.14645 10.6464L10.2929 8.5H4.5C4.22386 8.5 4 8.27614 4 8C4 7.72386 4.22386 7.5 4.5 7.5H10.2929L8.14645 5.35355C7.95118 5.15829 7.95118 4.84171 8.14645 4.64645Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14ZM8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z' fill='black'/%3E%3C/svg%3E%0A"), "#", "%23");

.cover-note {
  h1 {
    margin-bottom: 1.3125rem;
  }
  p {
    margin-top: 0.75rem;
    margin-bottom: 0.375rem;
  }

  ol,
  ul,
  dl {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1rem;
    list-style-position: outside;

    a {
      color: $linkColor;
    }

    ol,
    ul,
    dl {
      margin-left: 1rem;
    }
  }
}
