.bb-wizard-wrap {
	max-width: 720px;
	margin: 20px auto;
}

.bb-wizard-steps {
	display: flex;
	gap: 8px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}

.bb-wizard-step-indicator {
	flex: 1;
	min-width: 120px;
	padding: 10px 12px;
	border-radius: 6px;
	background: #f0f0f1;
	color: #50575e;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}

.bb-wizard-step-indicator.is-active {
	background: #2271b1;
	color: #fff;
}

.bb-wizard-step-indicator.is-done {
	background: #d5e8f7;
	color: #135e96;
}

.bb-wizard-panel {
	display: none;
}

.bb-wizard-panel.is-active {
	display: block;
}

.bb-wizard-field {
	margin-bottom: 16px;
}

.bb-wizard-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.bb-wizard-field input[type="text"],
.bb-wizard-field textarea {
	width: 100%;
	max-width: 100%;
	padding: 8px 10px;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
}

.bb-wizard-url-row {
	display: flex;
	align-items: center;
	gap: 0;
}

.bb-wizard-url-row .bb-url-base {
	background: #f0f0f0;
	padding: 8px 10px;
	border: 1px solid #c3c4c7;
	border-right: 0;
	border-radius: 4px 0 0 4px;
	font-family: monospace;
	font-size: 13px;
	white-space: nowrap;
}

.bb-wizard-url-row input {
	flex: 1;
	border-radius: 0 4px 4px 0;
}

.bb-wizard-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 24px;
	align-items: center;
}

.bb-wizard-social-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 0;
}

.bb-wizard-social-chip {
	background: #e7f3ff;
	color: #004085;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 13px;
}

.bb-wizard-summary dl {
	margin: 0;
}

.bb-wizard-summary dt {
	font-weight: 600;
	margin-top: 12px;
}

.bb-wizard-summary dd {
	margin: 4px 0 0;
	color: #50575e;
}

.bb-wizard-skip {
	margin-left: auto;
}

.bb-social-discovery-banner {
	background: #f0f6fc;
	border: 1px solid #c5d9ed;
	border-radius: 6px;
	padding: 14px 16px;
	margin: 16px 0;
}

.bb-social-discovery-banner p,
.bb-social-discovery-sticker-text {
	margin: 0 0 10px;
}

.bb-social-discovery-sticker {
	position: relative;
	background: linear-gradient(145deg, #fff9e8 0%, #ffedd5 55%, #fde68a 100%);
	border: 2px dashed #f59e0b;
	border-radius: 10px;
	padding: 18px 20px 16px;
	margin: 22px 0 26px;
	box-shadow: 5px 5px 0 rgba(245, 158, 11, 0.22);
	transform: rotate(-0.35deg);
}

.bb-social-discovery-sticker-label {
	display: inline-block;
	background: #ea580c;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 4px 11px;
	border-radius: 4px;
	margin-bottom: 10px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
	transform: rotate(1.2deg);
}

.bb-social-discovery-sticker .bb-social-discovery-sticker-text {
	margin: 0 0 14px;
	font-size: 15px;
	line-height: 1.45;
	color: #78350f;
}

.bb-discover-social-btn--prominent {
	font-weight: 600 !important;
	background: #1e73be !important;
	border-color: #1a5f9e !important;
	color: #fff !important;
	padding: 8px 18px !important;
	height: auto !important;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
}

.bb-discover-social-btn--prominent:hover,
.bb-discover-social-btn--prominent:focus {
	background: #155a94 !important;
	border-color: #124d7f !important;
	color: #fff !important;
}

#bb-social-discovery-panel {
	margin: 16px 0;
	padding: 16px;
	border: 1px solid #c3c4c7;
	border-radius: 8px;
	background: #fff;
}

.bb-social-suggestion-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	list-style: none;
	margin: 0;
}

.bb-social-suggestion-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	flex: 1;
	cursor: pointer;
}

.bb-social-suggestion-handle {
	display: block;
	font-family: monospace;
	font-size: 13px;
	color: #2271b1;
}

.bb-social-suggestion-badges {
	display: flex;
	gap: 6px;
	margin-top: 4px;
	flex-wrap: wrap;
}

.bb-badge {
	font-size: 11px;
	padding: 2px 8px;
	border-radius: 999px;
	background: #f0f0f1;
	color: #50575e;
}

.bb-badge-source {
	background: #e8f5e9;
	color: #2e7d32;
}

.bb-badge-conf {
	background: #fff3e0;
	color: #e65100;
}

#bb-social-suggestions-list {
	padding: 0;
	margin: 0;
}

#bb-social-suggestions-empty {
	color: #646970;
	font-style: italic;
}

#bb-social-discovery-message {
	margin: 10px 0;
	padding: 8px 12px;
	background: #f0f6fc;
	border-radius: 4px;
	font-size: 14px;
}

.bb-wizard-logo-preview {
	max-width: 150px;
	height: auto;
	display: block;
	margin-bottom: 12px;
}
