.fc-legacy-header {
  position: fixed !important;
  inset: 0 0 auto;
  z-index: var(--fc-z-header, 500);
  width: 100%;
  color: #3e322b;
  font-family: "Noto Serif SC", "Songti SC", "STSong", serif;
  box-sizing: border-box;
  pointer-events: none;
}

.fc-legacy-header > * {
  pointer-events: auto;
}

.fc-legacy-header__back {
  --fc-icon-button-focus: rgba(161, 35, 35, .42);
}
