.list-type-grid__items {
  margin-top: 3rem;
  gap: 3rem;
}

.list-type-grid__item {
  padding: 2rem;
  border: 1px solid #C9A84C;
  border-radius: 1.5rem;
}

.list-type-grid__item img {
  border-radius: 1.5rem;
}

.item-meta {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 1.5rem !important;
}

.item-meta * {
  width: 100%;
  text-align: left;
  color: #C9A84C;
}

.item-title,
.item-content {
  color: #C9A84C;
  font-size: 2.2rem;
  text-align: left;
  padding-left: 0 !important;
}

.item-content * {
  color: #fff !important;
  font-size: 1.4rem;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.list-type-grid__item a {
  display: grid;
}

.btn--default {
  margin-bottom: 0;
}

/* list */
.category-title {
  font-size: 1.8rem;
}

.category-filter {
  gap: 0;
}

.category-filter a {
  border: none;
  background-color: none;
  border-radius: 0;
  padding: 0 0.3rem;
  color: #f0f0f0;
  font-size: 1.6rem;
}

.category-filter a:hover,
.category-filter a.is-active {
  color: #C9A84C;
  background-color: transparent;
}

.category-filter li::after {
  display: inline-block;
  content: '/';
  color: #fff;
}

.category-filter li:last-of-type:after {
  content: '';
}

.list-type-grid__item .item-meta {
  justify-content: flex-start;
  margin-bottom: 1rem;
  color: #fff;
}

.item-meta-separator {
  color: #fff;
}

.category-badge {
  border: none;
  color: #fff;
}

/* single */
.single-nav-buttons {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2.5rem;
}

.single-post .btn {
  grid-column: 2;
  white-space: nowrap;
  width: auto;
  padding: 0 20px;
}

.single-nav-btn {
  width: fit-content;
}

.single-nav-btn a:hover {
  background-color: transparent;
}

.single-nav-prev {
  justify-self: start;
}

.single-nav-next {
  justify-self: end;
}

.single-nav-btn a {
  width: fit-content;
  border: none;
  color: #f0f0f0;
  padding: 0;
  white-space: nowrap;
}
