/* === Category Header === */
.category-header {
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  margin-left:8px;
  margin-right:8px;
}

.category-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #004D40; /* Darker teal for authority */
  /* margin-top: 0.5rem; */
}

.category-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: #666;
  border-top: 1px solid #e0e0e0;
  padding-top: 0.4rem;
}

.category-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.category-meta .icon {
  font-size: 0.85rem;
  color: #999;
}

.category-author {
  text-align: left;
}

.category-date {
  text-align: right;
}



/* === Category Description Banner === */
.category-description {
  width: 100%;
  background: linear-gradient(135deg, #F4FDFF, #EAF6F8);
  padding: 1rem 1rem;        /* reduced side padding */
  margin: 0 0 1.2rem 0;      /* less bottom margin */
  text-align: left;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  /* border: 1px solid #E0F2F5; */
}

.category-description p {
  font-size: 0.95rem;        /* slightly smaller for narrow screens */
  color: #333;
  line-height: 1.6;
  margin: 0 0 0.8rem 0;      /* keep sub-paragraph spacing */
  text-align: justify;
  text-indent: 1.5em;     /* 👈 adds tab-style indent */
}

.category-description.bldc-fans p:last-child {
  margin-bottom: 0;
}

/* Extra tweak just for small screens */
@media (max-width: 600px) {
  .category-description {
    padding: 0.8rem;         /* tighter padding on very small devices */
    margin-bottom: 1rem;
  }
}
