.clipo-features-faq-hold { height: 0; }
.has-faq-frame-entry > .clipo-faq {
  transform-origin: top left;
  min-height: var(--faq-entry-viewport-height);
  z-index: 3;
}
.clipo-features.is-faq-frame-source .clipo-features__thumbnail { visibility: hidden; }
.clipo-faq-entry-outline {
  position: absolute;
  z-index: 4;
  border: 1px solid var(--clipo-yellow, #ffdf45);
  pointer-events: none;
  box-sizing: border-box;
}
.clipo-faq-entry-outline[hidden] { display: none; }
