/* Final polish for the age entry screen. Keep the approved photography and
   make the whole lower strip read as the primary action. */
.question-screen--portrait .answer-card--image .answer-card__copy {
  min-height: 40px;
  padding-right: 50px;
}

.question-screen--portrait .answer-card--image .answer-card__status {
  z-index: 2;
  top: auto;
  right: 13px;
  bottom: 13px;
  width: 28px;
  height: 28px;
  color: var(--coral);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: 0 4px 12px rgba(82, 39, 33, 0.16);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.question-screen--portrait .answer-card--image.answer-card--active .answer-card__status {
  color: var(--coral);
  background: #fff;
}

.question-screen--portrait .terms-note {
  max-width: 430px;
  margin-top: 14px;
  color: #6f6965;
  font-size: 11px;
  line-height: 1.55;
}

.question-screen--portrait .terms-note a {
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

@media (max-width: 390px) {
  .question-screen--portrait .terms-note {
    font-size: 10px;
  }
}
