/* Block: FAQ list */
.vca-faq-list {
  width: 100%;
  background: #fff;
  padding: 56px 0;
  box-sizing: border-box;
}

.vca-faq-list__container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.vca-faq-list__title {
  margin: 0 0 10px;
  font-family: type-36, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  color: #111;
}

.vca-faq-list__lead {
  margin: 0 0 26px;
  font-family: type-36, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  color: #9aa3ad;
}

.vca-faq-list__items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vca-faq-list__item {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  margin: 0 0 18px;
  padding: 0;
}

.vca-faq-list__item--has-number {
  grid-template-columns: auto 1fr;
  column-gap: 0.5rem;
}

/* Numer z pola ACF – pierwsza kolumna (wyrównanie jak tytuł sekcji) */
.vca-faq-list__number {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  color: #111;
  font-family: type-36, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  white-space: nowrap;
}

.vca-faq-list__item-body {
  min-width: 0;
  grid-column: 1;
}

.vca-faq-list__item--has-number .vca-faq-list__item-body {
  grid-column: 2;
}

.vca-faq-list__question {
  margin: 0 0 8px;
  font-family: type-36, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #111;
}

.vca-faq-list__answer {
  margin: 0;
  font-family: type-36, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  color: #9aa3ad;
}

@media (max-width: 640px) {
  .vca-faq-list {
    padding: 42px 0;
  }
}
