:root {
  --radius: 0.625rem;
  --background: 0 0% 100%;
  --foreground: 0 0% 3.9%;
  --card: 0 0% 100%;
  --card-foreground: 0 0% 3.9%;
  --popover: 0 0% 100%;
  --popover-foreground: 0 0% 3.9%;
  --primary: 0 0% 9%;
  --primary-foreground: 0 0% 98%;
  --secondary: 0 0% 96.1%;
  --secondary-foreground: 0 0% 9%;
  --muted: 0 0% 96.1%;
  --muted-foreground: 0 0% 45.1%;
  --accent: 0 0% 96.1%;
  --accent-foreground: 0 0% 9%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 0 0% 98%;
  --border: 0 0% 89.8%;
  --input: 0 0% 89.8%;
  --ring: 0 0% 3.9%;
  --chart-1: 12 76% 61%;
  --chart-2: 173 58% 39%;
  --chart-3: 197 37% 24%;
  --chart-4: 43 74% 66%;
  --chart-5: 27 87% 67%;
  --sidebar: 0 0% 98%;
  --sidebar-foreground: 0 0% 3.9%;
  --sidebar-primary: 0 0% 9%;
  --sidebar-primary-foreground: 0 0% 98%;
  --sidebar-accent: 0 0% 96.1%;
  --sidebar-accent-foreground: 0 0% 9%;
  --sidebar-border: 0 0% 89.8%;
  --sidebar-ring: 0 0% 3.9%;
  --font-color: #333333;
  --aside-notes-width: 320px;
}
html,
body.template-notes {
  overscroll-behavior-y: none;
  margin: 0;
  padding: 0;
}
body.template-notes {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family:
    -apple-system,
    SF Pro,
    SF Pro Display,
    SF Pro Text,
    ui-sans-serif,
    system-ui,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  line-height: 1.5;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
}
.template-notes {
  --container-max-width: 640px;
  --notes-link-color: #2563eb;
  --notes-link-hover-color: #1d4ed8;
  --notes-content-padding: 20px;
  --notes-text-color: #0f172a;
  --font-family:
    -apple-system, SF Pro, SF Pro Display, SF Pro Text, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;

  --h1-fz: 24px;
  --h1-fw: 700;
  --h1-lh: 1.5;
  --h1-ls: 0;
  --h1-color: var(--font-color);
  --h1-ff: var(--font-family);

  --h2-fz: 17.5px;
  --h2-fw: 600;
  --h2-lh: 1.15;
  --h2-ls: 0;
  --h2-color: var(--font-color);
  --h2-ff: var(--font-family);

  --h3-fz: 16px;
  --h3-fw: 600;
  --h3-lh: 1.15;
  --h3-ls: 0;
  --h3-color: var(--font-color);
  --h3-ff: var(--font-family);

  --h4-fz: 15px;
  --h4-fw: 600;
  --h4-lh: 1.24;
  --h4-ls: 0;
  --h4-color: var(--font-color);
  --h4-ff: var(--font-family);
  --h5-fz: 14px;
  --h5-fw: 600;
  --h5-lh: 1.32;
  --h5-ls: 0;
  --h5-color: var(--font-color);
  --h5-ff: var(--font-family);

  --subtitle-fz: 14px;
  --subtitle-fw: 500;
  --subtitle-lh: 1.47;
  --subtitle-ls: 0;
  --subtitle-color: var(--font-color);
  --subtitle-ff: var(--font-family);

  --paragraph-fz: 14px;
  --paragraph-fw: 400;
  --paragraph-lh: 1.5;
  --paragraph-ls: 0;
  --paragraph-color: var(--font-color);
  --paragraph-ff: var(--font-family);
}
body.-noheader .header,
body.-nofooter .footer,
.progress-tracker-btn,
.up-scroll {
  display: none;
}
body.template-notes h1.wp-block-heading {
  margin-bottom: 24px;
  margin-top: 3px;
}
.template-notes * {
  caret-color: #e2a727 !important;
}
.template-notes .gutenberg-content {
  max-width: var(--container-max-width);
  padding: 0;
  box-sizing: border-box;
  min-width: 200px;
  max-width: 980px;
  margin-left: 0;
  line-height: 1.5;
}

.template-notes .main > .w-full {
  padding: var(--notes-content-padding);
  padding-top: 13px;
  padding-bottom: 50px;
}
.template-notes .notes-back-button {
  display: none;
  margin-left: -8px;
}
@media (max-width: 767px) {
  .template-notes .notes-back-button {
    display: flex;
  }
}
body.template-notes h3.wp-block-heading {
  margin-bottom: 16px;
  font-size: var(--h3-fz);
  font-weight: var(--h3-fw);
  line-height: var(--h3-lh);
  letter-spacing: var(--h3-ls);
  font-family: var(--h3-ff);
  color: var(--h3-color);
}
body.template-notes h4.wp-block-heading {
  margin-bottom: 12px;
  font-size: var(--h4-fz);
  font-weight: var(--h4-fw);
  line-height: var(--h4-lh);
  letter-spacing: var(--h4-ls);
  font-family: var(--h4-ff);
  color: var(--h4-color);
}
body.template-notes h5.wp-block-heading {
  margin-bottom: 8px;
  font-size: var(--h5-fz);
  font-weight: var(--h5-fw);
  line-height: var(--h5-lh);
  letter-spacing: var(--h5-ls);
  font-family: var(--h5-ff);
  color: var(--h5-color);
}
button {
  cursor: pointer;
}
.template-notes .gutenberg-content a {
  color: #e2a727;
  text-decoration: underline;
}

.template-notes .gutenberg-content a:hover {
  color: #e2a727;
  text-decoration: underline;
}

.template-notes .content p {
  margin-bottom: 16px;
}
.template-notes .main {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}
.template-notes .main > .gutenberg-notes-content {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.template-notes.theme-lined .main__content::before {
  display: none;
}

.template-notes h2.wp-block-heading {
  margin-bottom: 0.91em;
  margin-top: 1.37em;
}
.template-notes .video-section,
.template-notes .wp-block-video,
.template-notes .wp-block-image,
.template-notes iframe {
  margin-bottom: 20px;
  max-width: 672px;
}
.template-notes .video-section iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.template-notes .gutenberg-content > :last-child {
  margin-bottom: 0;
}
.template-notes .wp-block-quote {
  padding: 1em 2em 1em 1.5em;
}
.template-notes .wp-block-quote > :last-child {
  margin-bottom: 0;
}
.template-notes ul.wp-block-list {
  margin-bottom: 16px;
  padding-left: 2em;
  list-style-type: disc;
  font-size: var(--paragraph-fz);
  font-weight: var(--paragraph-fw);
  line-height: var(--paragraph-lh);
  letter-spacing: var(--paragraph-ls);
  font-family: var(--paragraph-ff);
  color: var(--paragraph-color);
}

.template-notes ul.wp-block-list li {
  margin: 0.5em 0;
}
.template-notes .wp-block-quote {
  position: relative;
  padding-left: 1rem;
  background: #f3f9ff;
  padding: 18px 35px 18px 25px;
  border-radius: 3px 5px 5px 3px;
  font-style: normal;
  margin-top: 1.5em;
  margin-bottom: 2.2em;
  font-size: initial;
  border-left: 3px solid #3889d1;
}
.template-notes .wp-block-quote::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  width: 16px;
  height: 16px;
  background-image: url(../../img/quoteTop.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.main .os-scrollbar-handle {
  opacity: 0;
  will-change: opacity, width;
  transition:
    opacity 0.3s ease-in-out,
    width 0.3s ease-in-out;
}
[data-overlayscrollbars-initialize]:hover .os-scrollbar-handle {
  opacity: 1;
}
.os-scrollbar-track:hover .os-scrollbar-handle {
  width: 10px;
}
.template-notes .gutenberg-notes-content.is-hidden {
  display: block;
}
.template-notes .aside-notes.is-hidden {
  display: flex;
}
@media (max-width: 767px) {
  .template-notes .main > .w-full {
    padding-top: 12px;
    padding-bottom: 30px;
  }
  .aside-notes {
    display: none;
  }
  .aside-notes.is-shown {
    display: block;
  }
  .template-notes .gutenberg-notes-content.is-hidden {
    display: none;
  }
  .template-notes .aside-notes.is-hidden {
    display: none;
  }
}
