/** Ticker.css **/

.announcement-wrapper {
	
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 3rem;
  overflow: hidden;
  background: #26293C;
  color: white;
  font-size: 0.9rem;
  font-family: sans-serif;
}

.announcement-track {
  position: absolute;
  left: 0;
  width: 100%;
  transition: transform 0.6s ease-in-out;
}

.message {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  font-family: var(--root-font);
  text-align: center;
}
