/*h3:has(+ h4) {
	display: block;
}*/

h3 {
	display: block;
}

[data-keyword] {
	padding: .25rem .5rem;
	background-color: #f6f6f6;
	border-radius: .25rem;
	border: 1px dashed var(--accent-color);
	cursor: pointer;
}

[data-keyword]::after {
	content: '\f059';
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	opacity: .5;
	color: var(--accent-color);
}

.popover {

}

h3.popover-header {
	display: block;
	margin: 0;
}

.popover-body {

}

.navbar-internal {
/*
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity)) !important;
*/
	background-color: var(--header-bg-color);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
	position: sticky;
	top: calc(var(--header-height) + 1rem);

	border-radius: var(--bs-border-radius);
	padding: .25rem 1rem;
	margin-bottom: 1rem;

	z-index:10;
}

.navbar-internal ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navbar-internal ul li {
	display: inline;
	padding: .25rem;
}

.navbar-internal ul .active {
	background-color: var(--button-bg-color);
	background-color: #67B4C1;
	background-color: #2D78BD33;
	color: var(--button-text-color);
	color: #67B4C1;

}

.navbar-internal > ul > li:not(:first-child) {
	border-left: 1px solid gray;
	padding-left: .5rem;
}

.navbar-internal .nav-link {
	display: inline;
	padding: .25rem .5rem;
	border-radius: .25rem;
}

#review {
	background-color: #faf9c566;
}

.changes {
	background-color: #b5ff1f66;
	text-decoration: underline;
}

.direction {
	display: block;
}

.direction + ul {
	list-style-type: disclosure-closed;
}

.resources {
	display: block;
}

.resources + ul {
	padding: 1rem;
}

.resources + ul li {
	display: inline-block;
}

.resources + ul li::before {
	content: '\f00c';

	font-family: 'Font Awesome 5 Free';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	padding-right: .25rem;

	color: var(--accent-color);
	font-weight: 900;
}

.chart {
	padding: 2rem;
}

#comparison table {
	table-layout: fixed;
}

#comparison table td:first-child {
	width: 2rem;
}

#comparison table [data-unit]::after {
	content: '['attr(data-unit)']';
	font-weight: 100;
	display: inline-block;
	font-size: .9rem;
}

.annual-plan + div table th:first-child,
div.annual-plan table th:first-child {
	width: 6rem;
	text-align: center;
	background-color: #f6f6f6;
}

.tab-pane {
	background-color: var(--bs-body-bg);
	min-height: 20em;
	padding: 1rem;
	border-left: 1px solid var(--bs-border-color);
	border-right: 1px solid var(--bs-border-color);
	border-bottom: 1px solid var(--bs-border-color);
	border-bottom-left-radius: var(--bs-border-radius);
	border-bottom-right-radius: var(--bs-border-radius);
}

.example h5 {
	font-size: 1rem;
	margin-top: .25rem;
	margin-bottom: .25rem;
}

.example h5::before {
	content: '◆';
	margin-right: .25rem;
	color: gray;
}

.example div,
.example dl {
	margin-top: 0;
	margin-left: 1rem;
}

.example ol {
	list-style: none;
}

.example ol li {
	text-indent: -1.5rem;
	margin-left: 1.5rem;
}

td ul {
	margin-bottom: 0;
}