/*
Theme Name: 废旧物资回收站 Pro
Theme URI: https://example.com/feijiu-recycle
Author: 鹏城信息 AI 专家
Author URI: https://example.com
Description: 面向「废旧物资 / 再生资源回收」行业的营销型 WordPress 主题。全站强曝光手机号（顶部通栏 + 导航按钮 + 悬浮一键拨打 + 页脚），内置「回收行情报价」自定义栏目（可后台随时更新价格）与「行业新闻」栏目，输出 LocalBusiness / RecyclingCenter / FAQPage / Article 结构化数据，并针对百度、必应、豆包、元宝、DeepSeek 等搜索引擎与 AI 助手做了收录优化。
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: feijiu
Tags: business, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, block-styles, wide-blocks
*/

/*
 * 说明：主题的绝大部分样式位于 assets/css/main.css，
 * 本文件仅保留 WordPress 主题头信息与基础重置，便于主题被后台正确识别。
 */

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
	line-height: 1.75;
}

img { max-width: 100%; height: auto; }

/* 屏幕阅读器专用文本（无障碍） */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	clip-path: none;
	color: #0f7b4f;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 8px;
	line-height: normal;
	padding: 14px 22px;
	text-decoration: none;
	top: 8px;
	width: auto;
	z-index: 100000;
}

/* 对齐类（区块编辑器） */
.alignleft { float: left; margin: .5em 1.5em 1em 0; }
.alignright { float: right; margin: .5em 0 1em 1.5em; }
.aligncenter { display: block; margin: .5em auto 1em; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 13px; color: #5d6b78; text-align: center; }
