.ai-assistant-modal {

	@media (min-width: 960px) {
		max-height: 95%;
	}

	&__content {
		display: flex;
		flex-direction: column;

		@media screen and (min-width: 960px) {
			width: 100vw;
		}
	}

	&__header {
		display: flex;
		justify-content: space-between;
		margin-right: -24px;
		margin-left: -24px;
		margin-top: -24px;
		padding: 8px 12px;
		position: sticky;
		top: -24px;
		background: #fff;
		border-bottom: 1px solid #dcdcde;
	}

	&__title-wrapper {
		display: flex;
		gap: 16px;
		align-items: center;

		> svg {
			margin: 0;
			color: #008710;
		}
	}

	&__title {
		font-size: 14px;
		line-height: 24px;
		margin: 0;
	}
}
