.gov-faq-page__header {
  margin: 0 0 24px;
  text-align: center;
}

.gov-faq-page__title {
  color: #1f2937;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}

.view-gov-faq .view-content {
  display: grid;
  gap: 10px;
}

.gov-faq-accordion {
  color: #1f2937;
}

.gov-faq-accordion__item {
  background: #ffffff;
  border: 1px solid #d8dde3;
}

.gov-faq-accordion__summary {
  cursor: pointer;
  display: block;
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.5;
  list-style: none;
  padding: 16px 52px 16px 20px;
  position: relative;
}

.gov-faq-accordion__summary::-webkit-details-marker {
  display: none;
}

.gov-faq-accordion__summary::after {
  border-block-end: 2px solid currentColor;
  border-inline-end: 2px solid currentColor;
  content: "";
  height: 10px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-65%) rotate(45deg);
  width: 10px;
}

.gov-faq-accordion__item[open] .gov-faq-accordion__summary::after {
  transform: translateY(-35%) rotate(225deg);
}

.gov-faq-accordion__answer {
  color: #667085;
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 0 20px 22px;
}

.gov-faq-accordion__answer p:last-child {
  margin-bottom: 0;
}
