/*
 Theme Name: WebMasterPro站长门户
 Theme URI: https://www.yourdomain.com
 Author: 原创定制站长主题
 Author URI: https://www.yourdomain.com
 Description: 站长资讯+资源下载+互动社交+博客门户 全能WordPress主题，移动端自适应
 Version: 1.0
 Text Domain: webmaster-pro
*/

* {margin:0;padding:0;box-sizing:border-box;}
body {background:#f5f7fa;font-family:"Microsoft Yahei",sans-serif;color:#333;line-height:1.7;}
a {text-decoration:none;color:#0066cc;transition:all 0.3s;}
a:hover {color:#ff6700;}
ul,li {list-style:none;}
.container {width:1200px;margin:0 auto;padding:0 15px;}

/* 头部导航 */
.site-header {background:#1a232e;box-shadow:0 2px 10px rgba(0,0,0,0.1);}
.top-nav {height:60px;display:flex;align-items:center;justify-content:space-between;}
.logo {font-size:24px;font-weight:bold;color:#fff;}
.nav-menu li {display:inline-block;margin:0 15px;}
.nav-menu li a {color:#fff;font-size:15px;}
.nav-menu li a:hover {color:#ff6700;}

/* 首页横幅 */
.banner {height:300px;background:linear-gradient(135deg,#2c3e50,#3498db);border-radius:8px;margin:20px 0;display:flex;align-items:center;padding:0 30px;color:#fff;}
.banner-text h1 {font-size:36px;margin-bottom:10px;}
.banner-text p {font-size:16px;opacity:0.9;}

/* 主体内容区 */
.main-wrap {display:flex;flex-wrap:wrap;margin:30px 0;}
.content {width:70%;padding-right:30px;}
.sidebar {width:30%;}

/* 文章列表 */
.post-item {background:#fff;padding:20px;border-radius:8px;margin-bottom:20px;box-shadow:0 1px 5px rgba(0,0,0,0.05);}
.post-title {font-size:20px;margin-bottom:10px;border-left:4px solid #ff6700;padding-left:10px;}
.post-meta {font-size:13px;color:#999;margin-bottom:15px;}
.post-excerpt {color:#666;margin-bottom:15px;}
.read-more {display:inline-block;padding:6px 15px;background:#0066cc;color:#fff;border-radius:4px;font-size:14px;}
.read-more:hover {background:#ff6700;color:#fff;}

/* 资源下载模块样式 */
.download-box {background:#f0f7ff;padding:15px;border-radius:6px;margin-top:15px;border:1px solid #e1ecf8;}
.download-btn {display:inline-block;background:#ff6700;color:#fff;padding:8px 20px;border-radius:4px;margin-top:10px;}

/* 侧边栏 */
.widget {background:#fff;padding:20px;border-radius:8px;margin-bottom:20px;box-shadow:0 1px 5px rgba(0,0,0,0.05);}
.widget-title {font-size:18px;border-bottom:2px solid #0066cc;padding-bottom:10px;margin-bottom:15px;}
.widget-list li {padding:8px 0;border-bottom:1px dashed #eee;}

/* 底部 */
.site-footer {background:#1a232e;color:#fff;text-align:center;padding:30px 0;margin-top:50px;}

/* 移动端自适应 */
@media (max-width:768px){
    .container {width:100%;}
    .content,.sidebar {width:100%;padding:0;}
    .banner {height:200px;}
    .banner-text h1 {font-size:24px;}
}

/* 文章详情内容 图片自动自适应修复 */
.post-content img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 15px auto;
    border-radius: 6px;
}

/* 段落、排版统一优化 */
.post-content p {
    margin: 15px 0;
    line-height: 1.8;
}

.post-content h1,.post-content h2,.post-content h3,.post-content h4 {
    margin: 20px 0 10px;
}

/* 评论区自适应 */
.comment-area img {
    max-width: 100% !important;
    height: auto !important;
}
