.cc-grid-21c3da34 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  padding: 10px 0;
}

.cc-card-21c3da34 {
  background: #ffffff;
  border: 1px solid #eef1f6;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.cc-card-21c3da34:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: #d2dbe8;
}

.cc-comment-content-21c3da34 {
  font-size: 15px;
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: 20px;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.cc-meta-21c3da34 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #edf2f7;
  padding-top: 16px;
  font-size: 13px;
}

.cc-author-21c3da34 {
  font-weight: 600;
  color: #2d3748;
}

.cc-post-link-label-21c3da34 {
  color: #3182ce;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s ease;
}

.cc-card-21c3da34:hover .cc-post-link-label-21c3da34 {
  color: #2b6cb0;
}
