h3,
h4 {
	margin-bottom: 1.5rem;
	font-size: var(--fontSizeMedium);
}

p {
	max-width: max(800px, 60vw);
}

h4 {
	display: list-item;
	list-style-position: outside;
	list-style-type: circle;
	font-size: var(--fontSizeOK);
}

h4::marker {
	content: "|";
	font-size: 2rem;
	color: var(--bgLogo);
	font-weight: 900;
}

.li-dot {
	list-style-type: disc;
}

li ~ h10 {
	max-height: 0;
	overflow: hidden;
	max-width: 60vw;
}

li:target + h10 {
	max-height: clamp(1000px, 300vh, 1000rem);
	transition: var(--speedNormal);
}

li:target span {
	/* transform: rotateZ(45deg); */
	transition: var(--speedNormal);
	/* display: inline-block; */
	opacity: 0;
}

.resource .container > li {
	font-size: var(--fontSizeMedium);
	font-weight: bold;
}

.resource li > span {
	margin-left: 1rem;
	font-weight: 900;
}

.resource {
}

.resource h3 + p,
.resource h4 + p {
	margin-top: unset;
}

.resource p + .page-divider {
	margin-top: unset;
}

.resource p + p {
	margin-top: unset;
}

.resource .container {
	margin: 1.5rem auto;
}

.resource p {
	margin: 1.5rem 0;
}

.resource li {
	margin: 0.5rem 0;
}

.resource .img-container:not(.online-resource) {
	width: clamp(300px, 50vw, 600px);
}

.img-container:not(.online-resource) img {
	width: 100%;
}

.online-resource img {
	width: clamp(200px, 20vw, 300px);
}

@media only screen and (min-width: 350px) and (max-width: 910px) {
	.img-container.online-resource {
		width: 30vw;
	}

	.img-container.online-resource img {
		width: 100%;
	}
}
