.ihg-flow {
  max-width: 720px;
  min-height: 83vh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.ihg-card {
  background: transparent;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 240ms ease, transform 240ms ease;
}

.ihg-card.is-exiting {
  opacity: 0;
  transform: translateY(8px);
}

.ihg-card.is-entering {
  opacity: 0;
  transform: translateY(8px);
}

.ihg-card.is-entering.is-active {
  opacity: 1;
  transform: translateY(0);
}

.ihg-preface {
 margin-bottom: 2vh;

}

.ihg-preface p:first-of-type {
    color: black;
    font-family: 'archivo narrow', serif;
    text-align: center;
  font-size: 2rem;  
  margin-bottom: 1vh;
  line-height: 1em;
}

.ihg-preface p:nth-of-type(2) {
     color: black;
    font-family: 'archivo narrow', serif;
    text-align: center;
  font-size: 1.7rem;  
  margin-bottom: 2vh;
  line-height: 1.2em;   
}

.ihg-question {
    font-family: 'archivo narrow', serif;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  margin:0 auto 5vh auto;
}

.ihg-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1vh;
}

.ihg-btn {
  display: block;
   font-family: 'archivo narrow', serif!important;
  font-size: 1.3rem!important;
  line-height: 1em;
  font-weight: 500!important;  
  margin:0 1%;
  width: 40%;
  border: none;
  border-radius: 3px!important;
  padding: 2vh 0!important;
  cursor: pointer;
  background: #465D55;
  transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
  text-decoration: none;
  font-weight: 600;
}

.ihg-btn:hover {
  background: #4d665d;
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
  transform: translateY(-1px);
}

.ihg-footer {
  margin-top: 16px;
  font-size: 0.875rem;
  color: #666;
}

.ihg-final-url {
  word-break: break-all;
}
