body {
	font-size: 10px;
	font-family: "roboto", Arial, sans-serif;
	line-height: 1;
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 28px;
	color: #205998;
}

table.styled {
	table-layout: auto;
	width: 100%;
	margin: 0;
}
table.styled td {
	padding: 0.2em 0.5em;
}
table.styled td > * {
	padding-block: 0;
	margin-block: 0;
}
table.styled td > p ~ p {
	margin-top: 1rem;
}
table.styled tr:nth-child(2n) {
	background: #fff;
}
table.styled tr.head td {
	background: #205998;
	color: white;
	border: none;
	font-size: 1.8rem;
	font-weight: bold;
}

.chips {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.75em;
	gap: 3px;
	margin-inline: 10px;
}

.chips::before {
	/* content: "Terms: "; */
}
ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin-bottom: 0.3rem;
}
tr {
	break-inside: avoid;
}
td {
	vertical-align: top;
}
td:first-child {
	width: 13ch;
	font-weight: bold;
}

@media not print {
	.paper {
		width: 7.5in;
		aspect-ratio: 8.5/11;
		background: #fff;
		padding: 0.5in;
		margin: 70px auto;
		box-shadow: 0px 0px 30px #333;
	}

	body {
		background: #666;
	}
	.tool-header {
		background: #333;
		padding: 0.3rem;
		position: fixed;
		inset: 0 0 auto 0;
	}

	.tool-header button {
		font-size: 20px;
		padding: 5px 30px;
		border: none;
		border-radius: 5px;
		margin-inline: auto;
		display: block;
		cursor: pointer;
		background: #eee;
	}
	.tool-header button:hover {
		background: #fff;
	}
}

@media print {
	.tool-header {
		display: none;
	}
}
