.days-together {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  color: var(--accent-strong);
  opacity: 0.85;
  margin: 0;
  letter-spacing: 0.3px;
}

#daysTogetherCount {
  font-weight: bold;
  font-style: normal;
}
