/* Hide the "Made in Webflow" runtime badge if it ever shows */
.w-webflow-badge,
a.w-webflow-badge,
[class*="webflow-badge"] {
  display: none !important;
}

/* FAQ: contain absolutely-positioned +/- icons inside their wrapper */
.question-div .icon.content-center {
  position: relative;
  width: 24px;
  height: 24px;
}
.question-div .icon.content-center .h3.large.icon {
  position: absolute;
  inset: 0;
  height: auto;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
