/*
 Theme Name: Astra Child
 Theme URI: https://yourwebsite.com/
 Description: Astra 子主题，用于自定义前端样式和模板
 Author: 你的名字
 Author URI: https://yourwebsite.com/
 Template: astra
 Version: 1.0.0
 Text Domain: astra-child
*/

/* 子主题自定义样式写在这里 */
/* 固定 Astra 页眉 */
.main-header-bar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: top 0.3s;
}

/* 页面内容区域，初始占位，JS 会动态调整 */
body {
    padding-top: 0;
}
