/* KOMENTARZE */

.comment-container {
	margin-bottom: 5px;
}

.comment-row {
	margin: 0px 0px;
}

.comment-head-mobile {
	margin: 0px -15px;
}

.comment-head-mobile-msg:link,
.comment-head-mobile-msg:visited,
.comment-head-mobile-msg:hover {
	color: #aaaaaa;
}

.comment-date {
	font-size: 14px;
	color: #a8a8a8;
	margin: 0px -15px;
	font-weight: normal;
}

.comment-good-post {
	display: inline-block;
	float: right;
	background-color: #fffbe7;
	padding: 2px;
	color: #16a6e3;
	font-weight: normal;
	border: 1px solid #f5f5f5;
}

.comment-good-post i {
	font-size: 14px;
	color: #e53f1b;
}

.comment-content {
	border: 2px solid #dddddd;
	background-color: #f4fbff;
	border-radius: 5px;
	margin: 0px -15px;
	font-size: 18px;
	padding: 20px;
	font-weight: normal;
	overflow-wrap: break-word;
	word-break: break-word;
}

.comment-content.reported {
	background-color: #ead0d0;
}

.comment-report {
	text-align: right;
	color: #e53f1b;
	font-size: 14px;
	margin: 0px -15px;
}

.comment-report a:link,
.comment-report a:visited,
.comment-report a:hover {
	text-decoration: none;
	color: inherit;
}

.comment-report i {
	font-size: 14px;
}

.comment-add-content {
	border: 3px solid #ededed;
	font-size: 16px;
	padding: 10px;
	margin-top: 20px;
	overflow-wrap: break-word;
	word-break: break-word;
}

.comment-user {
	width: 150px;
	background-repeat: no-repeat;
	background-position: 0px 20px;
	padding-left: 25px;
	margin-top: 20px;
}

.comment-user-icons .person {
	font-size: 42px;
	color: #eb7700;
}

.comment-user-icons .message {
	vertical-align: bottom !important;
	color: #c8c8c8;
}

.comment-user-name {
	font-weight: normal;
}

.comment-user-since {
	color: #c8c8c8;
	font-size: 12px;
}

.comment-user-stars {
	color: #ffd980;
}

.comment-button-container {
	font-size: 14px;
	padding-top: 15px;
	color: #aaaaaa;
}

.comment-button {
	border: none;
	background-color: #e84816;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 15px;
	border-radius: 5px;
	cursor: pointer;
}

.comment-button:hover {
	background-color: #c13b11;
}

.comment-attachment {
	margin-bottom: 10px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.comment-attachment img,
.comment-attachment video {
	max-width: 100%;
	max-height: 75vh;
	object-fit: contain;
}
