#fd *, #fd ::after, #fd ::before {
  line-height: 1.8rem;
}

#kt .kt-comment {
  background: linear-gradient(135deg, #fffef2 0%, #f0fff5 50%, #f0f7ff 100%);
  border-radius: 10px;
  color: #12202a;
  padding: 14px;
  box-shadow: 1px 2px 8px 0px #e3e3e3;
  transition: 0.25s ease;
}
#kt .kt-comment:hover {
  transform: translateY(-2px);
}
