.enr-content-dialog {
  box-sizing: border-box;
  width: min(820px, calc(100vw - 24px));
  max-height: calc(100dvh - 32px);
  padding: 0;
  border: 0;
  border-radius: 22px;
  background: #fff;
  color: #17243a;
  overflow: auto;
  box-shadow: 0 24px 90px #10204055;
}
.enr-content-dialog::backdrop {
  background: #102040aa;
}
.enr-content-dialog .enr-book-article {
  position: relative;
  padding: clamp(24px, 5vw, 48px);
  font:
    16px/1.8 system-ui,
    sans-serif;
  overflow-wrap: anywhere;
  text-align: left;
}
.enr-content-dialog h1 {
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.4;
  margin: 12px 36px 16px 0;
}
.enr-content-dialog h2 {
  font-size: 21px;
  margin: 30px 0 12px;
}
.enr-content-dialog h3 {
  font-size: 16px;
  margin: 18px 0 8px;
}
.enr-content-dialog .enr-eyebrow {
  color: #335ecc;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.enr-content-facts {
  color: #526078;
}
.enr-content-excerpt {
  padding: 14px 20px;
  margin: 16px 0;
  border-left: 3px solid #7698ed;
  border-radius: 0 12px 12px 0;
  background: #f4f7fc;
}
.enr-content-dialog blockquote {
  white-space: pre-line;
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
}
.enr-content-toc {
  padding-left: 22px;
}
.enr-content-toc li {
  padding: 5px 0;
}
.enr-content-toc small {
  color: #526078;
  white-space: nowrap;
}
.enr-content-dialog footer {
  margin-top: 32px;
  padding-top: 8px;
  border-top: 1px solid #dce4f0;
  font-size: 13px;
  color: #526078;
}
.enr-content-dialog a {
  color: #2456b5;
  text-decoration: underline;
}
.enr-content-dialog .enr-dialog-close {
  position: absolute;
  right: 16px;
  top: 14px;
  border: 0;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background: #edf2fa;
  color: #17243a;
  font: 26px/1 sans-serif;
  cursor: pointer;
}
#enr-content-fallback {
  position: fixed;
  left: 12px;
  bottom: 12px;
  z-index: 10010;
  border: 1px solid #dce4f0;
  border-radius: 24px;
  padding: 10px 16px;
  background: #fff;
  color: #1d438c;
  font:
    14px/1.4 system-ui,
    sans-serif;
  cursor: pointer;
  box-shadow: 0 4px 16px #14234422;
}
