/*
Theme Name: My Own Theme
Theme URI: 
Author: Tangyi
Author URI: 
Description: WordPress 通用主题框架（Codestar / 自定义 inc），可在其上快速开发企业站。
Version: 1.0.0
Requires at least: 5.8
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: my-own-theme
*/

/* WordPress 无障碍跳转链接 */
.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;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.skip-link:focus {
	z-index: 100001;
}

/* 语义化标签重置：勿覆盖 .fixed-r__item 的白底与边框 */
button.burger {
	appearance: none;
	background: inherit;
	border: inherit;
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	margin: 0;
	text-align: inherit;
}

button.fixed-r__item,
a.fixed-r__item {
	appearance: none;
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	margin: 0;
	text-align: inherit;
	text-decoration: none;
	box-sizing: border-box;
}

.logo__img {
	display: block;
	height: auto;
	max-height: 48px;
	width: auto;
}
