/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 28 2025 | 01:48:22 */
/*代码区域*/
.wp-block-code{
	padding:0.2em;
}
.wp-block-code code {
	background-color:#DCDCDC;
}

/* 阻止页面 page 的 featured image, 文章的 featured image 超越上界*/
.bloghash-layout__boxed-separated.bloghash-blog-image-wrap.page .site-content .has-post-thumbnail .entry-media,
.bloghash-layout__boxed-separated.bloghash-blog-image-wrap.single-post .site-content > .bloghash-article .entry-media{
	margin-top:0 !important;
}

/* 轮播图, 列表包含的 featured image 左边界/上边界 */
@media only screen and (min-width: 869px) {
	.bloghash-layout__boxed-separated.bloghash-blog-image-wrap.bloghash-blog-horizontal .bloghash-article:not(.format-quote) .bloghash-blog-entry-wrapper.bloghash-thumb-left .entry-media{
		margin-left:0 !important;
	}
}
@media only screen and (max-width: 868px) {
	.bloghash-layout__boxed-separated.bloghash-blog-image-wrap.bloghash-blog-horizontal .bloghash-article:not(.format-quote) .entry-media{
		margin-top:0 !important;
	}
}

/*文章标题居中*/
#main .entry-header .entry-title{
	text-align:center;
}

/*文章内容(article)填满 main*/
.bloghash-container{
	padding:0 !important;
}

/*顶栏左右留空隙*/
.site-header #bloghash-topbar .bloghash-container, .site-header #bloghash-header #bloghash-header-inner{
	padding: 0 2rem !important;
}

