/** Comments **/

#ef-comments_wrapper {
	padding: 0;
}

#edit-flow-editorial-comments h3 {
	padding-left: 25px;
}

#ef-comments {
	background: #eee;
	margin-bottom: 10px;
	padding: 0;
}

#ef-comments li {
	padding: 16px 0 0;
	margin: 0px 0;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
}

#ef-comments li:first-child {
	border-top: 1px solid #e5e5e5;
}

	#ef-comments li:hover p.row-actions {
		visibility: visible;
	}
	#ef-comments li p.row-actions {
		font-size: .85em;
		font-weight: 700;
		position: absolute;
		opacity: .7;
		right: 0;
		bottom: 0;
		margin: 0;
		text-align: right;
		visibility: hidden;
	}

	#ef-comments ul.children {
		margin-left: 30px;
		margin-bottom: 10px;
	}
		#ef-comments ul.children li {
			/*background: #EAF2FA;*/
			border-left: 5px solid #e5e5e5;
			border-bottom: 1px solid #e5e5e5;
		}
	/*
	#ef-comments .even { background: none; }
	#ef-comments .odd { background: none; }
*/
	#ef-comments img.avatar {
		border:1px solid #CCCCCC;
		float:left;
		margin-left:2px;
		margin-right:15px;
		margin-top:0;
	}

	#ef-comments h5 {
		font-style: normal;
		font-size:1em;
		line-height:1.1em;
		margin-bottom: 10px;
	}

		#ef-comments h5 span.meta {
			color:#666666;
			margin:0 0 1.5em;
			font-style: normal;
		}

	#ef-comments .comment-content {
		margin-left: 67px;
		padding-right: 90px;
	}

		#ef-comments .comment-content p {
			color:#555555;
			font-size:1em;
			line-height:1.4em;
			margin:0.7em 0;
		}

	#ef-replyrow {
	}
		#ef-replyrow #ef-replycontent {
			width:  100%;
			height: 100px;
		}
		#ef-replyrow #ef-replysubmit {
			margin: 6px 0;
		}
			#ef-replyrow #ef-replysubmit * {
				margin-left: 3px;
			}
			#ef-replyrow #ef-replysubmit .error {
				margin: 6px 6px 0 0;
				line-height:1.2em;
				padding:4px 10px;
			}

#ef-comments .post-comment-wrap {
	margin-top: 0;
	position: relative;
}

.ef-comment {
	font-size: 14px;
	line-height: 18px;
}

.ef-comment-meta {
	margin-bottom: 5px;
	margin-top: 5px;
	float: none;
	text-align: right;
}

#ef-comment-rbutton {
	margin-top: 10px;
	margin-bottom: 10px;
}

.pfmodal.comment-modal {
	font-size: 16px;
	background-color: transparent;
	top: 50px;
	width: auto;
	height: auto;
}

.pfmodal.comment-modal .modal-dialog {
	height: auto;
	max-width: var( --bs-modal-width );
	width: auto;
}

.pfmodal.comment-modal .modal-body {
	margin: 0;
}

.pfmodal.comment-modal .modal-footer {
	align-items: flex-end;
}
