/* FAQ accordion styles, lifted from the pricing page so article FAQs match.
   Generated by faq-assets.mjs, do not hand edit. */

.soln-faq-section {
    background-color: hsl(0, 0%, 96%);
    padding: 90px 15px 120px 15px;
  }
  .soln-faq-header {
    margin-bottom: 10px;
    max-width: 480px;
    font-family: DM Sans;
    font-size: 50px;
    font-weight: 500;
    text-align: left;
    color: #1a191e;
  }
  .soln-faq-subheader {
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1a191e;
    max-width: 845px;
  }
  .soln-faq-item {
    border-bottom: 2px solid #e8e8e8;
    padding: 15px 0;
  }
  .soln-faq-item:last-child {
    border-bottom: none;
  }
  .soln-question-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .soln-question.open {
    color: #eb464b;
  }
  .soln-icon {
    font-size: 18px;
    font-weight: bold;
    color: black;
  }
  .soln-icon.open {
    color: #eb464b;
  }
  .soln-answer {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #1a191e;
    margin-top: 10px;
    display: none; /* Hidden by default */
  }
  .soln-answer.active {
    display: block; /* Show the answer for active questions */
  }
  @media only screen and (min-width: 480px) {
    .faq-body-container {
      padding: 60px;
      border-radius: 10px;
      background: #ffffff;
      margin-top: 6rem;
    }
    .soln-question {
      font-family: DM Sans;
      font-size: 22px;
      font-weight: 500;
      line-height: 28px;
      text-align: left;
      color: #1a191e;
    }
  }
  @media only screen and (max-width: 480px) {
    .faq-body-container {
      padding: 12px;
      border-radius: 10px;
      background: #ffffff;
    }
    .soln-question {
      font-family: DM Sans;
      font-size: 16px;
      font-weight: 500;
      line-height: 28px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
    }
  }

  @media (max-width: 768px) {
    h1.soln-faq-header {
      font-family: DM Sans;
      font-weight: 500;
      font-size: 30px !important;
      line-height: 110.00000000000001% !important;
      letter-spacing: 0%;
      text-align: center;
    }
    .faq-body-container {
      padding: 10px;
      background: #ffffff;
    }
    .soln-faq-section {
      background-color: #fff;
      padding: 0px;
    }
    .soln-question {
      font-family: DM Sans;
      font-weight: 500;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0px;
      color: #1a191e;
    }
    .soln-faq-item {
      padding: 3px;
    }
    .soln-answer {
      font-weight: 400;
      line-height: 150%;
    }
    .soln-faq-subheader {
      font-family: DM Sans;
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      letter-spacing: 0%;
      text-align: center;
      color: #6c727f;
      padding-inline: 11px;
    }
    .container-fluid.soln-faq-section {
      padding-inline: 0px;
    }
    .soln-faq-section {
      margin-bottom: 50px;
    }
  }
