/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/htmlpub.scss ***!
  \*********************************************************************************************************************************************************************************/
@media (min-width: 1024px) {
  body.page-node-type-publication-html-report {
    overflow: unset;
  }
}

.phr-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.phr-body {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {
  .phr-body {
    grid-column: span 9 / span 9;
  }
}

.phr-body .btn.btn-s--pill {
  display: flex;
  align-items: center;
}

.phr-body-colophon {
  grid-column: span 12 / span 12;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .phr-body-colophon {
    grid-column: span 9 / span 9;
  }
}

.phr-body-colophon .btn.btn-s--pill {
  display: flex;
  align-items: center;
}

.phr-sidebar {
  position: relative;
  grid-column: span 3 / span 3;
  display: none;
  padding-right: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .phr-sidebar {
    display: block;
  }
}

#phr-toc-menu {
  position: sticky;
  top: 0px;
  padding-right: 0.5rem;
  padding-bottom: 2rem;
  max-height: 100vh;
  overflow-y: auto;
}

.phr-toc--item {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  font-size: 15px;
}

.phr-toc--item---sub {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 15px;
}

.phr-toc--item---sub.phr-toc--level-3 {
  font-size: 13px;
}

.phr-toc--item---sub.phr-toc--level-4 {
  font-size: 11px;
}

.phr-toc--item---sub.phr-toc--level-5 {
  font-size: 10px;
}

.phr-toc--item---subtitle {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 69 135 / var(--tw-text-opacity));
}

.phr-source--content---title {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.phr-source--download {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

.phr-source--download:hover {
  opacity: 0.6;
}

.phr-source--download {
  color: unset !important;
}

.phr-source--collapse {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.phr-source--collapse---toggle {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-style: italic;
}

.phr-source--collapse---toggle:hover {
  opacity: 0.6;
}

.phr-source--collapse---toggle.active img {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.phr-source--collapse---text {
  display: none;
  padding-top: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  opacity: 0.6;
}

.phr-toc--item---chapter {
  position: relative;
  padding-right: 32px;
}

.phr-toc--item---chapter span {
  position: absolute;
  top: 50%;
  right: 0px;
  display: block;
  aspect-ratio: 1 / 1;
  --tw-translate-y: -50%;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-position: center;
  background-repeat: no-repeat;
}

.phr-toc--item---chapter span:hover {
  opacity: 0.6;
}

.phr-toc--item---chapter span {
  content: "";
  width: 16px;
  background-image: url(44e491ee1f7c23318695.svg);
}

.phr-toc--item---chapter span.collapsed {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.phr-block {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .phr-block {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2rem;
  }
}

.phr-block--content {
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .phr-block--content {
    grid-column: span 9 / span 9;
  }
}

.phr-block--content.phr-block--content---border {
  border-width: 1px;
  border-left-width: 4px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .phr-block--content {
    margin-bottom: 0px;
  }
}

.phr-block--sidebar {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .phr-block--sidebar {
    grid-column: span 3 / span 3;
  }
}

.phr-quote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.phr-quote p {
  font-style: italic;
}

.phr-quote .phr-quote--name {
  font-weight: 600;
}

.phr-image {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.phr-note {
  position: relative;
}

.phr-note:hover span.phr-note--tooltip {
  display: block;
}

.phr-note--tooltip {
  position: absolute;
  display: none;
  height: auto;
  --tw-translate-x: -50%;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: 300px;
  height: -moz-fit-content;
  height: fit-content;
  top: 50%;
  bottom: 30px;
  left: 50%;
  top: unset;
}

.phr-table {
  overflow-x: auto;
}

.phr-table table {
  width: 100%;
  font-size: 0.75rem;
  line-height: 1rem;
  border-collapse: collapse;
}

.phr-table table td,
.phr-table table th {
  padding: 1rem;
  text-align: left;
}

.phr-table table th {
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.phr-table table tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 251 / var(--tw-bg-opacity));
}

.phr-table table tr td {
  min-width: 120px;
}

.phr-table table tr td a {
  --tw-text-opacity: 1;
  color: rgb(54 160 231 / var(--tw-text-opacity));
}

.phr-table table tr td a:hover {
  text-decoration-line: underline;
}

.phr-block-content p:first-child,
.phr-quote:first-child,
.phr-image:first-child,
.phr-table:first-child {
  margin-top: 0px;
}

.phr-block-content p:last-child,
.phr-quote:last-child,
.phr-image:last-child,
.phr-table:last-child {
  margin-bottom: 0px;
}

.phr-block--content ol,
.phr-block--content ul {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.phr-block--content ol {
  list-style-type: decimal;
}

.phr-block--content ol ol {
  list-style-type: lower-alpha;
}

.phr-block--content ol ol ol {
  list-style-type: lower-roman;
}

.phr-block--content ul {
  list-style-type: disc;
}

.phr-block--content ul ul {
  list-style: none;
}

.phr-block--content ul ul li {
  text-indent: -1rem;
}

.phr-block--content ul ul li:before {
  margin-right: 0.5rem;
  content: "-";
}

.phr-block--content p a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -webkit-hyphens: auto;
          hyphens: auto;
}

.phr-notes {
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.phr-notes#footnote ol li {
  cursor: pointer;
}

.phr-notes#footnote ol li:hover {
  --tw-text-opacity: 1;
  color: rgb(3 105 203 / var(--tw-text-opacity));
}

.phr-abbreviations-table {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.phr-abbreviations-table th {
  padding-right: 1rem;
  text-align: left;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 69 135 / var(--tw-text-opacity));
}

#phr-wrapper h4 {
  font-style: italic;
}

.phr-mobile-toc {
  z-index: 50;
}

@media (min-width: 1024px) {
  .phr-mobile-toc {
    display: none;
  }
}

.phr-scroll-mobile-toc {
  width: calc(100% - 30px);
}

.phr-block--content h2.h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.phr-block--content h3.h3 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.phr-block--content h4.h4 {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}

.phr-block--content h1, .phr-block--content h2, .phr-block--content h3, .phr-block--content h4, .phr-block--content h5 {
  --tw-text-opacity: 1;
  color: rgb(0 69 135 / var(--tw-text-opacity));
}

.phr-header {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
}

@media (min-width: 640px) {
  .phr-header {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
  }
}

.phr-header .phr-extras--button {
  margin-left: 0 !important;
}

.phr-cover-image {
  width: 100%;
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .phr-cover-image {
    width: 160px;
  }
}

@media (min-width: 1024px) {
  .phr-cover-image {
    width: 280px;
  }
}

.phr-pub-title {
  display: grid;
  gap: 0.5rem;
}

.phr-pub-title h2 {
  font-weight: 400 !important;
}

.phr-pub-title a {
  margin-bottom: 0.75rem;
}

.phr-authors {
  margin-top: 2rem;
  margin-bottom: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 251 / var(--tw-bg-opacity));
  padding: 1rem;
}

.phr-chapter-bar {
  border-width: 1px;
  border-left-width: 4px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.phr-chapter-bar h2.phr-chapter-title {
  margin-top: 0;
  margin-bottom: 0;
  color: white;
}

@media (min-width: 1024px) {
  .phr-chapter-bar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.phr-chapter-bar .phr-chapter-title-wrapper {
  display: grid;
}

@media (min-width: 1024px) {
  .phr-chapter-bar .phr-chapter-title-wrapper {
    gap: 0.5rem;
  }
}

.phr-chapter-bar .phr-chapter-download {
  margin-top: 1rem;
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
}

.phr-chapter-bar .phr-chapter-download:hover {
  opacity: 0.6;
}

.phr-chapter-bar .phr-chapter-download {
  color: unset !important;
}

.phr-chapter-bar .phr-chapter-download span {
  font-size: 13px;
}

@media (min-width: 768px) {
  .phr-chapter-bar .phr-chapter-download span {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .phr-chapter-bar .phr-chapter-download {
    margin-top: 0px;
  }
}

.phr-chapter-bar:not(:last-child) {
  margin-bottom: 2.5rem;
}

.phr-chapter-bar.phr-chapter-bar--no-border {
  border: none;
  padding: 0;
}

@media (min-width: 1024px) {
  .phr-chapter-bar.phr-chapter-bar--no-border {
    align-items: center;
  }
}

.phr-footer {
  font-size: 0.75rem;
  line-height: 1rem;
}

.phr-cc-license {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: auto;
  height: 100px;
}

.phr-extras {
  align-items: flex-start;
  gap: 0.5rem;
}

@media (min-width: 640px) {
  .phr-extras {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 1280px) {
  .phr-extras {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.phr-extras--buttons {
  gap: 0.5rem;
}

@media (min-width: 640px) {
  .phr-extras--buttons {
    display: flex;
    align-items: center;
  }
}

.phr-extras--button {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  flex-shrink: 0;
  justify-content: center;
}

@media (min-width: 640px) {
  .phr-extras--button {
    margin-top: 0px;
    margin-bottom: 0px;
    width: auto;
  }
}

.phr-extras--button img {
  width: auto;
  height: 18px;
}

@media (min-width: 1280px) {
  .phr-extras--button {
    margin-top: 0px;
    width: auto;
  }
}

.phr-extras--social {
  flex-grow: 1;
}

/*# sourceMappingURL=htmlpub.css.map*/