.day{
	
    padding-top: 1em;
    padding-bottom: 1em;
}
.day:not(.day:first-of-type){
	border-top: 1px dashed;
}
.day.closed{
	height: fit-content;
}
.chapter-preview{
/*	margin-left: 1em;*/
	display: flex;
	flex-direction: column;
}

.chapter-preview.closed{
	height: fit-content;
}

.chapter-title.closed .expand-chapter::before{
	content: "+";
}

/*.chapter-title .expand-chapter::before{
	content: "enter →";
	font-variant: small-caps;
	color: green;
	align-items: center;
	white-space: nowrap
}*/

.day.closed .expand::before{
	content: "+";
}
.day .expand::before{
	content: "–";
}


.title{
	width: 100%;
	text-align: center;
	margin-top: 0.5em !important;
	margin-bottom: 0.5em !important;
}



.day-title{
	display: flex;
    column-gap: 1em;
	justify-content: space-between;
	text-transform: uppercase;
	cursor: pointer;
}

.chapter-title{
	display: flex;
    column-gap: 1em;
	justify-content: space-between;
	align-items: baseline;
	font-weight: normal;
    text-transform: uppercase;
}
.closed .day-info{
	max-height: 0px !important;
}
.day-info{
	transition: 0.5s max-height;
	overflow: hidden;
}

.day-info-wrap{
	display: flex;
	flex-direction: column;
	row-gap: 0.5em;
	padding: 1em 0em;;
}

.day-info-wrap p{
	margin: 0;
	line-height: 1.35em;

}

.day-info-wrap p:not(.day-info-wrap p:first-of-type){
	margin-top: 0.5em;
}

.chapter-info{
	transition: 0.5s content;
	overflow: hidden;
}

/* .closed .chapter-info  {
	max-height: 0px !important;
} */
/*
.chapter-info-wrap{
	display: flex;
	flex-direction: column;
	row-gap: 0.5em;
	padding: 0.5em 0em;;
}

.chapter-info-wrap p{
	margin: 0;
} */