/* FeatherQuest Elementor safety resets (v3)
   Keep this SMALL and scoped so it doesn't affect other pages.
*/

.fq-quest img{
  max-width: 100%;
  height: auto;
}

.fq-quest a{
  color: #4dc7ff;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.fq-quest a:hover,
.fq-quest a:focus-visible{
  opacity: 0.95;
}

/* Elementor sometimes injects extra top margins on first children */
.fq-quest > :first-child{
  margin-top: 0;
}

/* If Elementor sets weird line-heights on <em>/<strong>, normalize */
.fq-quest em,
.fq-quest strong{
  line-height: inherit;
}
