/*
Theme Name: Twenty Twenty-Three
Theme URI: https://wordpress.org/themes/twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.9
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
.wp-block-post-title,.wp-block-post-title,.wp-block-heading{
    font-family: "SimSun", "宋体", serif;
}
.single .entry-content p em{
    font-size: 85%;
    color: #777;
    line-height: 1.4;
    margin-top: 10px;
    display: inline-block;
}
.single .entry-content p img{
    width: 100%;
    height: auto!important;
}
:where(.wp-block-post-excerpt) {
    margin-top: -5px!important;
    margin-bottom: 5px!important;
}
.wp-block-post-date{
    margin-bottom: -30px;
}
.wp-block-post-date time a{
    color: #999;
}
.post-nav-links a,.post-page-numbers{
    display: inline-block;

    min-width: 50px;
    min-height: 50px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    text-align: center;
    margin: 3px;
    border-radius:300px;
    
}
.post-nav-links a{
    background-color: #eee;
    color: #000;
    text-decoration: none
}
.post-nav-links a:hover{
    background-color: #ddd;
}
.post-page-numbers{
    background-color: #9DFF20;
}
.wp-element-button{
    border-radius:300px;
    font-size: 120% !important;
    
}
.has-text-align-right a{
    margin-left: 10px;
}

@media screen and (max-width:1600px) {
  .single .wp-block-post-title{
    font-size: 4.5vw!important;
}
.wp-block-post-title,.wp-block-heading{
    font-size: 3.5vw!important;
}  
@media screen and (max-width:800px) {
    .wp-container-core-post-template-is-layout-2d080239 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
  .single .wp-block-post-title{
    font-size: 38px!important;
}
.wp-block-post-title,.wp-block-heading{
    font-size: 35px!important;
}  
.wp-block-navigation-item__label{
    margin-left: -10px!important;
}
.single .entry-content iframe{
    width: 100%!important;
}

}
@media screen and (max-width:500px) {
.single .entry-content p{
    font-size: 20px;
}
.single .wp-block-post-title{
    font-size: 38px!important;
}
.wp-block-post-title{
    font-size: 33px!important;
}
.single .wp-block-post-featured-image{
    height: 300px!important;
    overflow: hidden;
}
.wp-block-post-date{
    margin-bottom: -10px;
}

}






