.bc-launcher {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	background: #1d9e75;
	color: #fff;
	padding: 12px 20px;
	border-radius: 999px;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 2px 10px rgba( 0, 0, 0, 0.2 );
}

.bc-panel {
	position: fixed;
	bottom: 84px;
	right: 20px;
	z-index: 9999;
	width: 320px;
	max-width: 90vw;
	height: 440px;
	max-height: 75vh;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 6px 24px rgba( 0, 0, 0, 0.25 );
	display: flex;
	flex-direction: column;
	overflow: hidden;
	font-family: sans-serif;
}

.bc-header {
	background: #1d9e75;
	color: #fff;
	padding: 14px 16px;
	font-weight: 600;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.bc-header-btn {
	background: rgba( 255, 255, 255, 0.18 );
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 5px 8px;
	font-size: 11px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
}

.bc-icon-btn {
	background: none;
	border: none;
	color: #fff;
	width: 22px;
	height: 22px;
	line-height: 20px;
	font-size: 16px;
	border-radius: 6px;
	cursor: pointer;
	padding: 0;
	opacity: 0.85;
}

.bc-icon-btn:hover {
	background: rgba( 255, 255, 255, 0.18 );
	opacity: 1;
}

#bc-clear-btn {
	font-size: 13px;
}

.bc-closed-banner {
	background: #fdf3e0;
	color: #7a5b17;
	border: 1px solid #f0dca3;
}

.bc-messages {
	flex: 1;
	padding: 12px;
	overflow-y: auto;
	font-size: 14px;
}

.bc-msg {
	margin-bottom: 10px;
	padding: 8px 12px;
	border-radius: 12px;
	max-width: 85%;
	line-height: 1.45;
	word-wrap: break-word;
}

.bc-msg-bot {
	background: #f1f1ef;
	color: #222;
}

.bc-msg-user {
	background: #1d9e75;
	color: #fff;
	margin-left: auto;
}

.bc-whatsapp-wrap {
	background: none;
	padding: 0;
}

.bc-whatsapp-btn {
	display: inline-block;
	background: #25d366;
	color: #fff;
	padding: 9px 16px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
}

.bc-vehicles {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 10px;
}

.bc-header-btns {
	display: flex;
	gap: 6px;
}

.bc-vcard-wrap {
	display: flex;
	flex-direction: column;
	background: #f9f9f7;
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
}

.bc-vcard-row {
	display: flex;
}

.bc-vcard-media {
	position: relative;
	width: 84px;
	min-width: 84px;
	height: 64px;
}

.bc-vcard-img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-color: #e5e5e2;
}

.bc-vcard-img-empty {
	background-color: #e5e5e2;
}

.bc-vcard-nav {
	position: absolute;
	top: 50%;
	transform: translateY( -50% );
	background: rgba( 0, 0, 0, 0.45 );
	color: #fff;
	border: none;
	width: 18px;
	height: 18px;
	line-height: 16px;
	border-radius: 50%;
	font-size: 12px;
	cursor: pointer;
	padding: 0;
}

.bc-vcard-nav-prev {
	left: 3px;
}

.bc-vcard-nav-next {
	right: 3px;
}

.bc-vcard-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 8px 10px;
	min-width: 0;
	flex: 1;
	text-decoration: none;
	color: inherit;
}

.bc-vcard-title {
	font-size: 13px;
	font-weight: 600;
	color: #222;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bc-vcard-meta {
	font-size: 12px;
	color: #777;
	margin-top: 2px;
}

.bc-vcard-price {
	font-size: 13px;
	font-weight: 700;
	color: #1d9e75;
	margin-top: 2px;
}

.bc-vcard-action {
	align-self: flex-start;
	margin: 6px 0 0 6px;
	background: none;
	border: 1px solid #1d9e75;
	color: #1d9e75;
	border-radius: 6px;
	padding: 4px 10px;
	font-size: 11px;
	font-weight: 600;
	cursor: pointer;
}

.bc-vcard-carfax {
	text-decoration: none;
	display: inline-block;
}

.bc-compare-toggle {
	display: block;
	background: none;
	border: 1px solid #ccc;
	color: #444;
	border-radius: 8px;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	margin-bottom: 10px;
}

.bc-compare-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
	margin-bottom: 10px;
}

.bc-compare-table th,
.bc-compare-table td {
	border: 1px solid #eee;
	padding: 5px 6px;
	text-align: left;
}

.bc-compare-table th:first-child {
	background: #f9f9f7;
	font-weight: 600;
}

.bc-lead-wrap {
	background: none;
	padding: 0;
}

.bc-lead-toggle {
	display: block;
	background: none;
	border: none;
	color: #1d9e75;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	padding: 4px 0;
	text-decoration: underline;
}

.bc-lead-form {
	display: flex;
	flex-direction: column;
	gap: 6px;
	background: #f9f9f7;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 10px;
	margin-top: 6px;
}

.bc-lead-form input {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 7px 9px;
	font-size: 13px;
}

.bc-consent-label {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	font-size: 11px;
	color: #555;
	line-height: 1.4;
}

.bc-consent-label input {
	margin-top: 2px;
}

.bc-lead-form button {
	align-self: flex-start;
	background: #1d9e75;
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 7px 14px;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
}

.bc-input-row {
	display: flex;
	border-top: 1px solid #eee;
}

.bc-input-row input {
	flex: 1;
	border: none;
	padding: 12px;
	font-size: 14px;
	outline: none;
}

.bc-input-row button {
	border: none;
	background: #1d9e75;
	color: #fff;
	padding: 0 18px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
}
