/**
 * Olay Comment System Styles
 *
 * @package Olay
 * @since 1.0.0
 */

#comments {
	padding: 10px 0px;
	margin-bottom: 40px;
}

.comment-form-author, .comment-form-email {
	width: 49%;
	float: left;
	margin: 0;
	padding: 0;
}

.comment-form-email {
	float: right;
}

#author, #email, #url, #comment {
	display: block;
	background: #fff !important;
	border: 2px solid #f2f2f2;
	color: #494949;
	letter-spacing: 0.3px;
	padding: 12px 12px !important;
	min-height: 45px;
	width: 100%;
	margin-bottom: 1.2em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	font-size: 16px;
}

#comment {
	min-height: 75px;
	max-height: 75px;
	resize: vertical;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 1.2em;
}

.comment-reply-title {
	margin-bottom: 0;
	position: relative;
	font-size: 24px;
}

.comment-reply-title:after {
	content: "";
	position: relative;
	display: inline-block;
	height: 4px;
	width: 20%;
	margin: 4px;
	background: #e9e9e9;
}

.comment-form .comment-notes {
	font-size: 14px;
	margin-top: 5px;
	opacity: .5;
	padding-bottom: 10px;
}

.comment-form label {
	display: block;
	padding-left: 5px;
	color: #4b4b4b;
	margin-bottom: 0px;
}

.comment-form-url {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

#comments ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.comment-list {
	margin-top: 45px;
}

.comment-list .comment-body {
	position: relative;
}

.comment-list .comment-content {
	padding-left: 90px;
	margin-top: 0px;
	padding-top: 0px;
}

.comment-list .comment-content p {
	font-size: 16px;
	margin-top: 0;
}



.comment-list .reply {
	position: relative !important;
	padding: 0px !important;
	background: unset !important;
	border: none !important;
	box-shadow: none !important;
	text-align: right;
}

.comment-list .reply > a {
	display: inline-block;
	color: #777777;
	background: #f2f2f2;
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 14px;
	transition: background 0.2s ease;
}

.comment-list .reply > a:hover {
	background: #e0e0e0;
	color: #555555;
}

.comment-reply-title a {
	color: red;
}

.comment-meta {
	background: none;
	box-shadow: none;
}

.comment-list .comment-author img {
	float: left;
	margin-right: 20px !important;
	width: 70px !important;
	border: 1px dashed #909090cc;
	padding: 0px !important;
	background: unset !important;
	border-radius: 10px;
}

.comment-meta > .comment-metadata > a {
	color: #949494;
	font-size: 14px;
}

.comment-list li {
	margin: 2px 0;
	padding: 10px;
	border-bottom: 1px solid #ededed;
	background-color: #f8f8f8;
}

.comment-list li ol.children {
	list-style: none;
	margin: 1em 0 0 !important;
	text-indent: 0;
}

.comment-list li ol.children li.depth-2 {
	margin: 0 0 0 50px;
}

.comment-list li.odd {
	background-color: #fdfdfd;
}

.comment-meta > .comment-author {
	padding: 0px;
	margin-bottom: 10px;
}

.comment-meta > .comment-metadata {
	padding-bottom: 15px;
}

.comment-form-comment {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: flex-start;
	gap: 15px;
	position: relative;
}

.comment-respond * .form-submit {
	padding-top: 20px;
	clear: both;
}

.comment-respond * .submit {
	background-color: #3f51b5;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	padding: 10px 30px;
	border-radius: 5px;
	border: 2px solid transparent;
	letter-spacing: 0.3px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	cursor: pointer;
}

.comment-respond * .submit:hover {
	border-color: #3f51b5;
	color: #3f51b5;
	background-color: #fff;
}

.comment-respond * .logged-in-as {
	margin-top: 0px;
}

.comment-respond * .logged-in-as > a {
	color: #a1a1a1;
}

#commentform .error {
	border: 2px solid red;
}

.comments-title > span {
	font-size: 16px;
	color: #808080;
	padding-left: 15px;
}

.comments-area .nav-links {
	display: flex;
	justify-content: space-between;
}

.comments-area .nav-links a {
	color: #000;
}

.comments-area .eh-avatar {
	width: 75px;
	min-width: 75px;
	height: 75px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	background: #fff;
	position: relative;
	left: 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.comments-area .comment-badge {
	background: #e2011a;
	padding: 1px 5px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	margin-left: 6px;
}

.comments-area .comment-badge:before {
	content: '';
	border-style: solid;
	border-width: 4px 4px 4px 0px;
	border-color: transparent #e2011a transparent transparent;
	right: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.comments-area .comments-area-fulled .widget-title {
	text-transform: none;
	margin-top: 20px;
}

#author, #email, #url {
	padding: 12px 15px;
	background: #fff;
}

#comment {
	background: #fff;
}

.eh-submit {
	background: unset!important;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 95px;
	width: 55px;
	border-radius: 50%;
	transition: background 0.2s ease;
	cursor: pointer;
}

.eh-submit:hover i  {
	color: #912020 !important;
}

.eh-submit i {
	font-size: 26px;
	transform: rotate(50deg);
	color: #000000;
}

.eh-avatar img {
	border-radius: 6px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

#respond {
	background: #f9f9f9;
	padding: 0px 10px 0px 10px;
	overflow: hidden;
	position: relative;
}

#respond > #reply-title {
	margin: 0px;
}

.form-submit {
	display: none;
}

#cancel-comment-reply-link {
	color: red;
}

.comment-hide .comment-form-author, .comment-hide .comment-form-email {
	-webkit-transition: all 300ms;
	transition: all 500ms;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.comment-form-author, .comment-form-email {
	-webkit-transition: all 300ms;
	transition: all 500ms;
	margin-bottom: 0px;
	opacity: 1;
	height: 84px;
}

.comment-awaiting-moderation {
	color: orange;
}

.cld-dislike-trigger {
	color: #000 !important;
}

.eh_loadmore_comments {
	text-align: center;
	padding: 7px 15px;
	cursor: pointer;
}

.comment-author .comment-metadata {
	display: inline-flex;
	align-items: center;
	padding-left: 30px;
	position: relative;
}

.comment-author .comment-metadata:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	left: 0;
	border-radius: 5px;
	background: #d9d9d9;
	display: inline-block;
	padding-bottom: 0;
	margin: 0px 6px 0px 9px;
}

/* Comments Order Filter */
.comments-order {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #a7aeba;
	border: 1px solid #dedee5;
	border-radius: 3px;
	font-size: 13px;
}

.comments-order .filter {
	cursor: pointer;
	padding: 5px 10px;
	text-align: center;
	flex: 1;
	border-right: 1px solid #dedee5;
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
}

.comments-order .filter:last-child {
	border-right: none;
}

.comments-order .filter.active {
	background: #f0f0f0;
	color: #454f63;
	pointer-events: none;
}

/* Avatar Selection Modal */
.eh-avatars {
	background: #fff;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 9999;
	top: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	touch-action: manipulation;
	overflow-x: auto;
	display: none;
}

.habere-ait-yorumlar {
	padding: 0px 10px;
}

/* Desktop: Limit width and height for minimalist look */
@media (min-width: 768px) {
	.eh-avatars {
		background: #ffffffcb;
		display: none;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 20px;
		box-sizing: border-box;
	}
	
	.eh-avatars > .eh-avatar-header {
		background: #fff;
		border-radius: 8px 8px 0 0;
		max-width: 600px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}
	
	.eh-avatars > .all-avatars {
		background: #fff;
		border-radius: 0 0 8px 8px;
		position: relative;
		max-width: 600px;
		width: 100%;
		margin: 0 auto;
		max-height: 70vh;
		overflow-y: auto;
		padding: 10px;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
		z-index: 1;
	}

	.habere-ait-yorumlar {
		padding: 0px;
	}
}

.eh-avatar-header {
	padding: 0px 20px;
	font-size: 20px;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	align-self: center;
	font-weight: 700;
	color: #000;
	border-bottom: 1px solid #ccc;
	background: white;
	margin-bottom: 10px;
}

.all-avatars {
	padding: 0px 10px;
	z-index: 9999999999;
	position: absolute;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* Desktop: Adjust all-avatars positioning */
@media (min-width: 768px) {
	.all-avatars {
		position: relative;
		padding: 10px;
		overflow-y: auto;
		flex: 1;
	}
}

.all-avatars a {
	padding: 5px;
	width: 25%;
}

.all-avatars a img {
	width: 100%;
}

.avatars-close {
	font-size: 14px;
	background: #ebebeb;
	margin-right: -20px;
	padding: 0px 20px;
	font-weight: 500;
	color: #767676;
	cursor: pointer;
}

.eh-avatar img {
	width: 75px;
}

/* Comments Page Specific Styles */
.habere-ait-yorumlar {
}

.habere-ait-yorumlar .haber-yorum {
	display: flex;
}

.habere-ait-yorumlar .image {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 15px;
}

.habere-ait-yorumlar .image img {
	width: 52px;
}

.habere-ait-yorumlar .geri-don {
	display: block;
	margin-bottom: 20px;
	color: #ca0505;
	background: #f2f2f2;
	border: 1px solid #e8e8e8;
	padding: 8px 15px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.habere-ait-yorumlar .title {
	font-weight: 500;
	font-size: 16px;
}

.habere-ait-yorumlar .category {
	margin-bottom: 7px;
}

.habere-ait-yorumlar .category a {
	color: #d63137;
	font-size: 13px;
	font-weight: 700;
	line-height: 13px;
	text-transform: uppercase;
}

