:root {
  --color-gradient: linear-gradient(90.89deg, #000 0.51%, #2b2b2b 98.98%);
}

@media screen and (width <= 1440px) {
  :root {
    --wp--preset--font-size--32: 24px;
  }
}

@media screen and (width <= 1299px) {
  :root {
    --wp--preset--font-size--32: 20px;
  }
}

@media screen and (width <= 991px) {
  :root {
    --wp--preset--spacing--200: 100px;
    --wp--preset--spacing--124: 64px;
    --wp--preset--spacing--112: 56px;
    --wp--preset--spacing--80: 40px;
  }
}

.faq-container {
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  display: -ms-flexbox;
  display: flex;
}

.faq__item {
  border-bottom: 1px solid var(--wp--preset--color--neutral-80);
  padding-bottom: 8px;
  transition: all .3s;
}

.faq__item-header {
  cursor: pointer;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 8px;
  display: -ms-flexbox;
  display: flex;
}

.faq__item-number {
  font-family: var(--wp--preset--font-family--brandon-grotesque);
  font-size: var(--wp--preset--font-size--14);
  color: var(--wp--preset--color--neutral-70);
  min-width: 40px;
  font-weight: 400;
  line-height: 1;
}

.faq__item-title {
  font-family: var(--wp--preset--font-family--brandon-grotesque);
  font-size: var(--wp--preset--font-size--26);
  color: var(--wp--preset--color--neutral-10);
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  padding-right: 30px;
  font-weight: 400;
  line-height: 1.4;
  transition: color .3s;
  position: relative;
}

.faq__item-title:after {
  content: "";
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"21\" viewBox=\"0 0 20 21\" fill=\"none\"><path d=\"M4.50012 8L9.50012 13L14.5001 8\" stroke=\"%23F5E835\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  transition: transform .3s;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.faq__item-title[aria-expanded="true"]:after {
  transform: translateY(-50%)rotate(180deg);
}

.faq__item-description {
  margin-left: calc(40px + 1rem);
  padding-right: 1rem;
  display: none;
}

.faq__item-description * {
  color: var(--wp--preset--color--neutral-10);
  font-size: var(--wp--preset--font-size--17);
  line-height: var(--wp--preset--font-size--24);
}

@media (width >= 991px) {
  .wp-block-faq {
    gap: 80px;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (width >= 1600px) {
  .wp-block-faq {
    gap: 184px;
  }
}

.wp-block-faq .faq__title {
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--brandon-grotesque);
  line-height: var(--wp--preset--font-size--h-2);
  margin-bottom: 1.5rem;
  font-weight: 400;
}

@media (width >= 991px) {
  .wp-block-faq .faq__title {
    -ms-flex: 0 0 calc(50% - 40px);
    flex: 0 0 calc(50% - 40px);
    margin-bottom: 0;
  }
}

@media (width >= 1600px) {
  .wp-block-faq .faq__title {
    -ms-flex: 0 0 calc(50% - 92px);
    flex: 0 0 calc(50% - 92px);
  }
}

@media (width >= 991px) {
  .wp-block-faq .faq__right {
    -ms-flex: 0 0 calc(50% - 40px);
    flex: 0 0 calc(50% - 40px);
  }
}

@media (width >= 1600px) {
  .wp-block-faq .faq__right {
    -ms-flex: 0 0 calc(50% - 92px);
    flex: 0 0 calc(50% - 92px);
  }
}

.wp-block-faq .faq__button {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  min-width: 120px;
  font-family: var(--wp--preset--font-family--brandon-grotesque);
  font-size: var(--typography-font-size-desktop-body-small, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--typography-line-height-desktop-regular, 171.429%);
  background: var(--wp--preset--color--yellow);
  color: var(--wp--preset--color--black);
  border: 1px solid var(--wp--preset--color--yellow);
  margin-top: 44px;
  padding: .75rem 2rem;
  transition-duration: .5s;
  display: inline-block;
}

.wp-block-faq .faq__button:hover {
  background: var(--wp--preset--color--gold);
  border-color: var(--wp--preset--color--gold);
  color: var(--wp--preset--color--black);
}

.wp-block-faq .faq__button:focus-visible {
  outline: 2px solid var(--wp--preset--color--black);
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #0006;
}

@media (width >= 991px) {
  .wp-block-faq .faq__button {
    margin-top: 88px;
  }
}
