<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.acgAccordion
{
}

.acgAccordionButton:not(:last-child)
{
	margin-bottom:3px;
}

.acgAccordionButton
{
	jbackground-color:var(--main-color);
	border-radius:0;
	width:100%;
	jcolor:rgb(0,0,0);
	font-size:1.2rem;
	display:flex;
	justify-content:space-between;
	padding:1px 1px 1px 25px;
}
.acgAccordionButton .acgAccordionButtonIconArea
{
	width:30px;
	min-width:30px;
	jbackground-color:rgb(242,242,242);
	font-size:1.1rem;
	display:flex;
	align-items:center;
	justify-content:center;
	jcolor:var(--main-color);
	line-height:0;
}

.acgAccordionButton .acgAccordionButtonIconClosed
{
	display:initial;
}
.acgAccordionButton.acgCssButtonSelected .acgAccordionButtonIconClosed
{
	display:none;
}
.acgAccordionButton.acgCssButtonSelected .acgAccordionButtonIconOpen
{
	display:initial;
}
.acgAccordionButton .acgAccordionButtonIconOpen
{
	display:none;
}
.acgAccordionButtonLabel
{
	jfont-size:1.1rem;
	jpadding:4px 0;
}</pre></body></html>