.msa-quiz-exit {
  position: fixed;
  right: 24px;
  bottom: 96px; /* Keep the existing chat button reachable below the invitation. */
  z-index: 910;
  box-sizing: border-box;
  width: 360px;
  max-width: calc(100vw - 48px);
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  padding: 24px;
  border: 1px solid #d8e2dc;
  border-radius: 16px;
  background: #fff;
  color: #20352b;
  box-shadow: 0 8px 32px rgb(0 0 0 / 15%);
  font-family: inherit;
  text-align: left;
}
.msa-quiz-exit .msa-quiz-exit__title {
  margin: 0 0 10px;
  color: inherit;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
}
.msa-quiz-exit .msa-quiz-exit__body {
  margin: 0 0 18px;
  color: #42564b;
  font-size: 15px;
  line-height: 1.5;
}
.msa-quiz-exit__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.msa-quiz-exit .msa-quiz-exit__start,
.msa-quiz-exit .msa-quiz-exit__dismiss {
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  text-transform: none;
  letter-spacing: normal;
}
.msa-quiz-exit .msa-quiz-exit__start {
  background: #215c3c;
  color: #fff;
}
.msa-quiz-exit .msa-quiz-exit__start:hover { background: #17462d; }
.msa-quiz-exit .msa-quiz-exit__dismiss { background: transparent; color: #42564b; }
.msa-quiz-exit .msa-quiz-exit__dismiss:hover { background: #edf3ef; }
.msa-quiz-exit button:focus-visible { outline: 3px solid #1b6aab; outline-offset: 3px; }
@media (max-width: 1023px), (hover: none), (pointer: coarse) {
  .msa-quiz-exit { display: none; }
}
