.lesson-editor-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  position: sticky;
  top: 5.5rem;
  z-index: 20;
  padding-top: 0.25rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #d8e2ea;
  box-shadow: 0 10px 18px -18px rgba(15, 23, 42, 0.25);
}

@media (max-width: 1023px) {
  .lesson-editor-toolbar {
    top: 6.5rem;
  }
}

.lesson-editor-tool {
  border: 1px solid #d8e2ea;
  border-radius: 999px;
  background-color: #f8fbfd;
  color: #363636;
  font-family: "Lexend", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.7rem 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.lesson-editor-tool:hover {
  border-color: #6498ca;
  background-color: #eef6fc;
  color: #0f172a;
}

.lesson-editor-tool-icon {
  min-width: 2.75rem;
  text-align: center;
  padding-inline: 0.85rem;
}

.lesson-html-editor {
  min-height: 32rem;
  padding: 0.25rem;
  outline: none;
  color: #363636;
  font-family: "Lexend", sans-serif;
  font-size: 1rem;
  line-height: 1.625;
}

.lesson-html-editor:focus {
  box-shadow: none;
}

.lesson-html-editor h1,
.lesson-html-editor h2,
.lesson-html-editor h3,
.lesson-html-editor h4,
.lesson-html-editor h5,
.lesson-html-editor h6 {
  color: #0f172a;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  line-height: 1.25;
}

.lesson-html-editor h1 {
  font-size: 1.875rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.lesson-html-editor h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.lesson-html-editor h3 {
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.lesson-html-editor h4,
.lesson-html-editor h5,
.lesson-html-editor h6 {
  font-size: 1.125rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.lesson-html-editor img,
.lesson-content img {
  max-width: 100%;
  height: auto;
}

.lesson-html-editor a,
.lesson-content a {
  color: #6498ca;
}

.lesson-html-editor p,
.lesson-html-editor div,
.lesson-html-editor ul,
.lesson-html-editor ol,
.lesson-html-editor table,
.lesson-html-editor blockquote {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.lesson-html-editor ul,
.lesson-html-editor ol {
  padding-left: 1.625rem;
}

.lesson-html-editor ul {
  list-style-type: disc;
}

.lesson-html-editor ol {
  list-style-type: decimal;
}

.lesson-html-editor p[style*="text-align:center"],
.lesson-html-editor div[style*="text-align:center"],
.lesson-html-editor .rtecenter {
  text-align: center;
}

.lesson-html-editor p[style*="font-size: small"],
.lesson-html-editor span[style*="font-size: small"],
.lesson-html-editor small {
  font-size: 0.875rem;
  line-height: 1.5;
}

.lesson-html-editor table,
.lesson-content table {
  width: 100%;
  border-collapse: collapse;
}

.lesson-html-editor th,
.lesson-html-editor td,
.lesson-content th,
.lesson-content td {
  border: 1px solid #d8e2ea;
  padding: 0.75rem 1rem;
}

.lesson-html-editor th,
.lesson-content th {
  background-color: #f5fbff;
}

.lesson-inline-diff {
  white-space: normal;
}

.lesson-diff-added,
.lesson-diff-removed {
  text-decoration: none;
  padding: 0.02rem 0.08rem;
  border-radius: 0.25rem;
}

.lesson-diff-added {
  background-color: #dff7e9;
  color: #116149;
}

.lesson-diff-removed {
  background-color: #fde7e7;
  color: #b42318;
}

.lesson-diff-removed + .lesson-diff-added,
.lesson-diff-added + .lesson-diff-removed {
  margin-left: 0.16rem;
}

.lesson-inline-diff .lesson-diff-added-block,
.lesson-inline-diff .lesson-diff-removed-block {
  border-radius: 0.75rem;
}

.lesson-inline-diff .lesson-diff-added-block {
  background-color: #dff7e9;
  box-shadow: inset 0 0 0 1px #9fd9ba;
}

.lesson-inline-diff .lesson-diff-removed-block {
  background-color: #fde7e7;
  box-shadow: inset 0 0 0 1px #f0b5b5;
}

.lesson-inline-diff div.lesson-diff-added-block,
.lesson-inline-diff div.lesson-diff-removed-block,
.lesson-inline-diff p.lesson-diff-added-block,
.lesson-inline-diff p.lesson-diff-removed-block,
.lesson-inline-diff h1.lesson-diff-added-block,
.lesson-inline-diff h1.lesson-diff-removed-block,
.lesson-inline-diff h2.lesson-diff-added-block,
.lesson-inline-diff h2.lesson-diff-removed-block,
.lesson-inline-diff h3.lesson-diff-added-block,
.lesson-inline-diff h3.lesson-diff-removed-block,
.lesson-inline-diff h4.lesson-diff-added-block,
.lesson-inline-diff h4.lesson-diff-removed-block,
.lesson-inline-diff h5.lesson-diff-added-block,
.lesson-inline-diff h5.lesson-diff-removed-block,
.lesson-inline-diff h6.lesson-diff-added-block,
.lesson-inline-diff h6.lesson-diff-removed-block,
.lesson-inline-diff figure.lesson-diff-added-block,
.lesson-inline-diff figure.lesson-diff-removed-block {
  padding: 0.75rem 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.lesson-inline-diff ul.lesson-diff-added-block,
.lesson-inline-diff ul.lesson-diff-removed-block,
.lesson-inline-diff ol.lesson-diff-added-block,
.lesson-inline-diff ol.lesson-diff-removed-block {
  padding: 0.75rem 1rem 0.75rem 2.75rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.lesson-inline-diff ul.lesson-diff-added-block li,
.lesson-inline-diff ul.lesson-diff-removed-block li,
.lesson-inline-diff ol.lesson-diff-added-block li,
.lesson-inline-diff ol.lesson-diff-removed-block li {
  margin-top: 0;
  margin-bottom: 0;
}

.lesson-inline-diff .lesson-diff-added-block > img,
.lesson-inline-diff .lesson-diff-removed-block > img,
.lesson-inline-diff img.lesson-diff-added-block,
.lesson-inline-diff img.lesson-diff-removed-block {
  padding: 0.375rem;
  border-radius: 0.75rem;
  outline: 3px solid transparent;
  display: block;
}

.lesson-inline-diff .lesson-diff-added-block > img,
.lesson-inline-diff img.lesson-diff-added-block {
  background-color: #dff7e9;
  outline-color: #9fd9ba;
}

.lesson-inline-diff .lesson-diff-removed-block > img,
.lesson-inline-diff img.lesson-diff-removed-block {
  background-color: #fde7e7;
  outline-color: #f0b5b5;
}

.lesson-inline-diff table.lesson-diff-added-block,
.lesson-inline-diff table.lesson-diff-removed-block {
  border-collapse: separate;
  border-spacing: 0;
}

.lesson-inline-diff p.lesson-diff-added-block:has(> img:only-child),
.lesson-inline-diff p.lesson-diff-removed-block:has(> img:only-child),
.lesson-inline-diff div.lesson-diff-added-block:has(> img:only-child),
.lesson-inline-diff div.lesson-diff-removed-block:has(> img:only-child),
.lesson-inline-diff figure.lesson-diff-added-block:has(> img:only-child),
.lesson-inline-diff figure.lesson-diff-removed-block:has(> img:only-child) {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  background-color: transparent;
  box-shadow: none;
  padding: 0.5rem;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

 @font-face {
    font-family: 'panton-trialextrabold';
    src: url(/assets/panton-trial-extrabold-webfont-d7ac5b472aa11a0fa0f4925489ad8d902abe8fe8593db803e8a57e6d81703fbb.woff2) format('woff2'),
    url(/assets/panton-trial-extrabold-webfont-bcd68eb6d91643166dede830f20525c3e7d4167fa34a8f404e8517b49708f653.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
 }

 @font-face {
    font-family: 'panton-trialbold';
    src: url(/assets/panton-trial-bold-webfont-50b0de67ad38dc692faa23eec7e8436935e58d7cb5e7883f60cf4c4926dca079.woff2) format('woff2'),
    url(/assets/panton-trial-bold-webfont-795df39cb9cdfeae10351ee36c6037c56765e7e48f307d59c098b5c70e07b6f4.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
 }

 /* @font-face {
    font-family: 'panton-triallight';
    src: url(/../fonts/panton-trial-light-webfont.woff2) format('woff2'),
         url(/../fonts/panton-trial-light-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
} */

 /* @font-face {
  font-family: "panton-trialregular";
  src: url(/../fonts/panton-trial-regular-webfont.woff2) format("woff2"),
    url(/../fonts/panton-trial-regular-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
} */

 /* @font-face {
  font-family: "panton-trialheavy";
  src: url(/../fonts/panton-trial-heavy-webfont.woff2) format("woff2"),
    url(/../fonts/panton-trial-heavy-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
} */

 /* @font-face {
  font-family: "panton-trialsemibold";
  src: url(/../fonts/panton-trial-semibold-webfont.woff2) format("woff2"),
    url(/../fonts/panton-trial-semibold-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
} */
