/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* ===== Jetpack CRM Client Portal ===== */

/* === Invoice List === */

/* Hide Download PDF column in client portal invoices list */
.zbs-responsive-table .zbs-invoice-list {
  th:last-child,
  td:last-child,
  .pdf_download {
    display: none;
    border: none;
    padding: 0;
  }
}

/* === Single Invoice === */
.sri-invoice-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 5rem;
  margin-bottom: 1rem;

}

.sri-label {
    font-weight: bold;
}

/* Align payment amount cells */
#invoice-payments td.row-amount {
    text-align: right;
}