/*
Theme Name: Maigu Cloud
Theme URI: https://www.szmaiguyun.com/
Author: 深圳市麦谷云信息技术有限公司
Author URI: https://www.szmaiguyun.com/
Description: 麦谷云科技官网WordPress主题 - 商业IP打造与全域营销增长服务商。包含桌面端和移动端双版本，自动识别设备切换。
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maigu-cloud
Tags: business, marketing, agency, responsive, mobile-first, seo-friendly
*/

body {
    margin: 0;
    padding: 0;
}

/* 隐藏块编辑器在前台可能产生的残留容器 */
.wp-block {
    display: none;
}

/* WordPress 图片说明文字 */
.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 0.875em;
    color: #65728a;
    text-align: center;
}

/* WordPress 默认对齐类 */
.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* 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 !important;
    width: 1px;
    word-wrap: normal !important;
}

/* ==========================================================================
   2. Accessibility — 无障碍辅助样式
   ========================================================================== */

/* 键盘焦点可见 */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 2px solid #1266e3;
    outline-offset: 2px;
}

/* 跳转链接 */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 9999;
    padding: 8px 16px;
    background: #071a3a;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border-radius: 0 0 6px 0;
}

.skip-link:focus {
    left: 0;
}
