details > summary {
	list-style: none;
}

details > summary::-webkit-details-marker {
	display: none;
}

details > summary::before {
	content: "▶";
}

details[open] > summary::before {
	content: "▼";
}