.bx-im-message-copilot-answer__container {
	--im-message-copilot-answer__background-color_error: var(--im-color-palette-red-20);

	border-radius: inherit;
}

.bx-im-message-copilot-base-message__container .bx-im-message-base__body {
	min-width: 250px;
	background-color: var(--im-message-copilot-answer__background-color_body);
}

.bx-im-message-copilot-base-message__container {
	--im-message-copilot-answer__color_warning: #b6aac8;
	--im-message-copilot-answer__background-color_bottom-panel: #f6ecff;
	--im-message-copilot-answer__background-color_body: #f7f3fd;
}

.bx-im-message-copilot-answer__container.--error {
	background-color: var(--im-message-copilot-answer__background-color_error);
}

.bx-im-message-copilot-base-message__container.bx-im-message-base__wrap.--opponent:last-child .bx-im-message-base__body::before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='4' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.202 9H4V0C3.854 2.61 2.008 5.042.354 6.718-.4 7.482.13 9 1.202 9z' fill='%23ffe8e8'/%3E%3C/svg%3E");
}

.bx-im-message-copilot-answer__bottom-panel {
	display: flex;
	flex-direction: column;
	min-height: 44px;
	padding: 8px 12px 6px;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	background-color: var(--im-message-copilot-answer__background-color_bottom-panel);
	-webkit-user-select: none;
	        user-select: none;
}

.bx-im-message-copilot-answer__panel-content {
	display: flex;
	align-items: center;
	gap: 8px;
}

.bx-im-message-copilot-answer__copy_icon {
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
	flex-shrink: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.476 4.83h6.652c.92 0 1.667.747 1.667 1.667v6.865h.178c.92 0 1.667-.746 1.667-1.667V5.034c0-.92-.747-1.667-1.667-1.667H8.13c-.852 0-1.554.64-1.654 1.463z' fill='%23B095DC'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.353 8.292c0-.92.746-1.667 1.666-1.667h6.671c.92 0 1.667.746 1.667 1.667v6.671c0 .92-.746 1.667-1.667 1.667H5.02c-.921 0-1.667-.746-1.667-1.667V8.292zm8.273.065H5.084v6.541h6.542V8.357z' fill='%23B095DC'/%3E%3C/svg%3E");
	background-color: transparent;
}

.bx-im-message-copilot-answer__copy_icon:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.476 4.83h6.652c.92 0 1.667.747 1.667 1.667v6.865h.178c.92 0 1.667-.746 1.667-1.667V5.034c0-.92-.747-1.667-1.667-1.667H8.13c-.852 0-1.554.64-1.654 1.463z' fill='%238E52EC'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.353 8.292c0-.92.746-1.667 1.666-1.667h6.671c.92 0 1.667.746 1.667 1.667v6.671c0 .92-.746 1.667-1.667 1.667H5.02c-.921 0-1.667-.746-1.667-1.667V8.292zm8.273.065H5.084v6.541h6.542V8.357z' fill='%238E52EC'/%3E%3C/svg%3E");
}

.bx-im-message-copilot-answer__warning {
	font: var(--im-font-size-xs) var(--im-font-family-system);
	color: var(--im-message-copilot-answer__color_warning);
	position: relative;
	text-indent: 18px;
}

.bx-im-message-copilot-answer__warning::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.933 5.8a5.133 5.133 0 11-10.266 0 5.133 5.133 0 0110.266 0zm-1.22 0a3.914 3.914 0 11-7.827 0 3.914 3.914 0 017.827 0zm-3.19-2.192a.814.814 0 11-1.628 0 .814.814 0 011.628 0zM5.118 5.114H6.51v2.892h.385v.579H4.54v-.58h.43v-2.34h-.43v-.551h.578z' fill='%23B6AAC8' fill-opacity='.8'/%3E%3C/svg%3E") no-repeat center;
}

.bx-im-message-copilot-answer__warning_more {
	text-decoration: underline;
	color: #b6aac8;
	cursor: pointer;
}

.bx-im-message-copilot-answer__warning_more:hover {
	color: #b095dc;
	text-decoration: underline;
}

