.term-name {
	margin-top: 8px !important;
	color:black !important;
	font-weight: bold !important;
	text-align: center !important;
}


.gctlc-new-forum-comments {
  padding: 12px;
  margin-bottom: 12px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: none;
  transition: all 0.2s ease;
}

.gctlc-new-forum-comments:hover {
  background: #f8faf9;
  border-left: 3px solid #377346
}

.gctlc--library img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.gctlc-comment-group {
  display: flex !important;
  gap: 8px !important;          
  align-items: center !important;
}


.form-actions {
	align-self: center !important;
	margin-left: 8px !important;
}

.gctlc-new-forum-topics {
  padding: 12px;
  margin-bottom: 12px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: none;
  transition: all 0.2s ease;
}

.gctlc-new-forum-topics:hover {
  background: #f8faf9;
  border-left: 3px solid #377346
}


.gctlc-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}


.gctlc-forum-title {
  font-size: 0.95em;
  font-weight: 600;
  line-height: 1.35;
  color: #1a1a1a;
}

.gctlc-forum-title a {
  color: inherit;
  text-decoration: none;
}

.gctlc-forum-title a:hover {
  text-decoration: underline;
  color: #377346;
}


.gctlc-forum-meta {
  font-size: 0.8em;
  color: #666;
  line-height: 1.3;
}

.gctlc-forum-meta a {
  color: #377346;
  font-weight: 500;
  text-decoration: none;
}

.gctlc-forum-meta a:hover {
  text-decoration: underline;
}


.gctlc-forum-body {
  font-size: 0.85em;
  color: #333;
  line-height: 1.4;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gctlc-forum-topics-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  font-size: 0.75em;
  color: #888;
}

.gctlc-forum-created {
  color: #888;
}

.gctlc-forum-comments {
  font-weight: 500;
  color: #000;
}

.gctlc-forum-comments a {
  color: #000;
  text-decoration: none;
}

.gctlc-forum-comments a:hover {
  color: #377346;
  text-decoration: underline;
}


