/*
 * Form binh luan bai viet tuy bien: Ho ten + Email cung hang, Noi dung va nut full width.
 * Scope duoi .nm-comment-form de khong dung form khac.
 */
.nm-comment-form .comment-form-author,
.nm-comment-form .comment-form-email {
	display: inline-block;
	width: calc(50% - 10px);
	vertical-align: top;
}

.nm-comment-form .comment-form-author {
	margin-right: 16px;
}

.nm-comment-form .comment-form-author input,
.nm-comment-form .comment-form-email input,
.nm-comment-form .comment-form-comment textarea {
	width: 100%;
}

.nm-comment-form .comment-form-comment,
.nm-comment-form .form-submit {
	width: 100%;
}

@media (max-width: 549px) {
	.nm-comment-form .comment-form-author,
	.nm-comment-form .comment-form-email {
		width: 100%;
	}

	.nm-comment-form .comment-form-author {
		margin-right: 0;
	}
}
