/* EHOP V12.2 landing refinements. */

.v12-quiz-compact {
  width: 100%;
  max-width: none;
  margin: 26px 0;
}

.v11-portal-frame-shell {
  position: relative;
}

.v11-portal-frame-shell::after {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: max-content;
  max-width: 90%;
  padding: 10px 16px;
  border: 2px solid currentColor;
  border-radius: 8px;
  color: rgba(6, 26, 44, 0.13);
  content: "Données de démonstration";
  font-size: clamp(1.7rem, 4.8vw, 4rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%) rotate(-17deg);
  pointer-events: none;
}

@media (max-width: 720px) {
  .v12-quiz-compact {
    margin-block: 22px;
  }
}
