article.post .entry-title {
  color: var(--ast-global-color-2);
  font-size: 28px;
  margin-bottom: 10px;
}
article.post .ast-taxonomy-container {
  margin-bottom: 5px;
}
article.post .ast-article-inner {
  border: 1px solid #eee;
}
article.post .ast-article-signle {
  padding-left: 0;
  padding-right: 0;
}

.zdp-category__wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0 30px;
}
.zdp-category__wrapper-cats {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.zdp-category__item-link {
  background: #eaeaea;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.zdp-category__item-link:not(:hover) {
  color: #333 !important;
}
.zdp-category__item-link.active {
  background: var(--e-global-color-accent);
  color: #fff !important;
}
@media screen and (max-width: 1290px) {
  .zdp-category__wrapper {
    padding: 0 1em;
  }
}
@media screen and (min-width: 576px) {
  .zdp-category-heading {
    max-width: 130px;
  }
}