.announcement-bar-section {
  position: sticky;
  top: 0;
  z-index: 53; /* Ensure it's above the header */
}

.header-section {
  position: sticky;
  top: var(--announcement-bar-height, 0px);
  z-index: 52;
}

:root {
  --announcement-bar-height: 0px;
}