/* Prevent Quarto's inline height from distorting aspect ratio */
img {
	height: auto !important;
}

/* Tables */
table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5em 0;
}

th, td {
	padding: 0.5em 1em;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

thead th {
	border-bottom: 2px solid var(--fontcolor);
}

tbody tr:last-child td {
	border-bottom: none;
}

/* PDF download link */
.pdf-download {
	margin-top: 4px;
	margin-bottom: 0;
	font-size: 0.9em;
}
