/* CKEditor5 - typography styling. */
.ck-content .custom-highlight-marker-ecl {
  background-color: #ffebcc!important;
}

/* Field external icon. */
.inline-external-icon {
  display: inline!important;
}

/* Contextual links. */
.ecl .contextual .trigger {
  /* Override the .focusable height: auto */
  width: 26px !important;
  /* Override the .focusable height: auto */
  height: 26px !important;
  text-indent: -9999px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cg%3e%3cpath fill='%23bebebe' d='M14.545 3.042l-1.586-1.585c-.389-.389-1.025-.389-1.414 0l-1.293 1.293 3 3 1.293-1.293c.389-.389.389-1.026 0-1.415z'/%3e%3crect fill='%23bebebe' x='5.129' y='3.8' transform='matrix(-.707 -.707 .707 -.707 6.189 20.064)' width='4.243' height='9.899'/%3e%3cpath fill='%23bebebe' d='M.908 14.775c-.087.262.055.397.316.312l2.001-.667-1.65-1.646-.667 2.001z'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  border: 1px solid #ccc;
  border-radius: 13px;
  color: inherit;
  min-height: inherit;
  min-width: inherit;
  padding: 0 2px;
}

.ecl .contextual .trigger:hover {
  background-color: inherit;
  border-color: #ccc;
  color: inherit;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cg%3e%3cpath fill='%23787878' d='M14.545 3.042l-1.586-1.585c-.389-.389-1.025-.389-1.414 0l-1.293 1.293 3 3 1.293-1.293c.389-.389.389-1.026 0-1.415z'/%3e%3crect fill='%23787878' x='5.129' y='3.8' transform='matrix(-.707 -.707 .707 -.707 6.189 20.064)' width='4.243' height='9.899'/%3e%3cpath fill='%23787878' d='M.908 14.775c-.087.262.055.397.316.312l2.001-.667-1.65-1.646-.667 2.001z'/%3e%3c/g%3e%3c/svg%3e");
}

.ecl .contextual .trigger:focus {
  outline: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cg%3e%3cpath fill='%235181C6' d='M14.545 3.042l-1.586-1.585c-.389-.389-1.025-.389-1.414 0l-1.293 1.293 3 3 1.293-1.293c.389-.389.389-1.026 0-1.415z'/%3e%3crect fill='%235181C6' x='5.129' y='3.8' transform='matrix(-.707 -.707 .707 -.707 6.189 20.064)' width='4.243' height='9.899'/%3e%3cpath fill='%235181C6' d='M.908 14.775c-.087.262.055.397.316.312l2.001-.667-1.65-1.646-.667 2.001z'/%3e%3c/g%3e%3c/svg%3e");
}

.ecl .contextual .contextual-links a {
  color: inherit;
}

/* Prevent these class attributes to be applied when we are in blockquote. */
blockquote p.ecl-u-type-enhance,
blockquote p.ecl-u-type-enhance-light,
blockquote p.ecl-u-type-enhance-strong {
  all: revert !important;
  font-size: var(--fs-2xl) !important;
  line-height: var(--lh-xl) !important;
}

@media (min-width: 1140px) {
  .ecl-page-header-expandable__header .ecl-page-header-expandable__header-text * {
    display: inline;
  }
}
