.block-comment-cta {
	border-radius: var(--wp--custom--border-radius--tiny);
}

.block-comment-cta p {
	margin: 0 0 8px;
}

@media only screen and (min-width: 600px) {
	.block-comment-cta {
		display: flex;
		flex-wrap: nowrap;
		gap: var(--wp--style--block-gap);
		justify-content: space-between;
		align-items: center;
	}

	.block-comment-cta div > p:last-child {
		margin-bottom: 0;
	}
}
