.fq-wp-embed {
  max-width: 100%;
  margin: 1.5rem 0;
  overflow: hidden;
  /* Reserve approximate first-step space so the footer doesn't jump as much on load. */
  min-height: 980px;
}

.fq-wp-embed.is-sized {
  min-height: 0;
}

.fq-wp-embed iframe.fq-embed-frame {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  /* No height transition — animated growth feels like the page is stretching. */
}

.fq-wp-redirect {
  margin: 1.5rem 0;
}

.fq-wp-button {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  background: #f47a21;
  color: #fff !important;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
}

.fq-wp-button:hover {
  background: #f47a21;
}
