/* 
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
            print-color-adjust: exact !important;
  }
  html, body {
    background: #f3f6fa !important; 
    background-image: linear-gradient(#e8eff7, #ffffff) !important; 
  }

  .invoice-hero, .pmpro_card {
    -webkit-print-color-adjust: exact !important;
            print-color-adjust: exact !important;
    background: inherit; 
  }
}

.pmpro-confirmation .pmpro_card {
    margin: 0;
}
.pdf_top{
    padding: 15px 40px;
}
.pdf_logo{
    max-width: 350px;
}
.pdf_body{
background: linear-gradient(to bottom,  #ffffff 0%,#5d7f99 60%); 
}
.pdf_img {
    margin-top: 50px;
    text-align: right;
}
.pdf_img img{max-width: 70%;}
.pdf_title{    
    font-size: 20px;
    text-align: center;
    display: block!important;
    color: #fff;
    font-family: "Roboto Condensed", Sans-serif;
} */
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
            print-color-adjust: exact !important;
  }
  html, body {
    background: #f3f6fa !important; 
    background-image: linear-gradient(#e8eff7, #ffffff) !important; 
  }

  .invoice-hero, .pmpro_card {
    -webkit-print-color-adjust: exact !important;
            print-color-adjust: exact !important;
    background: inherit; 
  }
}
.pmpro-confirmation .betterdocs-ia-launcher-wrapper{
    display: none;
}
.tpm-invoice{
background: linear-gradient(to bottom,  #ffffff 0%,#5d7f99 60%); 
}

.tpm-hero__top{display:flex;gap:24px;align-items:flex-start}
.tpm-logo{max-width:260px;height:auto}
.tpm-heroimg{margin-left:auto;max-width:520px;width:100%;height:auto}
.tpm-title{margin:16px 0 0;text-align:center;font-size:22px;font-weight:700;letter-spacing:.04em;color:#2b4a63}
.tpm-wrap{padding:24px}
.tpm-kv{display: block;margin:22px 0;color:#fff}
.tpm-kv div{display: flex;}
.tpm-kv__block { display: block;}
.tpm-kv__label{font-weight:600;color:#1e3343;display:block;margin-bottom:2px}
.tpm-h3{margin:18px 0 10px;text-align:center;font-weight:700;color:#2b4a63}
.tpm-table{width:100%;border-collapse:collapse;background:#f2f6fa;border:1px solid #8aa2b8;font-size:15px}
.tpm-table th,.tpm-table td{border:1px solid #8aa2b8;padding:10px 12px}
.tpm-table thead th{background:#d1dee9;text-align:left}
.tpm-table tfoot td{font-weight:700;background:#e0ebf3}
.tpm-contacts{margin:20px 0 8px;color:#24394a}
.tpm-contacts__title{font-weight:700;margin-bottom:6px;color:#2b4a63}
.tpm-contacts a{color:#24394a;text-decoration:underline}
.tpm-thanks{margin:12px 0 8px;text-align:center;color:#2b4a63;font-weight:600}