/* Home desktop quiz floater — anchored to MagniStretch hero */
.videoRemoveOnMob .single-hero-slider {
  position: relative;
  overflow: visible;
}

.mfx-quiz-floater.bottom-right-highlight {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 8;
  width: 580px;
  max-width: min(580px, 52vw);
  background: #fff;
  box-shadow: 0 8px 28px rgba(1, 70, 99, 0.16);
  border-radius: 2px 0 0 0;
  padding: 0;
  min-height: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.mfx-quiz-floater.bottom-right-highlight.go-right {
  transform: translateX(105%);
  opacity: 0;
  pointer-events: none;
}

.mfx-quiz-floater__inner {
  padding: 16px 18px 14px;
}

.mfx-quiz-floater__title {
  margin: 0 0 12px;
  padding: 0 6px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #014663;
}

.mfx-quiz-floater__grid {
  display: flex;
  gap: 14px;
  align-items: stretch;
}

.mfx-quiz-floater__card {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.mfx-quiz-floater__visual {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  line-height: 0;
  overflow: hidden;
}

.mfx-quiz-floater__visual img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

.mfx-quiz-floater__btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 11px 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #014663;
  border: none;
  line-height: 1.2;
  transition: background-color 0.2s ease;
}

.mfx-quiz-floater__btn:hover,
.mfx-quiz-floater__btn:focus {
  color: #fff;
  background-color: #023a52;
  text-decoration: none;
}

/* MagniStretch hero — equal-width left CTAs, text stays left */
.videoRemoveOnMob .hero-slider-content-2 .mfx-hero-mst-ctas {
  align-items: stretch !important;
  width: max-content;
  max-width: 100%;
}

.videoRemoveOnMob .hero-slider-content-2 .mfx-hero-mst-ctas .btn-1-padding-1 {
  display: block;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}

@media (max-width: 991.98px) {
  .mfx-quiz-floater.bottom-right-highlight {
    display: none !important;
  }
}
