/* ===============================
   CATEGORY (EDITORIAL LIST)
================================ */

.post-content--category {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* Item */
.category-item {
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

/* Title */
.category-title {
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 0 0 6px;
  letter-spacing: -0.015em;
}

.category-title a {
  color: #0b1220;
  text-decoration: none;
}

.category-title a:hover {
  text-decoration: underline;
}

/* Meta */
.category-meta {
  font-size: 0.9rem;
  color: #64748b;
  margin-bottom: 10px;
}

/* Excerpt */
.category-excerpt {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #0b1220;
}

/* Mobile */
@media (max-width:480px){
  .category-title {
    font-size: 1.35rem;
  }
}
