/* Omni Comments — login prompt shown in place of the comment form for guests. */
.omni-comments-login {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	margin: 1em 0;
}

.omni-comments-button {
	display: inline-block;
	padding: 10px 18px;
	border-radius: 8px;
	background: #0d6efd;
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 0.15s ease-in-out;
}

.omni-comments-button:hover,
.omni-comments-button:focus {
	background: #0b5ed7;
	color: #fff;
}

.omni-comments-hint {
	font-size: 0.85em;
	opacity: 0.75;
}
