.bulletin-board {
	margin-top: 1.5rem;
	margin-bottom: 0;
}

.bulletin-board .post {
	margin-bottom: 0.5rem;
}

.bulletin-board .post-text {
	padding-bottom: 0;
}

#gear-catalog {
	margin-top: 0;
	padding-bottom: 3rem;
}

#gear-catalog details {
	margin-left: 0;
}

#gear-catalog details details {
	margin-left: 1.5rem;
}

#gear-catalog summary {
	font-family: Instrument Serif;
	font-size: 1.7rem;
	cursor: pointer;
	padding: 0.5rem 0;
	user-select: none;
	transition: color 0.15s ease-in-out;
	line-height: 1.5;
	list-style: none;
}

#gear-catalog summary::-webkit-details-marker {
	display: none;
}

#gear-catalog summary::before {
	content: "";
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	margin-right: 0.4em;
	vertical-align: 0.09em;
	background: currentColor;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	transform: translateX(0.08em);
}

#gear-catalog details[open] > summary::before {
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateY(0.08em);
}

@media (hover: hover) {
	#gear-catalog summary:hover {
		color: red;
	}
}

.new-indicator {
	color: red;
	font-weight: bold;
	font-style: normal;
	font-size: 1.2rem;
	margin-left: 0.5rem;
	vertical-align: middle;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease-in-out;
}

.tool-content {
	overflow: hidden;
	margin-bottom: 0.5rem;
	margin-left: 1rem;
	padding-top: 0.5rem;
}

.tool-image-container {
	width: 50%;
	float: right;
	margin-left: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.tool-image-container as-dithered-image {
	width: 100%;
}

.tool-description-first {
	margin-top: 0;
}

#gear-catalog .post-text {
	padding-bottom: 1.875rem;
}

#gear-catalog .post-text p:last-child {
	margin-bottom: 0;
}

@media (max-width: 830px) {
	#gear-catalog {
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (max-width: 600px) {
	.tool-image-container {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 1rem;
	}

	.tool-image-container as-dithered-image {
		max-height: none;
		width: 100%;
	}
}
