/* snow.css */
#snow-container {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#holiday-badge {
  position: fixed;
  top: 16px;
  left: 16px;
  width: 250px;
  height: auto;
  z-index: 10000;
  pointer-events: none;
  display: none; /* будет включено скриптом */
}