/*
 * Host-element styles only. Everything visual lives inside the component's
 * Shadow DOM (see widget.js) so site themes can't leak in or break it.
 */
ai-chat-widget[data-floating] {
	position: fixed;
	width: 0;
	height: 0;
}
ai-chat-widget[data-inline] {
	display: block;
	width: 100%;
	max-width: 420px;
	margin: 1rem 0;
}
