/**
 * Theme Name: 115导航
 * Theme URI: https://115.la
 * Author: 115导航团队
 * Author URI: https://115.la
 * Description: 专业网址导航WordPress主题，完全仿制nav.iowen.cn设计
 * 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: onenav
 * Tags: navigation, directory, bookmarks, links
 */

/* ========== 基础重置 ========== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #484b4f;
    background-color: #f2f4f7;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
}

a:hover {
    color: #2997f7;
}

img {
    max-width: 100%;
    height: auto;
}

/* ========== 容器 ========== */
.container {
    max-width: 1620px;
    margin: 0 auto;
    padding: 0 10px;
}

/* ========== WordPress默认样式覆盖 ========== */
.wp-caption {
    max-width: 100%;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ========== 辅助类 ========== */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}
