.faq-component .faq-item p {
  margin: 0;
}
.faq-component .faq-item:last-child .answer-container {
  border-top: none;
}
.faq-component .question {
  margin-bottom: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
.faq-component .answer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.faq-component .toggle-icon {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.faq-component .answer-container {
  max-height: 0px;
  overflow: hidden;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.faq-component .description a[data-content-page-id=faq] {
  background-color: #fff;
  border-radius: 25px;
  padding: 10px 20px;
}
.faq-component .description a {
  color: var(--text-primary-color);
  text-decoration: underline;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .pdp-faq {
    margin-top: 40px;
    padding-top: 2rem !important;
  }
}

.pdp-faq {
  background-color: var(--bg-secondary-color);
  border-bottom: none;
}
.pdp-faq .goFaq {
  text-decoration: none !important;
}
.pdp-faq .goFaq:hover {
  background-color: var(--text-primary-color) !important;
  color: #fff;
}
