.custom-proposal-header {
  left: 0;
  right: 0;
  top: 0;
  padding: 10px 80px 8px;
}

.custom-proposal-header:has(img) {
  padding: 0;
  border: 0;
}

.custom-proposal-header img,
#headerAssetPreview img {
  display: block;
  width: 100%;
  max-width: none;
  height: 205.33px;
  max-height: none;
  margin: 0;
  object-fit: contain;
  object-position: center center;
  background: #fff;
}

#proposal .proposal-logo {
  display: none !important;
}

#proposal .proposal-client {
  display: none !important;
}

#proposal .company-footer {
  font-size: 22px;
  line-height: 1.25;
}

#proposal .company-footer img {
  max-height: 100px;
}

#proposal .template-page:has(.custom-proposal-header) {
  padding-top: 223.33px;
}

#proposal #proposalRows td:nth-child(6),
#proposal #proposalRows td:nth-child(7),
#proposal #proposalRows + tfoot th:last-child,
#proposal .proposal-page table thead th:nth-child(6),
#proposal .proposal-page table thead th:nth-child(7) {
  text-align: right;
}

#headerAssetPreview:has(img) {
  padding: 0;
}

@media print {
  @page {
    size: A4 portrait;
    margin: 0;
  }

  .proposal-cover.template-page,
  .proposal-page.template-page {
    width: 210mm !important;
    height: 297mm !important;
    min-height: 297mm !important;
    margin: 0 !important;
    padding: 22mm 25mm !important;
    overflow: hidden !important;
    page-break-after: always;
    break-after: page;
  }

  .proposal-cover.template-page {
    padding: 25mm !important;
  }

  .proposal-page.template-page:has(.custom-proposal-header) {
    padding-top: 59.71mm !important;
  }

  .custom-proposal-header {
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    width: 210mm !important;
    min-height: 0;
    padding: 10px 25mm 8px;
  }

  .custom-proposal-header:has(img) {
    padding: 0 !important;
    border: 0 !important;
  }

  .custom-proposal-header img {
    width: 210mm !important;
    max-width: none !important;
    height: calc(22mm + 87pt) !important;
    max-height: none !important;
    margin: 0 !important;
    object-fit: contain;
    object-position: center center;
    background: #fff;
  }

  .annex-page-image {
    max-height: 220mm;
  }

  #proposal .company-footer {
    font-size: 22px;
  }

  #proposal .company-footer img {
    max-height: 26mm;
  }
}
