/* MICE first-visit modal: nearly full viewport; embedded deck fills remaining space */
#mice-welcome-modal .modal-content {
  height: 100vh;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
}

#mice-welcome-modal .mice-welcome-modal-body {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

#mice-welcome-modal .mice-welcome-deck-iframe {
  flex: 1 1 auto;
  min-height: 280px;
  width: 100%;
  border: 0;
  background: #f8f9fa;
}
