/* ========================================================================
   Oficina Portátil V75.34 — PDF UI
   - botão compacto
   - ícone acompanha o tema via CSS mask/currentColor
   - popup de progresso também usa o ícone temático
   ======================================================================== */

.sap-pdf-actions{
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  width:100%!important;
  margin:10px 2px 16px!important;
}

.sap-pdf-button{
  width:auto!important;
  max-width:max-content!important;
  min-width:0!important;
  height:40px!important;
  min-height:40px!important;
  max-height:40px!important;
  flex:0 0 auto!important;
  padding:7px 12px!important;
  gap:7px!important;
  border-radius:14px!important;
  font-size:13px!important;
  line-height:1!important;
  letter-spacing:.01em!important;
  white-space:nowrap!important;
}

.sap-pdf-button .sap-pdf-icon{
  display:inline-block!important;
  flex:0 0 auto!important;
  width:20px!important;
  height:20px!important;
  color:inherit!important;
  background:currentColor!important;
  -webkit-mask:url('/assets/PDF_icon.svg?v=75.34.0') center/contain no-repeat!important;
  mask:url('/assets/PDF_icon.svg?v=75.34.0') center/contain no-repeat!important;
}

.sap-pdf-button .sap-pdf-label{
  display:inline!important;
  width:auto!important;
  font-size:13px!important;
  line-height:1!important;
  color:inherit!important;
}

/* Ícone do modal Gerando PDF também acompanha o tema. */
.op-sap-pdf-head .op-sap-pdf-modal-icon{
  width:30px!important;
  height:30px!important;
  flex:0 0 30px!important;
  display:block!important;
  background:var(--text,#111)!important;
  -webkit-mask:url('/assets/PDF_icon.svg?v=75.34.0') center/contain no-repeat!important;
  mask:url('/assets/PDF_icon.svg?v=75.34.0') center/contain no-repeat!important;
  opacity:.92;
}

html[data-theme="dark"] .op-sap-pdf-head .op-sap-pdf-modal-icon{
  background:var(--text,#fff)!important;
}

@media(max-width:820px){
  .sap-pdf-actions{
    justify-content:flex-end!important;
    margin-top:8px!important;
  }
  .sap-pdf-button{
    width:auto!important;
    max-width:max-content!important;
    min-width:0!important;
    height:38px!important;
    min-height:38px!important;
    max-height:38px!important;
    padding:6px 10px!important;
    border-radius:13px!important;
    font-size:12px!important;
  }
  .sap-pdf-button .sap-pdf-icon{
    width:18px!important;
    height:18px!important;
  }
  .sap-pdf-button .sap-pdf-label{font-size:12px!important;}
}
