/*
Theme Name: OneNav 子主题模板
Theme URI:https://www.iotheme.cn
Description:一导航， 集网址、资源、资讯于一体的导航主题。 <br /> 官网：<a href="https://www.iotheme.cn">一主题</a>
Template: onenav
Version: 1.2.0
Requires at least: 5.4
Tested up to: 5.8
Requires PHP: 7.2
Author:一为
Author URI: https://www.iowen.cn/
License URI: https://www.iotheme.cn/disclaimer
*/

/* =====================================================================
 * SEO / GEO 补丁配套样式（2026-09）
 * 仅用于配合 seo-geo.php 中的标签调整，保持视觉与父主题原版一致。
 * ===================================================================== */

/* [SEO 补丁 5] 侧栏小工具标题 h3 → div.widget-title 后：
   1) 补回 div 相对 h3 的默认样式差（行高/字重/外边距）；
   2) 补回榜单挂件（热门文章/热门网址）标题两侧的 iconfont 装饰图标。 */
.sidebar-header .widget-title {
	line-height: 1.2;
	font-weight: 500;
	margin: 0;
}
.io-widget-ranking-list .sidebar-header .widget-title::before,
.io-widget-ranking-list .sidebar-header .widget-title::after {
	content: "\e63d";
	font-family: "iconfont" !important;
	display: inline-block;
}
.io-widget-ranking-list .sidebar-header .widget-title::after {
	content: "\e63e";
}

/* [SEO 补丁 5] 正文模块标题 h4 → h2.io-h2-sec 后，在 panel-body 内保留原 h4 视觉
   （与父主题 .panel-body h4:not(.item-title) 的样式一致） */
.panel-body h2.io-h2-sec {
	position: relative;
	font-size: 1rem;
	padding-bottom: .5rem;
	border-bottom: 1px solid rgba(136, 136, 136, .2);
}
.panel-body h2.io-h2-sec::before {
	content: none;
}
.panel-body h2.io-h2-sec::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 2em;
	height: 3px;
	background: var(--theme-color);
	border-radius: 2px;
}

/* [展示补丁 6] 网址 LOGO 填入 Unicode 符号/Emoji 时的文本渲染样式
   继承原 <img class="sites-icon"> 的占位尺寸，让符号在图标位置居中显示。 */
.io-sub-emoji-ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	line-height: 1;
	font-size: 1.6em;
	font-style: normal;
	text-align: center;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	/* 优先使用系统彩色 Emoji 字体，回退到通用无衬线 */
	font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", sans-serif;
}
/* 大图标卡片（type=big）图标区域更大，符号相应放大 */
.item-image .io-sub-emoji-ico {
	font-size: 1.8em;
}
