/*Generated time: July 19, 2024 07:08This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.*/
.accordion summary{
	line-height:1;
	padding:1.5rem 0;
}
.accordion .summary__title{
	display:flex;
	flex:1
}
.accordion+.accordion{
	margin-top:0;
	border-top:none
}
.accordion{
	display:block;
	margin-top:2.5rem;
	margin-bottom:0;
	border-top:0;
    /* border-bottom:0.1rem solid #D2D5D9; */
	/* border-bottom:.1rem solid rgb(var(--color-border)) */
}
.accordion__title{
	display:inline-block;
	max-width:calc(100% - 6rem);
	min-height:1.6rem;
	margin:0;
	word-break:break-word
}
.accordion .summary__title .icon{
	flex:0 0 auto;
	align-self:center;
	fill:rgb(var(--color-foreground));
	width:1.6rem;
	height:1.6rem;
	margin-inline-end:1.2rem
}
.accordion details[open]>summary .icon-caret{
	transform:scaleY(-1)
}
.accordion__content{
	padding-bottom:1.5rem;
    padding-left:3rem;
	word-break:break-word
}
.accordion__content img{
	max-width:100%
}
