/* KOL Forums Signatures Module */

.kol-forums-signature {
	margin-top: 1em;
	padding-top: 0.75em;
	border-top: 1px solid rgba(127, 127, 127, 0.35);
	font-size: 0.9em;
	opacity: 0.85;
}

.kol-forums-signature p {
	margin: 5px 0;
	line-height: 1.4;
}

.kol-forums-signature img {
	max-width: 100%;
	height: auto;
}

.kol-forums-signature a {
	text-decoration: none;
}

.kol-forums-signature a:hover {
	text-decoration: underline;
}

html.light-mode .kol-forums-container .kol-forums-signature {
	color: #6b7280;
	border-top-color: #e5e7eb;
}

html.light-mode .kol-forums-container .kol-forums-signature a {
	color: #0073aa;
}

html.dark-mode .kol-forums-container .kol-forums-signature {
	color: #b0b0b0;
	border-top-color: #333;
}

html.dark-mode .kol-forums-container .kol-forums-signature a {
	color: #5a9fd8;
}
