[data-bs-theme=dark] {
}

[data-bs-theme=light] {
}

* + h2 {
	margin-top: 1rem;
}

img.example {
	border-radius: 0.25em;
}

.member-section {
	margin-left: 1em;
	padding-left: 1em;
	border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.example-box {
	display: flex;
	flex-direction: column-reverse;
	align-items: start;
	margin-bottom: 1em;
}
.example-box pre {
	flex-grow: 1;
	align-self: stretch;
}
.example-box img {
	margin-bottom: 1em;
}

.feature-section {
	display: flex;
	flex-direction: row;
	gap: 1em;
}
.feature-section + .feature-section {
	margin-top: 2em;
}
.feature-section img, .feature-section pre {
	border-radius: 0.25em;
	max-width: none;
	width: 420px;
	flex-shrink: 0;
	margin-bottom: 0;
}
.feature-section pre code {
	width: 100%;
	height: 100%;
}
.feature-section .content {
}
