/*
 * Pin on the frontend.
*/
body:not(.path-node):not(.path-admin) .ckeditor-tooltip-text[data-tooltip-placeholder-is-selection="false"]::after {
  background-image: url("../../../../modules/custom/ckeditor_tooltips/icons/AlertIcon.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  content: '';
  left: -2px;
  display: inline-block;
  visibility: visible;
}

body:not(.path-node):not(.path-admin) .ckeditor-tooltip-text[data-tooltip-placeholder-is-selection="false"] {
  position: relative;
  padding-left: 1px;
  width: 20px;
  height: 20px;
  display: inline-block;
  visibility: hidden;
}

@media only screen and (max-width: 1023px) {
  body:not(.path-node):not(.path-admin) .ckeditor-tooltip-text[data-tooltip-placeholder-is-selection="false"] {
    width: 16px;
    height: 16px;
  }
  body:not(.path-node):not(.path-admin) .ckeditor-tooltip-text[data-tooltip-placeholder-is-selection="false"]::after {
    width: 16px;
    height: 16px;
  }
}

/*
 * Pin on the frontend.
*/
body.path-node .ckeditor-tooltip-text[data-tooltip-placeholder-is-selection="false"] {
  width: 18px;
  height: 18px;
  font-family: serif;
  background-color: transparent;
  border: 1.5px solid #1a76c5;
  border-radius: 50%;
  color: #1a76c5;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  transition: 0.4s ease-in-out;
  transform: scale(1);
  text-decoration: none;
}
