.single-blog {
  background-color: #fbfcfd;
  color: #333;
  line-height: 1.7;
}

.section-bg {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  padding: 25px;
  margin-bottom: 25px;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 15px;
}

.meta-info {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.meta-info i {
  margin-right: 5px;
}

.sticky-sidebar {
  position: sticky;
  top: 20px;
  height: fit-content;
}

.toc-link {
  color: #666;
  text-decoration: none;
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.toc-link:hover {
  color: #333;
  background-color: #f8f9fa;
  padding-left: 10px;
  transition: all 0.3s ease;
}

.share-buttons {
  display: flex;
  gap: 10px;
}

.share-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.share-button:hover {
  transform: scale(1.1);
  color: white;
}

.featured-post {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.featured-post:last-child {
  border-bottom: none;
}

.featured-post img {
  border-radius: 8px;
}

.tag {
  display: inline-block;
  padding: 5px 15px;
  background-color: #e9ecef;
  border-radius: 20px;
  margin: 5px;
  color: #666;
  text-decoration: none;
}

.tag:hover {
  background-color: #dee2e6;
  color: #333;
}

.nav-post {
  padding: 20px;
  background: white;
  border-radius: 12px;
  margin: 10px 0;
  transition: transform 0.3s ease;
}

.nav-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.related-post {
  transition: transform 0.3s ease;
}

.related-post:hover {
  transform: translateY(-5px);
}

.related-post img {
  border-radius: 12px;
}

@media (max-width: 991px) {
  .sticky-sidebar {
    position: static;
    margin-bottom: 30px;
  }

  .right-sidebar .card:not(.subscribe-form) {
    position: static;
  }
}

/* Enhanced Typography */
article p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 1.5rem;
}

article h2 {
  font-size: 1.8rem;
  margin: 2rem 0 1rem;
  color: #222;
}

.subscribe-form {
  position: sticky;
  top: 20px;
}

/* Rating */
.rating-section {
  background-color: #f8f9fa;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  margin: 30px 0;
}

.rating-title {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #333;
}

.rating-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.rating-option {
  background-color: white;
  border: 2px solid #e9ecef;
  border-radius: 25px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 100px;
}

.rating-option:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.rating-option.active {
  border-color: #0d6efd;
  background-color: #e7f1ff;
}

.rating-icon {
  font-size: 24px;
  margin-bottom: 5px;
  display: block;
}

.rating-text {
  font-size: 0.9rem;
  color: #666;
}

.rating-stats {
  font-size: 0.9rem;
  color: #666;
  margin-top: 15px;
}

/* Icon colors */
.icon-bad {
  color: #dc3545;
}
.icon-strange {
  color: #fd7e14;
}
.icon-boring {
  color: #ffc107;
}
.icon-good {
  color: #198754;
}
.icon-love {
  color: #d63384;
}

@media (max-width: 768px) {
  .rating-options {
    gap: 10px;
  }

  .rating-option {
    min-width: calc(50% - 10px);
    padding: 8px 15px;
  }
}

/* listen blog post */

.listen-feature button {
  font-size: 16px;
  /* display: flex; */
  gap: 8px;
  margin-right: 10px;
  border: none;
  background-color: transparent;
}
