/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/components/field/ckeditor/ckeditor.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.ck-content a {
  display: inline;
  background-image: linear-gradient(0deg, var(--animate-underline-gradient-color-1, currentColor) 0%, var(--animate-underline-gradient-color-2, var(--animate-underline-gradient-color-1, currentColor)) 100%);
  background-size: var(--animate-underline-background-size-width, 0%) var(--animate-underline-background-size-height, 1px);
  background-repeat: no-repeat;
  background-position: var(--animate-underline-background-position-x, left) bottom;
  transition: all 200ms ease-in-out;
}
.ck-content a:hover, .ck-content a:focus {
  --animate-underline-background-size-width: var(--animate-underline-background-size-width-hover, 100%);
}

.ck-content p.intro-body-copy {
  --p-font-size: 1.44rem;
}

.ck-content p.large-body-copy {
  --p-font-size: 1.2rem;
}

.ck-content {
  --figure-display: table;
  --table-td-vertical-align: middle;
}
.ck-content table {
  margin-bottom: 37.3248px;
}
.ck-content figure,
.ck-content img {
  margin-bottom: 37.3248px;
}
.ck-content figure.align-left,
.ck-content img.align-left {
  margin-right: 37.3248px;
}
.ck-content figure.align-right,
.ck-content img.align-right {
  margin-left: 37.3248px;
}
.ck-content ul {
  --list-line-height: 1.562;
}
.ck-content ul > li + li {
  --li-margin: 0.5em 0 0 0;
}
.ck-content a {
  --animate-underline-background-size-width: 100%;
  --animate-underline-background-size-width-hover: 0;
  --animate-underline-background-position-x: right;
}
.ck-content p.iframe-wrapper {
  display: block;
  position: relative;
}
.ck-content p.iframe-wrapper.iframe-wrapper--power-bi {
  aspect-ratio: 1200/900;
  width: 100%;
  height: 100%;
}
.ck-content p.iframe-wrapper.iframe-wrapper--power-bi iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.ck-content img[data-entity-type=file] {
  width: revert-layer;
  height: revert-layer;
  margin-bottom: unset;
}
.ck-content .ck-edit__icon {
  position: relative;
  display: inline-block;
  width: 2rem;
}
.ck-content .ck-edit__icon svg path {
  fill: #BF1F02;
}
.ck-content .ck-edit__icon svg.fa-stack-2x {
  opacity: 0.5;
}
