/* V99R2 — correção definitiva do tamanho das prévias do Devocional */
.dev-share-card{
  max-height:calc(100dvh - 36px - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important;
  overflow-y:auto!important;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}

/* A foto escolhida do celular aparece apenas como uma miniatura pequena. */
.dev-share-phone-preview{
  display:block!important;
  width:96px!important;
  height:120px!important;
  min-width:0!important;
  max-width:96px!important;
  min-height:0!important;
  max-height:120px!important;
  object-fit:cover!important;
  object-position:center!important;
  margin:10px auto 0!important;
  border-radius:12px!important;
  background:#111!important;
}
.dev-share-phone-preview[hidden]{
  display:none!important;
}

/* A arte final com o versículo também não ocupa mais a tela inteira. */
.dev-share-preview-wrap{
  width:100%!important;
  min-height:210px!important;
  height:auto!important;
  max-height:360px!important;
  padding:10px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
.dev-share-preview-wrap img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:330px!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:auto!important;
  border-radius:12px!important;
}
#devSharePreview[hidden]{
  display:none!important;
}

@media(max-width:430px){
  .dev-share-card{
    padding:14px!important;
    border-radius:20px!important;
  }
  .dev-share-phone-preview{
    width:82px!important;
    height:104px!important;
    max-width:82px!important;
    max-height:104px!important;
  }
  .dev-share-preview-wrap{
    min-height:180px!important;
    max-height:300px!important;
  }
  .dev-share-preview-wrap img{
    max-height:275px!important;
  }
}
