


.yorum{
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: var(--grey-1000);
	margin-bottom: 24px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.devam {
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	text-decoration: underline;
	color: #60666D;
	cursor: pointer
}
.devami > .yorum {
    display: block !important;
}




html::-webkit-scrollbar{width:16px;height:16px}
html::-webkit-scrollbar-thumb{background:#434343;border-radius:16px;box-shadow:inset 2px 2px 2px hsla(0,0%,100%,.25),inset -2px -2px 2px rgba(0,0,0,.25)}
html::-webkit-scrollbar-track{background:linear-gradient(90deg,#434343,#434343 0px,#c1c1c1 0,#c1c1c1)}



/* mobil hÄ±zlÄ± iletiÅŸim */
.kisayol a{
	background-color: var(--tertiary-rgba-90);
	margin:0px 1px;
	z-index: 9999;
}

.kisayol a:first-child{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.kisayol a:last-child{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}