/* CENTRALIZA_TEXTO_REAL_BOTOES_V71 */

/*
  Centralização forte:
  - botões normais usam grid/place-items
  - botões Imprimir/Baixar usam ::before absoluto no centro real
*/
@media(max-width:900px){

  .fatura-v27b-actions button,
  .fatura-v27b-actions a,
  .pay-v23-actions button,
  .pay-v23-actions a,
  .future-fatura-v28-actions button,
  .future-fatura-v28-actions a,
  .future-pay-actions-v24 button,
  .future-pay-actions-v24 a{
    -webkit-appearance:none!important;
    appearance:none!important;
    display:grid!important;
    place-items:center!important;
    align-items:center!important;
    justify-items:center!important;
    justify-content:center!important;
    align-content:center!important;
    text-align:center!important;
    vertical-align:middle!important;
    line-height:1!important;
    padding-top:0!important;
    padding-bottom:0!important;
    box-sizing:border-box!important;
  }

  .fatura-v27b-actions .pix,
  .fatura-v27b-actions .line,
  .fatura-v27b-actions .help,
  .fatura-v27b-actions .ghost,
  .pay-v23-actions .pix,
  .pay-v23-actions .line,
  .pay-v23-actions .help,
  .pay-v23-actions .ghost,
  .future-fatura-v28-actions .pix,
  .future-fatura-v28-actions .line,
  .future-fatura-v28-actions .help,
  .future-fatura-v28-actions .ghost,
  .future-pay-actions-v24 .pix,
  .future-pay-actions-v24 .line,
  .future-pay-actions-v24 .help,
  .future-pay-actions-v24 .ghost{
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
  }

  .doc-mobile-print-v67,
  .doc-mobile-down-v67{
    position:relative!important;
    display:block!important;
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
    padding:0!important;
    overflow:hidden!important;
    font-size:0!important;
    line-height:0!important;
    color:transparent!important;
  }

  .doc-mobile-print-v67::before,
  .doc-mobile-down-v67::before{
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    width:100%!important;
    height:auto!important;
    display:block!important;
    margin:0!important;
    padding:0!important;
    text-align:center!important;
    line-height:1!important;
    color:#ffffff!important;
    font-size:14px!important;
    font-weight:950!important;
    white-space:nowrap!important;
  }

  .doc-mobile-print-v67::before{
    content:"Imprimir boleto"!important;
  }

  .doc-mobile-down-v67::before{
    content:"Baixar boleto"!important;
  }
}
/* CENTRALIZA_TEXTO_REAL_BOTOES_V71_FIM */
