.livingsn-ai-chat-widget {
	max-width: 420px;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	overflow: hidden;
	font-family: inherit;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.lai-messages {
	max-height: 420px;
	overflow-y: auto;
	padding: 14px;
	background: #fafafa;
}

.lai-msg {
	margin-bottom: 12px;
	line-height: 1.4;
}

.lai-msg-user {
	text-align: right;
}

.lai-msg-bubble {
	display: inline-block;
	padding: 8px 12px;
	border-radius: 12px;
	max-width: 85%;
}

.lai-msg-user .lai-msg-bubble {
	background: #2271b1;
	color: #fff;
}

.lai-msg-bot .lai-msg-bubble {
	background: #fff;
	border: 1px solid #e0e0e0;
}

.lai-cards {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 8px;
}

.lai-card {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.lai-card img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	display: block;
	background: #eee;
}

.lai-card-body {
	padding: 10px 12px;
}

.lai-card-title {
	font-weight: 600;
	margin: 0 0 4px;
}

.lai-card-meta {
	font-size: 13px;
	color: #555;
	margin: 0 0 8px;
}

.lai-card-cta {
	display: inline-block;
	padding: 6px 12px;
	background: #2271b1;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	font-size: 13px;
}

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

.lai-input-row input[type="text"] {
	flex: 1;
	border: 0;
	padding: 12px;
	outline: none;
}

.lai-input-row button {
	border: 0;
	background: #2271b1;
	color: #fff;
	padding: 0 18px;
	cursor: pointer;
}

.lai-lead-form {
	padding: 10px 12px;
	background: #fff8e6;
	border-top: 1px solid #f0e0b0;
}

.lai-lead-form input {
	width: 100%;
	margin-bottom: 6px;
	padding: 8px;
	box-sizing: border-box;
}

/* Site-wide floating launcher + panel */
.livingsn-ai-floating-wrap {
	position: fixed;
	z-index: 999999;
}

.livingsn-ai-position-bottom-right {
	right: 20px;
	bottom: 20px;
}

.livingsn-ai-position-bottom-left {
	left: 20px;
	bottom: 20px;
}

.livingsn-ai-launcher {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	border: 0;
	background: #2271b1;
	color: #fff;
	font-size: 26px;
	line-height: 58px;
	cursor: pointer;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.livingsn-ai-launcher:hover {
	background: #195a8b;
}

.livingsn-ai-floating-panel {
	position: absolute;
	bottom: 74px;
	width: 360px;
	max-width: calc(100vw - 40px);
	max-height: 70vh;
	background: #fff;
}

.livingsn-ai-floating-panel .lai-messages {
	max-height: calc(70vh - 56px);
}

.livingsn-ai-position-bottom-right .livingsn-ai-floating-panel {
	right: 0;
}

.livingsn-ai-position-bottom-left .livingsn-ai-floating-panel {
	left: 0;
}

.lai-collapsed {
	display: none !important;
}

@media (max-width: 480px) {
	.livingsn-ai-floating-panel {
		width: calc(100vw - 24px);
	}
}
