/**
 * Yazi ust bilgisi — gorunur "son guncelleme" tarihi.
 * style.css (LESS ciktisi) SONRASI yuklenir.
 */
.entry-header .entry-updated{
	display:inline-flex;
	align-items:center;
	gap:7px;
	margin:10px 0 0;
	padding:5px 11px;
	border:1px solid #dbe2ee;
	border-radius:3px;
	background:#f4f7fc;
	color:#44546b;
	font-size:13px;
	line-height:1.4;
	font-weight:500;
}
.entry-header .entry-updated::before{
	content:"";
	width:6px;
	height:6px;
	border-radius:50%;
	background:#1e3a8a;
	flex:none;
}
.entry-header .entry-updated time{
	color:#1e3a8a;
	font-weight:600;
}
@media (max-width:600px){
	.entry-header .entry-updated{font-size:12px;padding:4px 9px}
}
