/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 04 2025 | 11:22:44 */
.post_spcae{
	width:1100px;
	margin:0 auto;
}

div:has(.post_spcae) {
  width:1100px;
	margin:0 auto;
	
}

.read_more_btn{
	margin-top:10px;
	background-color:#ca9256;
	color: black;
	padding: 10px 20px;
	border-radius: 10px
}

.read_more_btn:hover{
	color: black;
}

.blog-list{
	margin-left: 30px;
}

.blog-list li{
	list-style:disc;
}