.fx-comments-wrap {
	margin-top: 40px;
}

.fx-comments-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.fx-new-comment-button {
	padding: 8px 14px;
	border: 0;
	cursor: pointer;
}

.fx-comments-form input,
.fx-comments-form textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	font: inherit;
}

.fx-comments-form textarea {
	min-height: 120px;
	resize: vertical;
}

.fx-comments-form button,
.fx-reply-button {
	padding: 10px 16px;
	border: 0;
	cursor: pointer;
}

.fx-comment {
	padding: 16px;
	margin-top: 16px;
	border: 1px solid #e5e5e5;
}

.fx-comment-group .fx-comment-group {
	margin-left: 30px;
}

/* Cap nesting indentation so deep reply threads stay readable. */
.fx-comment-group .fx-comment-group .fx-comment-group .fx-comment-group .fx-comment-group {
	margin-left: 0;
}

.fx-comment-author {
	font-weight: 700;
}

.fx-comment-date {
	margin-top: 4px;
	font-size: 13px;
	opacity: 0.7;
}

.fx-comment-content {
	margin-top: 12px;
}

.fx-hidden-field {
	display: none;
}

.fx-field-note {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	opacity: 0.7;
}

.fx-replying-to {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 14px;
	margin-bottom: 12px;
	background: #f4f6f8;
	border-left: 3px solid #888888;
	font-size: 14px;
}

.fx-replying-to[hidden] {
	display: none;
}

.fx-replying-to-text {
	flex: 1;
	font-weight: 600;
}

.fx-cancel-reply {
	padding: 4px 10px;
	border: 0;
	cursor: pointer;
	background: transparent;
	text-decoration: underline;
}
