#comment-wrap {
	padding-top: 0px;
}
#comment-wrap .page_title {
	color: var(--navy-800, #071f5a);
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 0.61em;
}
.comment_avatar .avatar {
	display: flex;
	width: 64px;
	height: 64px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	aspect-ratio: 1;
	border-radius: 100px;
}
.comment-body {
	padding: 0 90px 0 80px;
	margin-bottom: 24px;
}
.comment .children {
	margin-left: 80px;
}
.comment_postinfo {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 14px;
}
.comment_postinfo .fn {
	 color: #000;
	 font-size: 18px;
	 font-weight: 700;
	 line-height: 1.2;
	 flex: 1 1 100%;
}
.comment_postinfo .comment_date {
	color: var(--navy-500, #7f90b1);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.1;
}
.comment_area {
	color: var(--gray-600, #666);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
}
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) a.comment-reply-link:not(.button):not(.screen-reader-shortcut), .comment-reply-link.et_pb_button {
	color: var(--navy-800, #071f5a);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.15 !important;
	padding: 0.64em 1em;
	border: 2px solid var(--navy-800, #071f5a) !important;
	border-radius: 8px;
}
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) a.comment-reply-link:not(.button):not(.screen-reader-shortcut)::after, .comment-reply-link.et_pb_button::after {
	content: none;
}
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) a.comment-reply-link:not(.button):not(.screen-reader-shortcut):hover, .comment-reply-link.et_pb_button:hover, .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) a.comment-reply-link:not(.button):not(.screen-reader-shortcut):focus, .comment-reply-link.et_pb_button:focus {
	background-color: var(--navy-800, #071f5a);
	color: #fff;
}

/* Comment Reply */
.comment .comment-respond .comment-reply-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}
.comment-respond #cancel-comment-reply-link {
	color: var(--navy-800, #071f5a);
	font-weight: 600;
}
.comment-respond #cancel-comment-reply-link:hover, .comment-respond #cancel-comment-reply-link:focus {
	text-decoration: underline;
}

/* Comment Form */
#commentform input[type=email], #commentform input[type=text], #commentform input[type=url], #commentform textarea {
	background: var(--white, #fff);
	border-radius: 8px;
	border: 1px solid var(--gray-500, #949494);
	font-size: 16px;
	line-height: 1.7;
}
.comment-form .form-submit {
	text-align: left;
}
.comment-form .form-submit .et_pb_button {
	background-color: var(--navy-800, #071f5a);
	color: #fff;
	border-color: var(--navy-800, #071f5a);
	border-radius: 8px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.15 !important;
	padding: 0.875em 1.75em;
}
.comment-form .form-submit .et_pb_button:hover, .comment-form .form-submit .et_pb_button:focus {
	background-color: var(--navy-500, #7f90b1);
	border-color: var(--navy-500, #7f90b1);
}