.triple-category {
  padding: 28px 0;
}

.triple-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.triple-card {
  background: #fff;
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.triple-header {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}

.triple-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid #eee;
  text-decoration: none;
  color: inherit;
}

.triple-item:first-child {
  border-top: none;
}

.triple-item img {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
}

.triple-content h4 {
  font-size: 14px;
  margin: 0 0 4px;
  line-height: 1.4;
}

.triple-meta {
  font-size: 12px;
  color: #777;
}

.read-more {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
}
