@media only screen and (max-width: 768px){
.content-area {
    max-width: 100%;
}}
.site-content {
    align-items: center;
}

@media only screen and (max-width: 768px){
.rank-math-breadcrumb p span.separator:nth-last-child(-n+2),.rank-math-breadcrumb p span.last {
  display: none;
}
}


/**文章页特色图调整**/
#post-image figure {
	width: 100%;
}

/**文章作者描述调整**/
#position {
	font-style: italic;
}
#author-meta a {
  text-decoration: underline;
}
/**文章底部上下篇文章按钮**/
#next-prev-posts a {
    padding: 20px 40px;
    display: block;
    width: 100%;
    color: #585858;
    transition: .25s all;
    text-decoration: none;
    transition: all .2s ease;
}
@media only screen and (max-width: 768px){
#next-prev-posts a {
    padding: 10px 30px;
    color: #0366d6;
    text-decoration: underline;
}
}


#donateContainer {
	display:none;
    position: fixed;
    z-index: 10002;
    left: 50%;
    top: 50%;
}
#donatebtn {
	cursor: pointer;
}


/**文章内插入table表格样式**/
table {
    font-size: .875rem;
    border-radius: 4px;
    border-collapse: separate !important;
    border-spacing: 0;
    border: 1px solid #e7eaf0;
    margin-bottom:1em;
}
table thead {
	border: none;
	border-color: inherit;
    background: #e7eaf0;
    color: #5e646e;
}
table thead tr th {
	font-weight: 700;
}
table thead th+th {
    border-left-color: #cfd8dc !important;
}
@media (min-width: 47.75em) {
table th,table td {
        padding: 1em !important
    }
}
table th,table td {
	vertical-align: inherit;
    border-left: 1px solid #e7eaf0 !important;
    border-top: 1px solid #e7eaf0 !important;
    border-right: none !important;
    border-bottom: none !important;
}
th:first-child,td:first-child {
    border-left: 0 !important;
}



/**文章内Rank Math TOC样式**/
#rank-math-toc {
    background: linear-gradient(45deg,#724BB7 0%,#4098D7 100%);
    background-size: cover;
    color: #fff;
    padding: 25px;
    margin: 0 -25px 1.5rem;
}

#rank-math-toc #table-of-contents {
    font-weight: 600;
    border-bottom: 0;
    padding-bottom: 0
}

#rank-math-toc h2 {
    border-bottom: 2px solid #f0f4f8;
    padding-top: 0;
    padding-bottom: 0.825rem;
    color: #fff;
	margin-bottom: 1rem;
}

#rank-math-toc ul,#rank-math-toc ol {
    margin: 0 0;
    padding-left: 1em;
}

#rank-math-toc ul ul,#rank-math-toc ol ol,#rank-math-toc ul ol,#rank-math-toc ol ul {
    margin: 10px 0
}

#rank-math-toc li {
    margin-bottom: 10px
}

#rank-math-toc li a {
    color: inherit;
    text-decoration: none
}

#rank-math-toc li a:hover {
    border-bottom: 1px dotted
}

#rank-math-toc li:last-child {
    margin-bottom: 0
}
@media screen and (min-width: 45rem) {
    #rank-math-toc {
		padding:2rem;
		margin: 0 0 1.5rem;
    }
}

/**文章单页内容样式调整**/
#container-med img {
	border-radius: 5px;
	border: 1px solid var(--base-2);
}
#container-med p {
	margin-top: 1em;
}



/**WP Code插件样式调整**/
.wp-block-kevinbatdorf-code-block-pro {
    margin-bottom: 1.5em;
}


/**文章嵌入谷歌广告样式修改**/
.adsbygoogle {
	margin-bottom: 1.5em;
}