.wp-block-creator-assistant-ai-writer {

	.components-button.is-primary {
		justify-content: center;
		margin-bottom: 2em;
	}

	@media screen and (max-width: 479px) {
		.argument-row {
			flex-direction: column;
			align-items: inherit;
		}
	}

	@media screen and (min-width: 480px) {
		.flex-space-between .components-base-control__field {
			display: flex;
			align-items: baseline;
			justify-content: space-between;
		}

		.argument-input .components-base-control__help {
			margin-bottom: 0;
		}
	}
}
