/** Remove margin bottom for last <p> to avoid extra space with tinymce **/
#stamina-invoicing-invoiceable-lines tr td p:last-child {
	margin-bottom: 0;
}

/** Ellipsis the group header **/
.stamina-invoicing-lines-group-header {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 420px;
	height: 25px;
}

.stamina-invoicing-line-header {
    background-color: var(--bs-card-bg) !important;
}