/**
 * Styles frontend pour les factures Pennylane.
 *
 * @package CheckTaPaie\Finances
 * @since   1.0.0
 */

.ctp-pennylane-invoices {
	margin-top: 2em;
}

.ctp-pennylane-invoices h2 {
	font-size: 1.25em;
	margin-bottom: 0.75em;
}

.ctp-pennylane-invoices ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ctp-pennylane-invoices li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.6em 0;
	border-bottom: 1px solid #eee;
}

.ctp-pennylane-invoices li:last-child {
	border-bottom: none;
}

.ctp-pennylane-invoices__label {
	font-weight: 500;
}
