/*
Theme Name: B2子主题
Theme URI: https://gd.xingguangtv.net/
Description: B2主题的子主题
Author: 您的名字
Author URI: https://gd.xingguangtv.net/
Template: b2
Version: 1.0.0
*/

/* 引入父主题样式 */
@import url("../b2/style.css");

/* 移动端样式 */
@media screen and (max-width: 768px) {
    /* 强制移除固定定位 */
    .header-banner.pc, 
    .header-banner.pc.fixed {
        position: relative !important;
        top: auto !important;
    }

    /* 移除内容区域的上边距 */
    .site-content,
    .wrapper {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    /* 文章标题区域调整 */
    .post-title,
    .entry-title {
        padding-top: 10px !important;
    }

    /* 确保内容不被遮挡 */
    .site {
        padding-top: 0 !important;
    }

    /* 调整导航样式 */
    .header-banner.pc .top-menu {
        position: relative !important;
    }

    .post-list {
        margin-top: 0 !important;
    }
}

/* PC端样式保持不变 */
@media screen and (min-width: 769px) {
    .header-banner.pc {
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
        z-index: 999 !important;
    }

    .site-content {
        margin-top: 2px !important;
    }
}
