/* Keep the existing heading appearance when its contents become a real button. */
.thinventory-disclosure {
	background: none;
	border: 0;
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	display: block;
	font: inherit;
	padding: 0;
	text-align: inherit;
	width: 100%;
}

.thinventory-disclosure:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}
