.ska-ai-chat {

	p.description {
		margin: 0 0 0.5rem 0;
		font-size: 13px;
		color: #646970;
	}

	&__footer {
		display: flex;
		flex-direction: row-reverse;
		gap: 8px;

		& > .components-button {

			&:first-child {
				padding-inline: 1.5rem;
			}
		}

		& > div {
			display: flex;
			flex-direction: row;
			margin-right: auto;
			gap: 8px;

			& > .components-button {

				&.is-link {
					line-height: 1rem;
				}
			}
		}
	}
}
