/* ====================================================
   Project / News
   ==================================================== */
.p-news-detail {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 60px;
  border-top: 4px solid var(--color-accent);
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.p-news-detail__header {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.p-news-detail__title {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.p-news-detail__meta {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #888;
}

.p-news-detail__cat {
  background: var(--color-accent);
  color: #fff;
  padding: 2px 10px;
  font-size: 0.85rem;
  border-radius: 20px;
}

.p-news-detail__content {
  line-height: 2;
  color: #555;
}
