.bd-promo-badge {
	display: inline-block;
	background: #f0a500;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 3px 8px;
	border-radius: 3px;
	margin-bottom: 6px;
}

.bd-is-premium {
	border: 2px solid #f0a500;
	box-shadow: 0 0 0 3px rgba(240, 165, 0, 0.08);
}

.bd-business-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 20px;
	margin: 20px 0;
}

.bd-business-card {
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	padding: 14px;
	background: #fff;
}

.bd-business-card img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 4px;
}

.bd-related-businesses-widget ul.bd-related-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bd-related-list .bd-related-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px solid #eee;
}

.bd-related-list .bd-related-item.bd-promo {
	background: #fff8e6;
}

.bd-related-list img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	border-radius: 4px;
}

.bd-rating-summary .bd-stars {
	color: #f0a500;
	font-size: 18px;
}

.bd-gallery {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}

.bd-gallery-image {
	max-width: 32%;
	height: auto;
	border-radius: 4px;
}

.bd-like-btn {
	cursor: pointer;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 6px 12px;
}

.bd-word-count {
	color: #999;
	font-size: 12px;
}

.bd-business-categories {
	margin: 8px 0;
}

.bd-category-chip {
	display: inline-block;
	background: #eef2f7;
	color: #333;
	font-size: 12px;
	padding: 3px 10px;
	border-radius: 12px;
	margin-right: 6px;
	margin-bottom: 4px;
}

.bd-business-locations {
	color: #666;
	font-size: 13px;
	margin-bottom: 10px;
}

/* Cross-linked box injected into classified ad / blog post content */
.bd-sidebar-box.bd-related-businesses-box {
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	padding: 14px 16px;
	margin: 24px 0;
	background: #fafafa;
}

.bd-sidebar-title {
	margin-top: 0;
}
