/* Common styles for LOA/LOE letter templates */

* {
  /* border: 1px solid red !important; */
}

@media print {
  * {
    padding: 0 !important;
  }

  @page {
    size: A4;
    margin: 0;
  }

  body {
    margin: 0 !important;
    padding: 0 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .footer-section {
    page-break-inside: avoid !important;
    break-inside: avoid !important;
  }

  .main-table {
    height: auto !important;
  }

  .main-content-cell {
    padding: 14px 30px !important;
  }

  .letter-body {
    margin-bottom: 15px !important;
  }

  .footer-section {
    margin-top: 10px !important;
  }

  .data-table {
    margin-bottom: 15px !important;
  }

  .header-logos {
    margin-bottom: 15px !important;
  }

  .letter-title-section {
    margin-bottom: 10px !important;
  }

  .greeting-text {
    margin-bottom: 10px !important;
  }

  .green-top-bar {
    height: 15px !important;
  }

  .gray-bottom-bar {
    height: 15px !important;
  }
}
