.library-related-box {
	margin: 2rem 0;
	padding: 0;
}

.library-related-box__inner {
	display: block;
	padding: 1rem 1.25rem;
	border-left: 3px solid #b79a62;
	border-radius: 6px;
	background: #faf9f5;
	color: #333 !important;
	text-decoration: none !important;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.library-related-box__inner:hover,
.library-related-box__inner:focus-visible {
	background: #f5f2e9;
	transform: translateY(-1px);
}

.library-related-box__label {
	display: block;
	margin-bottom: 0.35rem;
	color: #8d754a;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.library-related-box__title {
	display: inline;
	color: #333;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.75;
	text-decoration-line: underline;
	text-decoration-color: #b79a62;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.library-related-box__title::after {
	content: "  →";
	color: #8d754a;
	font-weight: 400;
	text-decoration: none;
}

@media (max-width: 767px) {
	.library-related-box {
		margin: 1.6rem 0;
	}

	.library-related-box__inner {
		padding: 0.9rem 1rem;
	}

	.library-related-box__title {
		font-size: 0.98rem;
	}
}
