.cdg-bp {
	max-width: 640px;
	margin: 0 auto 2em;
	font-family: inherit;
}

.cdg-bp__field {
	position: relative;
	display: flex;
	align-items: center;
}

.cdg-bp__icon {
	position: absolute;
	left: 14px;
	font-size: 18px;
	opacity: .55;
	pointer-events: none;
}

.cdg-bp__input {
	width: 100%;
	padding: 14px 16px 14px 44px;
	font-size: 16px;
	border: 2px solid #e0e0e0;
	border-radius: 10px;
	outline: none;
	transition: border-color .15s ease, box-shadow .15s ease;
	box-sizing: border-box;
}

.cdg-bp__input:focus {
	border-color: #1e73be;
	box-shadow: 0 0 0 3px rgba(30, 115, 190, .15);
}

.cdg-bp__status {
	min-height: 18px;
	margin: 8px 4px;
	font-size: 13px;
	color: #777;
}

.cdg-bp__results {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cdg-bp__item {
	margin: 0;
	border-bottom: 1px solid #eee;
}

.cdg-bp__link {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 8px;
	text-decoration: none;
	color: #222;
	transition: background .12s ease;
}

.cdg-bp__link:hover {
	background: #f6f9fc;
}

.cdg-bp__title {
	font-weight: 600;
	font-size: 16px;
}

.cdg-bp__date {
	flex: 0 0 auto;
	font-size: 13px;
	color: #999;
	white-space: nowrap;
}

.cdg-bp__empty {
	padding: 20px 8px;
	color: #888;
	font-style: italic;
	text-align: center;
}

.cdg-bp.is-loading .cdg-bp__results {
	opacity: .5;
}
