.ck-editor {
  --vrtx-txt-accordion: "Trekkspill";
  --vrtx-txt-alt: "Bildet mangler alternativ tekst";
  --vrtx-txt-heading: "Overskrift";
}
.ck-editor[lang=en] {
  --vrtx-txt-accordion: "Accordion";
  --vrtx-txt-alt: "Image missing alternative text";
  --vrtx-txt-heading: "Heading";
}
/*****************************************************************************
Main editor content wrapper
*****************************************************************************/
.ck .ck.ck-editor__main {
  box-shadow: inset 0 0 5px var(--vrtx-color-neutral-tint-70);
  background-color: white;
}
.ck .ck.ck-editor__main:has(.ck-content.ck-focused) {
  border-color: var(--vrtx-color-nav-tint-50);
  outline: 1px solid var(--vrtx-color-nav-tint-50);
}
.ck .ck.ck-editor__main .ck-content.ck-editor__editable {
  background-color: transparent;
  padding: 20px calc(50% - 350px);
  box-shadow: none;
  border: none;
}
vrtx-simple-html-editor .ck .ck.ck-editor__main .ck-content.ck-editor__editable {
  padding: 10px;
}
/*****************************************************************************
Content source view
*****************************************************************************/
.ck-editor .ck-source-editing-area textarea {
  font-size: calc(12rem / 16);
  line-height: 1.5;
}
.ck-editor .ck-source-editing-area textarea:not([readonly]),
.ck-editor .ck-source-editing-area textarea:not([readonly]):focus {
  border: none;
}
.forms-new .ui-widget textarea:not(.cke_source) {
  font-family: monospace !important;
}
/*****************************************************************************
Content regular view
*****************************************************************************/
.ck .ck.ck-editor__editable_inline > :first-child {
  margin-top: 0;
}
.ck .ck.ck-editor__editable_inline > :last-child {
  margin-bottom: 0;
}
.ck-editor .ck-content {
  display: flow-root;
  font-family: helvetica, sans-serif;
  font-size: calc(18rem / 16);
  line-height: 1.5;
}
.ck-editor .ck-content [style]::before {
  content: "Style";
  display: inline;
  padding: 2px 4px;
  margin: 2px;
  outline: 1px solid white;
  background: var(--vrtx-color-alert);
  color: white;
  font-size: calc(12rem / 16);
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
}
.ck-editor .ck-content [style].ck-math-tex::before,
.ck-editor .ck-content [style].ck-math-tex *::before {
  display: none;
}
.ck-editor .ck-content div,
.ck-editor .ck-content hr,
.ck-editor .ck-content figure,
.ck-editor .ck-content table,
.ck-editor .ck-content video,
.ck-editor .ck-content iframe,
.ck-editor .ck-content form {
  clear: both;
}
.ck-editor .ck-content figure {
  margin: 20px 0;
  text-align: left;
}
.ck-editor .ck-content figure figcaption {
  background: none;
  padding: 5px 0;
}
.ck-editor .ck-content figure.image {
  position: relative;
}
.ck-editor .ck-content figure.image figcaption {
  font-size: calc(14rem / 16);
  color: var(--vrtx-color-neutral-tint-20);
}
.ck-editor .ck-content figure p {
  margin: 0;
}
.ck-editor .ck-content figure.ck-widget.table {
  margin: 20px 0;
}
.ck-editor .ck-content figure.ck-widget.table figcaption {
  text-align: left;
  font-size: inherit;
  font-weight: bold;
}
.ck-editor .ck-content h2,
.ck-editor .ck-content h3 {
  font-weight: bold;
  margin: 0 0 20px 0;
  line-height: 1.3;
}
.ck-editor .ck-content h2 {
  font-size: 2rem;
}
.ck-editor .ck-content h3 {
  font-size: 1.5rem;
}
.ck-editor .ck-content h4,
.ck-editor .ck-content h5,
.ck-editor .ck-content h6 {
  font-size: inherit;
  margin: 0;
}
.ck-editor .ck-content p,
.ck-editor .ck-content ul,
.ck-editor .ck-content ol {
  margin: 0 0 20px 0;
}
.ck-editor .ck-content ul,
.ck-editor .ck-content ol {
  padding-left: 30px;
}
.ck-editor .ck-content ul.lettered,
.ck-editor .ck-content ol.lettered {
  list-style: upper-alpha;
}
.ck-editor .ck-content ul ul,
.ck-editor .ck-content ol ol {
  margin-bottom: 0;
}
.ck-editor .ck-content blockquote {
  border: none;
  padding: 0;
  margin: 20px 0;
}
.ck-editor .ck-content blockquote::before {
  content: "¡°";
  display: block;
  font-size: 5rem;
  font-style: normal;
  line-height: 1;
  height: 0.5em;
}
.ck-editor .ck-content blockquote p:first-child {
  font-style: italic;
  font-size: 1.5rem;
}
.ck-editor .ck-content pre {
  border-width: 2px;
  border-style: dashed;
  padding-right: 0;
  margin-bottom: 20px !important;
}
.ck-editor .ck-content pre code {
  display: block;
  white-space: pre;
  overflow: auto;
}
.ck-editor .ck-content pre:not(:has(code)) {
  white-space: pre;
  overflow: auto;
}
.ck-editor .ck-content a {
  text-decoration: underline;
}
.ck-editor .ck-content .button,
.ck-editor .ck-content .button-loud,
.ck-editor .ck-content .button-large,
.ck-editor .ck-content .read-more {
  text-decoration: none;
}
.ck-editor .ck-content .button,
.ck-editor .ck-content .button-loud,
.ck-editor .ck-content .button-large {
  border: 1px solid;
  padding: 5px;
}
.ck-editor .ck-content .button::after,
.ck-editor .ck-content .button-loud::after,
.ck-editor .ck-content .button-large::after {
  content: "¡ú";
  margin-left: 5px;
}
.ck-editor .ck-content .button-loud,
.ck-editor .ck-content .button-large {
  background-color: black;
  border-color: transparent;
  color: white;
}
.ck-editor .ck-content .read-more::before {
  content: "¡ú";
  margin-right: 5px;
}
.ck-editor .ck-content .link-list {
  list-style: none;
}
.ck-editor .ck-content .link-list li {
  position: relative;
}
.ck-editor .ck-content .link-list li::before {
  content: "?";
  position: absolute;
  margin-left: -20px;
}
.ck-editor .ck-content .link-list li:has(a)::before {
  content: "¡ú";
  margin-left: -30px;
}
.ck-editor .ck-content .accordion::before {
  content: "?";
  font-weight: normal;
  margin-right: 5px;
}
.ck-editor .ck-content div.ck-horizontal-line {
  background-color: transparent;
  padding: 10px 0;
  margin: 20px 0;
}
.ck-editor .ck-content div.ck-horizontal-line hr {
  background-color: var(--vrtx-color-neutral-tint-30);
  height: 1px;
  margin: 0;
}
.ck-editor .ck-content div.vrtx-facts-container::before {
  content: "facts";
}
.ck-editor .ck-content div.image-slide::before {
  content: "image-slide";
}
.ck-editor .ck-content div.timeline::before {
  content: "timeline";
}
.ck-editor .ck-content div.vrtx-details::before {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}
.ck-editor .ck-content div.vrtx-details:has(h2)::before {
  content: var(--vrtx-txt-accordion) " h2";
}
.ck-editor .ck-content div.vrtx-details:has(h3)::before {
  content: var(--vrtx-txt-accordion) " h3";
}
.ck-editor .ck-content div.vrtx-details:has(h4)::before {
  content: var(--vrtx-txt-accordion) " h4";
}
.ck-editor .ck-content div.vrtx-details details-summary {
  padding: 5px 15px;
  margin-bottom: 0;
}
.ck-editor .ck-content div.vrtx-details details-summary::before {
  content: "";
}
.ck-editor .ck-content div.vrtx-details details-summary:has([data-cke-filler]):not(:focus)::before {
  content: var(--vrtx-txt-heading);
  background: none;
  color: inherit;
  font-weight: normal;
  padding: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 1.3em;
}
.ck-editor .ck-content div.vrtx-details details-summary h2,
.ck-editor .ck-content div.vrtx-details details-summary h3,
.ck-editor .ck-content div.vrtx-details details-summary h4 {
  margin: 0;
}
.ck-editor .ck-content div.vrtx-details vrtx-details-content {
  margin-top: 0;
  border-top: none;
}
.ck-editor .ck-content div.vrtx-details vrtx-details-content::before {
  content: "";
}
.ck-editor .ck-content figure:has(.user-fullscreen),
.ck-editor .ck-content div.image-center,
.ck-editor .ck-content p.image-center {
  float: none;
  margin: 20px -120px;
  width: calc(100% + 240px);
}
.ck-editor .ck-content figure:has(.user-fullscreen) figcaption,
.ck-editor .ck-content div.image-center figcaption,
.ck-editor .ck-content p.image-center figcaption {
  position: absolute;
  z-index: 2;
  right: 100px;
  bottom: 100px;
  background: white;
  font-size: inherit;
  color: inherit;
  padding: 20px;
  width: 350px;
}
.ck-editor .ck-content figure:has(.user-fullscreen):has(.user-text-left) figcaption,
.ck-editor .ck-content div.image-center:has(.user-text-left) figcaption,
.ck-editor .ck-content p.image-center:has(.user-text-left) figcaption {
  right: auto;
  left: 100px;
}
.ck-editor .ck-content figure:has(.user-fullscreen),
.ck-editor .ck-content div.image-center figure {
  position: relative;
}
.ck-editor .ck-content figure.background-video {
  display: grid;
  background-color: var(--vrtx-color-neutral-tint-90);
  padding: 0 20px 20px;
}
.ck-editor .ck-content figure.background-video figcaption {
  justify-self: end;
  background-color: white;
  padding: 20px;
  max-width: 400px;
}
.ck-editor .ck-content figure.background-video.text-left figcaption {
  justify-self: auto;
}
.ck-editor .ck-content div.image-center img,
.ck-editor .ck-content p.image-center img {
  width: 100%;
}
.ck-editor .ck-content div.image-center:not(:has(img)),
.ck-editor .ck-content p.image-center:not(:has(img)) {
  display: grid;
}
.ck-editor .ck-content div.image-center:not(:has(img)) figcaption,
.ck-editor .ck-content p.image-center:not(:has(img)) figcaption {
  position: static;
  justify-self: end;
  width: auto;
  max-width: 400px;
}
.ck-editor .ck-content .image-left,
.ck-editor .ck-content .image-right,
.ck-editor .ck-content div.vrtx-container-left,
.ck-editor .ck-content div.vrtx-container-right {
  clear: both;
  width: 300px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.ck-editor .ck-content .image-left,
.ck-editor .ck-content div.vrtx-container-left {
  float: left;
  margin-right: 20px;
}
.ck-editor .ck-content .image-right,
.ck-editor .ck-content div.vrtx-container-right {
  float: right;
  margin-left: 20px;
}
.ck-editor .ck-content figure .image-left,
.ck-editor .ck-content figure .image-right {
  float: none;
  width: auto;
  margin: 0;
}
.ck-editor .ck-content *:has( > [data-ck-unsafe-element])::before {
  content: "data-ck-unsafe-element";
  background-color: var(--vrtx-color-alert);
  font-size: calc(12rem / 16);
  color: white;
  padding: 5px;
}
/*****************************************************************************
Alt-text error messages
When no alt or empty alt without aria-hidden
*****************************************************************************/
.ck-editor .ck-content figure.image:not(:has(img[alt]))::before,
.ck-editor .ck-content figure.image:has(img[alt=""]):not(:has(img[aria-hidden="true"]))::before {
  content: var(--vrtx-txt-alt);
  position: absolute;
  padding: 5px 10px;
  background-color: var(--vrtx-color-alert);
  color: white;
  font-size: 1rem;
  white-space: nowrap;
}

/*# sourceMappingURL=content-styles.css.map */
