/* ═══════════════════════════════════════════════
   Passport card fix — match EDocument sizing on
   smaller-height screens (iPhone 15 etc.)
   ═══════════════════════════════════════════════ */

@media screen and (max-height: 860px) {
  /* Add max-height:none like EDocument has */
  .Passport_passport__8Crv1 {
    max-height: none !important;
  }

  /* Reduce bottom margin from 150→130 to match EDocument */
  .Passport_passport-inner__VGu43 {
    margin-bottom: 130px !important;
  }

  /* Enlarge passport photo to match EDocument proportions */
  .Passport_passport-photo__\+DgtL {
    height: 180px !important;
    width: 135px !important;
  }
}
