dtx-ai-assistant {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 28px;
	height: 100vh;
	/* width: fit-content;
	margin-inline: auto; */

	> h1 {
		font-weight: 300;
		font-size: 32px;

		span { color: var(--accent); }
	}

	section {
		display: flex;
		flex-direction: column;
		gap: 12px;
		width: 720px;

		p {
			padding-inline: 2px;
			opacity: .5;
		}

		dtx-button {
			padding: 12px 16px;
			font-size: 12px;
			background: var(--accent-light);
		}
	}
}
