/* Friend links block on homepage (j-partner). */
.container.j-partner {
	margin-top: 20px;
}

.j-partner .sec-panel-head :is(h1, h2, h3) span {
	display: inline-block;
	padding-left: 12px;
	position: relative;
}

.j-partner .sec-panel-head :is(h1, h2, h3) span:before {
	background-color: var(--theme-color);
	background-image: linear-gradient(180deg, #ffffff26, #0000);
	border-radius: var(--theme-border-radius-s);
	content: "";
	display: block;
	height: 18px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 3px;
}

/* Hide "申请友链" when no URL is configured. */
.j-partner .sec-panel-head a.more:not([href]),
.j-partner .sec-panel-head a.more[href=""],
.j-partner .sec-panel-head a.more[href="#"] {
	display: none !important;
}

/* Match kname link list spacing (optional cleanup). */
.j-partner .list-links {
	display: block;
	margin-bottom: -7px;
	margin-right: -20px;
}

.j-partner .list-links a {
	color: var(--theme-light-color);
	display: inline-block;
	line-height: 1;
	margin: 0 20px 12px 0;
}

.j-partner .list-links a:hover,
.j-partner .list-links a:focus {
	color: var(--theme-hover);
	text-decoration: none;
}
