.sidebars_widget__category li a.active {
    color: #BC8157; /* 同 hover 顏色 */
    font-weight: bold; /* 可選，讓 active 更明顯 */
}

.postContent img{ 
	width:100%!important;
	height:100%!important;
	
}
	
	@media (max-width:768px){
	.postContent img{ 
	
		width:100%!important;
		height:100%!important;
	
		}
	
}