/* Classic Sidebar Styles */

/* Traditional styling for sidebar headings */
.sidebar-section h3,
.sidebar-section h4,
.sidebar-section h5,
.sidebar-section h6 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  color: #000000;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.5rem;
}
.sidebar-section {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
}

.sidebar-section h3 {
  color: #0f172a;
  font-weight: 700;
}

.sidebar-section h3 i {
  color: #1e40af;
}

/* Improve popular posts readability */
.popular-post {
  border-bottom: 1px solid #f1f5f9;
}

.popular-post .post-number {
  background-color: #1e40af;
  color: #ffffff;
  font-weight: 700;
}

.popular-post h4 a {
  color: #0f172a;
  font-weight: 600;
}

.popular-post h4 a:hover {
  color: #1e40af;
}

.popular-post .post-date {
  color: #4b5563;
}

/* Classic styling for category tags */
.category-tag {
  background-color: #f8f8f8;
  border: 1px solid #dddddd;
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
}

/* Classic styling for article tags in sidebar */
.sidebar-section .article-tag {
  background-color: #f8f8f8;
  color: #333333;
  padding: 0.4rem 0.8rem;
  border: 1px solid #dddddd;
  font-size: 0.8rem;
  margin: 0.25rem;
  display: inline-block;
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: normal;
}

.category-tag i {
  color: #1e40af;
}

.category-tag span {
  color: #0f172a;
}

.category-tag .tag-count {
  background-color: #1e40af;
  color: #ffffff;
}

.category-tag:hover {
  background-color: #dbeafe;
  border-color: #93c5fd;
}
