header a[href="#top"] {
  flex: 0 1 197px;
  min-width: 0;
  margin-right: 16px;
}
header a[href="#top"] img { min-width: 0; }
header a[href="#themes"] { flex-shrink: 0; white-space: nowrap; }

#top h1 {
  font-size: 83.2px;
  white-space: nowrap;
}

#top > div:last-child > div {
  justify-content: safe center;
  scrollbar-width: thin;
  scrollbar-color: #b5aa96 transparent;
  overscroll-behavior-x: contain;
}

#top > div:last-child > div.is-scrollable {
  cursor: grab;
  user-select: none;
}

#top > div:last-child > div.is-dragging {
  cursor: grabbing;
}

.traditions-track {
  display: flex;
  flex: 0 0 auto;
  width: max-content;
}
.traditions-group {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 0 0 auto;
}
.traditions-repeat { display: none; }
#top > div:last-child > div.has-marquee {
  justify-content: flex-start;
  scrollbar-width: none;
}
.has-marquee .traditions-group { padding-right: 32px; }
.has-marquee .traditions-repeat { display: flex; }
