/*
Theme Name: happyWorld Mirror
Theme URI: https://www.happyworldpro.com/
Author: happyWorld
Description: happyWorld 官网镜像主题。激活后自动创建首页、软件功能、收费标准、关于我们页面；SEO 标题与描述集中在 config/page-meta.ini。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: happyworld-mirror
*/

.happyworld-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.happyworld-header-logo {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

.happyworld-header-logo a {
    color: inherit;
    text-decoration: none;
}

/* 首页滚动后顶栏切换为白底（与内页一致） */
.header {
    transition: background 0.35s ease, box-shadow 0.35s ease;
}

.header.index-top .menu a {
    transition: color 0.35s ease;
}

/* 导航栏 Logo（<img> 呈现，覆盖镜像 CSS 背景图路径） */
.header .logo {
    flex-shrink: 0;
    width: 226px;
    height: 42px;
    background: none !important;
    text-indent: 0 !important;
}

.header .logo a {
    display: block;
    line-height: 0;
    text-decoration: none;
}

.header .logo .happyworld-header-logo-img {
    display: block;
    width: 226px;
    height: 42px;
    object-fit: contain;
    object-position: left center;
}

.header.index-top .logo {
    background: none !important;
}

.about-banner-desc i img,
.about-evaluate-list .evaluate-head img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
