.comment-wrapper {
	margin-top: 32px;
	background-color: lightslategray;

	display: block;
	width: 100%;
	box-sizing: border-box;

	padding: 8px 32px 16px 32px;
}

.comment-wrapper * {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#comment-section-form * {
	flex: 1;
	width: 20vw;
}

#comment-section-form textarea {
	resize: none;
}
