/* EG Reply Footer — deliberately minimal: inherits the theme's type and colours. */

.egrf-box {
	/* Two thick rules enclosing the block; it spans the content column, so it
	   follows the article width and stays responsive on its own. */
	margin: 2.5em 0 0;
	padding: 1em 0;
	border-top: 3px solid currentColor;
	border-bottom: 3px solid currentColor;
	font-size: 0.9em;
	line-height: 1.6;
	text-align: center;
}

.egrf-follow {
	margin: 0;
}

.egrf-featured {
	margin: 0.35em 0 0;
}

.egrf-feed {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	text-decoration: none;
}

.egrf-feed:hover,
.egrf-feed:focus {
	text-decoration: underline;
}

.egrf-rss-icon {
	flex: none;
	vertical-align: middle;
}

/* The hairline between the two blocks. */
.egrf-sep {
	margin: 0.85em 0;
	border: 0;
	border-top: 1px solid currentColor;
	border-top-color: color-mix(in srgb, currentColor 25%, transparent);
}

.egrf-line {
	margin: 0 0 0.5em;
	opacity: 0.85;
}

.egrf-line:last-child {
	margin-bottom: 0;
}

.egrf-uri {
	word-break: break-word;
}

@supports not (color: color-mix(in srgb, currentColor 25%, transparent)) {
	.egrf-sep {
		border-top-color: rgba(128, 128, 128, 0.35);
	}
}
