/**
 * Frontend styles for Chat Embed
 */

.chat-embed-container {
	max-width: 100%;
	font-family:
		-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.chat-embed-window {
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

#anything-llm-header #resize-chat {
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
	border: none;
	cursor: pointer;
}

/* Chat Widget Message Styling */
.allm-inset-0 {
	inset: unset !important;
}

#anything-llm-embed-chat-container h1,
#anything-llm-embed-chat-container h2,
#anything-llm-embed-chat-container h3,
#anything-llm-embed-chat-container h4,
#anything-llm-embed-chat-container h5,
#anything-llm-embed-chat-container h6 {
	font-size: inherit !important;
	font-family:
		-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: bold;
}
#anything-llm-header {
	position: relative;
}

#anything-llm-header #resize-chat {
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
	border: none;
	cursor: pointer;
}
#anything-llm-header div:first-child,
#anything-llm-header div:nth-child(2) button:first-child {
	visibility: hidden;
}
