.bsd-badge {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 600;
	padding: 2px 8px;
	border-radius: 999px;
	margin-left: 6px;
	vertical-align: middle;
}
.bsd-badge-verified { background: #e6f4ea; color: #1e7e34; }
.bsd-badge-featured { background: #fff3cd; color: #8a6d3b; }

.bsd-meta-line { margin: 8px 0; }
.bsd-tag {
	display: inline-block;
	background: #f0f0f1;
	color: #333;
	padding: 3px 10px;
	border-radius: 4px;
	font-size: 0.8rem;
	margin-right: 6px;
	text-decoration: none;
}
.bsd-tag-area { background: #eef4ff; }

.bsd-listing-body { display: flex; gap: 32px; flex-wrap: wrap; margin-top: 20px; }
.bsd-listing-content { flex: 2; min-width: 260px; }
.bsd-listing-contact { flex: 1; min-width: 240px; background: #fafafa; padding: 16px; border-radius: 8px; }
.bsd-contact-list { list-style: none; margin: 0 0 16px; padding: 0; }
.bsd-contact-list li { margin-bottom: 8px; }

.bsd-whatsapp-btn {
	display: inline-block;
	background: #25D366;
	color: #fff;
	padding: 10px 18px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
}
.bsd-whatsapp-btn:hover { background: #1ebe5b; color: #fff; }

.bsd-listing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 20px;
	margin-top: 20px;
}
.bsd-listing-card {
	display: block;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background: #fff;
	transition: box-shadow 0.15s ease;
	position: relative;
}
.bsd-listing-card:hover { box-shadow: 0 4px 14px rgba(0,0,0,0.08); }
.bsd-listing-card-featured { border-color: #f0c419; }
.bsd-listing-card-thumb { position: relative; aspect-ratio: 16/9; background: #f0f0f1; overflow: hidden; }
.bsd-listing-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.bsd-listing-card-thumb .bsd-badge { position: absolute; top: 8px; right: 8px; margin: 0; }
.bsd-listing-card-body { padding: 14px; }
.bsd-listing-card-title { font-size: 1.05rem; margin: 0 0 6px; }
.bsd-listing-card-excerpt { font-size: 0.85rem; color: #555; }

.bsd-search-form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	background: #fafafa;
	padding: 16px;
	border-radius: 8px;
	margin: 16px 0;
}
.bsd-search-form input[type="text"],
.bsd-search-form select {
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.bsd-search-form button {
	padding: 8px 18px;
	background: #2a4b8d;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.bsd-wizard { max-width: 720px; margin: 20px 0; }
.bsd-wizard-step { display: none; }
.bsd-wizard-step.active { display: block; }
.bsd-wizard-progress { display: flex; gap: 6px; margin-bottom: 20px; }
.bsd-wizard-progress span { flex: 1; height: 6px; background: #e2e2e2; border-radius: 3px; }
.bsd-wizard-progress span.done { background: #2a4b8d; }
.bsd-field { margin-bottom: 16px; }
.bsd-field label { display: block; font-weight: 600; margin-bottom: 4px; }
.bsd-field input[type="text"],
.bsd-field input[type="email"],
.bsd-field input[type="url"],
.bsd-field textarea,
.bsd-field select {
	width: 100%;
	padding: 9px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}
.bsd-wizard-actions { display: flex; justify-content: space-between; margin-top: 20px; }
.bsd-wizard-actions button {
	padding: 10px 22px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
}
.bsd-wizard-next, .bsd-wizard-submit { background: #2a4b8d; color: #fff; }
.bsd-wizard-prev { background: #eee; color: #333; }
.bsd-wizard-notice { padding: 12px; border-radius: 6px; margin-bottom: 16px; }
.bsd-wizard-notice-success { background: #e6f4ea; color: #1e7e34; }
.bsd-wizard-notice-error { background: #fdeaea; color: #a12626; }

.bsd-reviews { margin-top: 32px; }
.bsd-review-list { list-style: none; margin: 0 0 24px; padding: 0; }
.bsd-review-item { border-bottom: 1px solid #eee; padding: 12px 0; }
.bsd-review-stars { color: #f0a500; margin-left: 6px; }
.bsd-star-select { display: flex; gap: 12px; }
.bsd-star-select label { display: flex; align-items: center; gap: 4px; font-weight: normal; }
.bsd-no-reviews { color: #666; }

.bsd-inquiry-form { margin-top: 16px; border-top: 1px solid #e2e2e2; padding-top: 16px; }
.bsd-inquiry-form .bsd-field { margin-bottom: 10px; }

.bsd-offer-card, .bsd-event-card {
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 14px;
	background: #fff;
}
.bsd-offer-card h3, .bsd-event-card h3 { margin: 0 0 6px; }
.bsd-offer-meta, .bsd-event-meta { font-size: 0.85rem; color: #555; margin-bottom: 8px; }
.bsd-rsvp-btn {
	background: #2a4b8d;
	color: #fff;
	border: none;
	padding: 8px 16px;
	border-radius: 4px;
	cursor: pointer;
}
.bsd-rsvp-btn[disabled] { background: #999; cursor: default; }

.bsd-dashboard-tabs { display: flex; flex-wrap: wrap; gap: 4px; border-bottom: 2px solid #e2e2e2; margin-bottom: 20px; }
.bsd-dashboard-tab {
	padding: 10px 16px;
	text-decoration: none;
	color: #555;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
}
.bsd-dashboard-tab.active { color: #2a4b8d; border-bottom-color: #2a4b8d; font-weight: 600; }
.bsd-dashboard-table { width: 100%; border-collapse: collapse; margin-top: 12px; }
.bsd-dashboard-table th, .bsd-dashboard-table td { text-align: left; padding: 10px; border-bottom: 1px solid #eee; }
.bsd-premium-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }

.bsd-b2b-badge { background: #eef4ff; color: #2a4b8d; }

.bsd-news-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; margin-top: 16px; }
.bsd-news-item h3 { margin: 10px 0 4px; font-size: 1.05rem; }
.bsd-news-thumb img { width: 100%; height: auto; border-radius: 6px; display: block; }
.bsd-news-meta { font-size: 0.8rem; color: #888; margin: 0 0 6px; }
.bsd-news-excerpt { font-size: 0.9rem; color: #444; }

.bsd-dashboard-table { display: block; overflow-x: auto; white-space: nowrap; }

@media (max-width: 600px) {
	.bsd-listing-header .bsd-badge { display: inline-block; margin: 4px 6px 0 0; }
	.bsd-dashboard-tabs { gap: 0; }
	.bsd-dashboard-tab { padding: 8px 10px; font-size: 0.85rem; }
	.bsd-wizard-actions { flex-direction: column; gap: 10px; }
	.bsd-wizard-actions button { width: 100%; }
	.bsd-search-form { flex-direction: column; align-items: stretch; }
	.bsd-star-select { flex-wrap: wrap; }
}
