/* LWPet FAQ article index. */
.lwpet-faq-page {
  padding: 70px 0 85px;
  background: #f8f9f5;
}

.lwpet-faq-intro {
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}

.lwpet-faq-intro h2 {
  margin: 0 0 12px;
  color: #2e2e2e;
  font-size: 32px;
  font-weight: 700;
}

.lwpet-faq-intro p {
  margin: 0;
  color: #6f746a;
  font-size: 16px;
  line-height: 1.7;
}

.lwpet-faq-list {
  max-width: 920px;
  margin: 0 auto;
}

.lwpet-faq-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 22px;
  margin-bottom: 18px;
  padding: 26px 30px;
  border: 1px solid #e1e5dc;
  background: #fff;
  box-shadow: 0 8px 24px rgba(35, 45, 25, .05);
}

.lwpet-faq-item-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #687a4a;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
}

.lwpet-faq-item h2 {
	margin: 0 0 6px;
  font-size: 21px;
  line-height: 1.35;
}

.lwpet-faq-item h2 a {
  color: #2e2e2e;
}

.lwpet-faq-item h2 a:hover,
.lwpet-faq-read-more:hover {
  color: #687a4a;
}

.lwpet-faq-item p {
  margin: 0 0 10px;
  color: #74786f;
  font-size: 15px;
  line-height: 1.65;
}

.lwpet-faq-read-more {
  color: #52623a;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.lwpet-faq-pagination {
  margin-top: 38px;
}

.lwpet-faq-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lwpet-faq-pagination a,
.lwpet-faq-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 13px;
  border: 1px solid #d6dccd;
  background: #fff;
  color: #4c5938;
}

.lwpet-faq-pagination .current,
.lwpet-faq-pagination a:hover {
  border-color: #687a4a;
  background: #687a4a;
  color: #fff;
}

.lwpet-faq-empty {
  padding: 44px 30px;
  border: 1px solid #e1e5dc;
  background: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .lwpet-faq-page {
    padding: 48px 0 60px;
  }

  .lwpet-faq-intro h2 {
    font-size: 27px;
  }

  .lwpet-faq-item {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    padding: 22px 18px;
  }

  .lwpet-faq-item-number {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .lwpet-faq-item h2 {
    font-size: 18px;
  }
}
