/**
 * Theme Name: JustNews Child
 * Description: JustNews 子主题，提供手机软件与手机游戏专属详情页。
 * Author: Danjige
 * Template: justnews
 * Version: 2.3.0
 * Requires at least: 6.3
 * Requires PHP: 7.4
 * Text Domain: justnews-child
 */

/* 全局样式保持为空；APP 专属样式由 assets/css/app.css 按需加载。 */
:root{--theme-color: #F55430; --theme-hover: #F55430; --logo-height: 48px; --logo-height-mobile: 40px; --menu-item-gap: 40px; --mobile-menu-color: rgba(255, 255, 255, .98); --mobile-menu-active-color: #fff; --mobile-menu-bg-color: var(--theme-color); --theme-border-radius-s: 3px; --theme-border-radius-m: 5px; --theme-border-radius-l: 8px; --theme-border-radius-xl: 12px; --thumb-ratio-default: 480 / 300; --thumb-ratio-post: 480 / 300;}
.entry-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}.breadcrumb > li{font-size:14px}