.ptd-post-tags {
  margin-top: 30px;
}
.ptd-post-tags h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.ptd-tag-cloud {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ptd-tag-cloud li a {
  background: #e0e0e0;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease;
}
.ptd-tag-cloud li a:hover {
  background: #333;
  color: #fff;
}
