.post-type-archive-works .p-breadcrumbs-wrapper,
.single-works .p-breadcrumbs-wrapper {
  margin-top: 100px;
}
.works_cat {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-content: center;
  border: 1px solid var(--accent-color);
}
.works_cat .cat-item {
  border-right: 1px solid var(--accent-color);
  margin-top: 0;
}
.works_cat .cat-item:last-child {
  border-right: none;
}
.works_cat .cat-item a {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  width: 100%;
  transition: all 0.5s ease;
}
.works_cat .cat-item a:hover {
  transition: all 0.5s ease;
  color: #fff;
  background-color: var(--accent-color);
}
.works_cat .cat-item.current-cat {
  color: #fff;
  font-weight: 700;
  background-color: var(--accent-color);
}


@media (max-width: 480px) {
  .tax-works-category .c-entries,
  .post-type-archive-works .c-entries {
    --entries--item-width: 100%;
  }
}

.tax-works-category .l-contents__inner {
  margin-bottom: 100px !important;
}