#help header {
	text-align: center;
}

.help-category {
	padding: 1em;
	margin-bottom: 1em;
}

.help-article h1.entry-title {
	font-size: 1.5em;
	color: white;
}
@media (min-width: 769px) {
	#full-contents .help-contents {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1em;
	}
}

.help-category li a {
	color: rgb(221, 221, 221);
	font-weight: normal;
	display: block;
	font-size: 80%;
	padding: 0.5em;
}

.help-category li a:hover {
	text-decoration: underline;
	background-color: rgba(255, 0, 89, 0.26);
}
.help-category li {
	border-bottom: 1px dashed #ddd;
	line-height: 120%;
	list-style-type: none;
	position: relative;
}

.help-category li::before {
	content: "📄";
	position: absolute;
	left: -1.2em;
	top: 0.25em;
}

.help-category ul {
	padding-left: 0.5em;
}

.help-category h2 {
	color: white;
	font-size: 1em;
}

.help-category h2::before {
	content: "📁 ";
}

#help-search input[type="submit"] {
	background-color: #fe2e5a;
	text-transform: uppercase;
	color: white;
	border: none;
	padding: 0.5em 1em;
	border-radius: 2em;
	cursor: pointer;
}

#help-search {
	display: grid;
	grid-template-columns: 4fr 1fr;
	gap: 0.5em;
}

@media (min-width: 769px) {
	#help-search {
		width: 70%;
		margin: 0 auto 2em auto;
	}
}

.breadcrumb {
	margin: 1em 0;
	font-size: 90%;
}

#full-contents .help-category,
#category-page .help-contents,
#expandable-contents .help-contents,
.breadcrumb {
	border: 1px rgba(255, 255, 255, 0.2) solid;
	background-color: rgba(0, 0, 0, 0.26);
	border-radius: 0.5em;
}

.crumbs {
	list-style: none;
	padding: 0.5em 1em;
	margin: 0;
}

.crumbs a {
	color: #fe2e5a;
}
.crumbs li {
	display: inline;
}

.crumbs li:not(:last-child)::after {
	content: " ❯ ";
	margin: 0 0.5em;
}
#expandable-contents ul {
	display: none;
}
#expandable-contents h2,
#expandable-contents section {
	margin: 0;
}
.help-contents h2 a {
	color: white;
}
#expandable-contents h2::after {
	content: " ❯";
	float: right;
	color: rgba(255, 255, 255, 0.26);
}
#expandable-contents section {
	padding: 0.5em;
}
#help-contents-wrapper {
	display: grid;
	grid-template-columns: 2.4fr 1fr;
	gap: 1em;
}
