/* FAQ — referral landing (motyw 1:1 z crypto-lp-landing tylko ciemny). */

.zenref-faq {
  margin-top: 177px;
  padding: 0 24px;
  color: #FFF;
}

.zenref-faq__container {
  max-width: 1312px;
  margin: 0 auto;
}

.zenref-faq__title {
  margin: 0 0 30px;
  color: #FFF;
  text-align: center;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: Nunito, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}

.zenref-faq__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.zenref-faq__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  padding: 64px 7vw;
}

.zenref-faq__item summary {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  list-style: none;
  padding: 12px 0;
  margin: -12px 0;
}

.zenref-faq__item summary::-webkit-details-marker {
  display: none;
}

.zenref-faq__q {
  margin: 0;
  margin-bottom: 0 !important;
  flex: 1;
  color: #FFF;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.zenref-faq__item details[open] .zenref-faq__q {
  font-weight: 700;
}

.zenref-faq__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17.384px;
  height: 17.384px;
  transition: transform 0.2s ease;
}

.zenref-faq__item details[open] .zenref-faq__icon {
  transform: rotate(180deg);
}

.zenref-faq__item details[open] .zenref-faq__icon circle {
  fill: #B3AA9D;
  stroke: #B3AA9D;
  stroke-width: 1.8;
}

.zenref-faq__a,
.zenref-faq__a ol li,
.zenref-faq__a p {
  color: #C5BFB5;
  font-family: Nunito, sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 24px !important;
  margin: 20px 0 0;
  max-width: 90%;
}

@media (min-width: 768px) {
  .zenref-faq__a {
    max-width: 70%;
  }
}

.zenref-faq__a a {
  color: #22E243;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .zenref-faq {
    margin-top: 80px;
    padding: 0 20px;
  }

  .zenref-faq__item {
    padding: 32px 0;
  }

  .zenref-faq__title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .zenref-faq__q {
    font-size: 20px;
    line-height: 24px;
  }

  .zenref-faq__a {
    margin-top: 20px;
  }
}
