[data-section-id="48089000005833129"] {
  overflow: hidden;
  padding: 0 !important;
}

.modal.buy-ticket-modal .details-modal-header {
  background: #002966;
}

.zyclo-ticker-wrap {
  width: 100%;
  overflow: hidden;
  background: #f7f2e8;
  padding: 16px 0;
  position: relative;
}

.zyclo-ticker-wrap::before,
.zyclo-ticker-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.zyclo-ticker-wrap::before {
  left: 0;
  background: linear-gradient(to right, #f7f2e8, transparent);
}

.zyclo-ticker-wrap::after {
  right: 0;
  background: linear-gradient(to left, #f7f2e8, transparent);
}

.zyclo-ticker-track {
  display: flex;
  width: max-content;
  animation: zyclo-scroll 30s linear infinite;
}

.zyclo-ticker-track:hover {
  animation-play-state: paused;
}

.zyclo-ticker-set {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.zyclo-ticker-item {
  white-space: nowrap;
  font-family: var(--bold-font),Arial,Helvetica,sans-serif;
  font-size: 180%;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1a1a1a;
  padding: 0 8px;
}

.zyclo-ticker-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgb(208, 58, 51);
  margin: 0 20px;
  flex-shrink: 0;
}

@keyframes zyclo-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 600px) {
  .zyclo-ticker-item {
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  .zyclo-ticker-dot {
    margin: 0 14px;
  }
}
