.trending-ticker {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-family: 'Playfair Display', serif;
  max-width: 100%;
  padding-left: 20px;
  background: #ffffff;
  border-left: 3px solid #000000;
  box-shadow: none;
}

.trending-post {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
  transition: background-color 0.3s ease;
}

.ticker-number {
  font-size: 26px;
  font-weight: bold;
  color: #000000;
  margin-right: 14px;
  line-height: 1.2;
  font-family: 'Playfair Display', serif;
}

.ticker-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  line-height: 1.5;
  
}

.ticker-title:hover {
  color: #474747;
  text-decoration: underline;
}

.ticker-author {
  font-size: 13px;
  color: #333333;
  margin-top: 4px;
  font-style: italic;
}

.trending-ticker {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-family: 'Playfair Display', serif;
  max-width: 100%;
  padding-left: 20px;
  background: #ffffff;
  border-left: 3px solid #000000;
}
