.faq-list-page {
  width: min(100% - 32px, 980px);
  margin: 0 auto;
  padding: 22px 0 48px;
}

.faq-list-page .breadcrumb {
  margin-bottom: 18px;
}

.faq-list-intro {
  margin-bottom: 22px;
  padding: 24px 0;
  border-bottom: 1px solid #ccd9e4;
}

.faq-list-intro .eyebrow {
  margin: 0 0 6px;
  color: #805321;
  font-weight: 700;
}

.faq-list-intro h2 {
  margin: 0 0 10px;
  color: #143a5b;
  font-size: 32px;
  line-height: 1.35;
}

.faq-list-intro p {
  max-width: 760px;
  margin: 0;
  color: #334b62;
  line-height: 1.8;
}

.faq-entry-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 4px solid #25879a;
}

.faq-entry-list li {
  border-bottom: 1px solid #d7e1e9;
}

.faq-entry-list a {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 68px;
  padding: 10px 8px;
  color: #175c85;
  text-decoration: none;
}

.faq-entry-list a:hover,
.faq-entry-list a:focus-visible {
  background: #f2f7fa;
  color: #0b4b72;
}

.faq-rank {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #ffffff;
  background: #21667f;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
}

.faq-entry-title {
  min-width: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.faq-update-list a {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
}

.faq-update-date {
  color: #60758a;
  font-size: 13px;
  white-space: nowrap;
}

.faq-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #c9d8e4;
}

.faq-page-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 5px 10px;
  color: #1d3c5c;
  background: #f7fafc;
  border: 1px solid #c9d9e8;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.faq-list-empty {
  margin: 0;
  padding: 24px 8px;
  color: #52687d;
  border-top: 4px solid #25879a;
  border-bottom: 1px solid #d7e1e9;
}

@media (max-width: 760px) {
  .faq-list-page {
    width: min(100% - 20px, 980px);
    padding-top: 16px;
  }

  .faq-list-intro {
    padding: 18px 0;
  }

  .faq-list-intro h2 {
    font-size: 26px;
  }

  .faq-entry-list a {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 8px;
    min-height: 62px;
    padding: 9px 4px;
  }

  .faq-rank {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }

  .faq-entry-title {
    font-size: 16px;
  }

  .faq-update-list a {
    display: block;
    padding: 13px 4px;
  }

  .faq-update-date {
    display: block;
    margin-top: 4px;
    white-space: normal;
  }
}
