.elementor .mine-fixed-header{min-width:0px;position:static;padding:0px;margin:0px;display:flex;flex-direction:column;gap:0px;selector {
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
width: 100% !important;
z-index: 999999 !important;
background: #ffffff !important;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* 防止页面内容被固定页眉遮住 */
body:not(.elementor-editor-active) {
padding-top: 130px !important;
}

/* WordPress 登录状态下，避免被顶部黑色管理栏挡住 */
body.admin-bar selector {
top: 32px !important;
}

@media (max-width: 782px) {
body.admin-bar selector {
  top: 46px !important;
}
}

@media (max-width: 767px) {
body:not(.elementor-editor-active) {
  padding-top: 110px !important;
}
}\n}