/* Yemei header fixed styling for 2024 theme */
.yemei {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

html {
  scroll-padding-top: 60px; /* adjust if your yemei is taller/shorter */
}
