<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.accordion-section{
	margin-bottom: 10px;
}
.accordion-section .accordion-content{
	display: none;
	padding: 4px;
	border: 1px solid #dedede;
}
.accordion-section .accordion-title{
	background: #dedede;
	padding: 4px;
	cursor: pointer;
}</pre></body></html>