
/* === Quote of the Day Styling === */
.tow-quote {
  background-color: #1e1e2f;
  border-left: 4px solid #4caf50;
  padding: 1rem;
  margin-top: 2rem;
  border-radius: 6px;
  font-family: 'Georgia', serif;
  color: #e0e0e0;
}
.tow-quote blockquote {
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
}
.tow-quote h3 {
  margin-top: 0;
  color: #4caf50;
}

.quote-of-day blockquote {
  margin: 0;
  padding: 15px 80px 15px 80px;
  position: relative;
}

/* Timeline Container */
.tl-timeline,
.tl-storyslider,
.tl-menubar,
.tl-timeaxis,
.tl-slide {
    background-color: #0e1123 !important;
    color: #ffffff !important;
}

/* Headline (event titles) */
.tl-headline,
.tl-slide .tl-headline,
.tl-slide .tl-text h1,
.tl-slide .tl-text h2 {
    color: #f5b841 !important;
}

/* Timeline Description Text */
.tl-text-content,
.tl-slide .tl-text {
    color: #ffffff !important;
    font-size: 16px;
    line-height: 1.6;
}

/* Active Slide Border Fix */
.tl-slide.tl-slide-animate .tl-text {
    background-color: #0e1123 !important;
}

/* Timeline navigation arrows */
.tl-slidenav-button {
    background-color: #1a1a2e !important;
    border: none !important;
    color: #f5b841 !important;
}

/* Date labels on axis */
.tl-timeaxis .tl-timeaxis-tick text {
    fill: #ffffff !important;
}

/* Zoom controls */
.tl-zoom-in,
.tl-zoom-out {
    background: #1a1a2e !important;
    color: #f5b841 !important;
    border: none !important;
}
