.bf-last-checked {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	width: auto;
	max-width: 100%;
	margin: 8px 0;
	padding: 8px 12px;
	border: 1px solid #d9e2ff;
	border-radius: 6px;
	background: #f7f9ff;
	color: #151a33;
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
	vertical-align: middle;
}

.bf-last-checked-label {
	color: #4f5aad;
	font-weight: 700;
	white-space: nowrap;
}

.bf-last-checked time {
	color: #151a33;
	font-weight: 700;
	white-space: nowrap;
}

.bf-last-checked-dot {
	display: inline-block;
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #20a36b;
	box-shadow: 0 0 0 3px rgba(32, 163, 107, 0.14);
}

.bf-hide-published-date .posted-on,
.bf-hide-published-date .entry-date.published,
.bf-hide-published-date .published,
.bf-hide-published-date .byline .published,
.bf-hide-published-date .entry-meta .published {
	display: none !important;
}
