.onyx_my_onyx {
  position: relative;
  background: white;

  .onyx_my_onyx_searcher {
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto;
    gap: 20px;
    justify-content: space-between;
    @media (max-width: 768px) {
      justify-content: center;
    }
    p {
      width: 100%;
    }
    a.onyx-button--primary-outline-blue {
      width: 180px;
      color: var(--dark-navy);
      border: 2px solid var(--blue);
      margin-right: 15px;
      min-width: 180px;
      text-align: center;
      font-weight: 700;
      padding: .5rem 1rem;
      display: inline-block;
    }
    .onyx_input_search_blog {
      width: 180px;
      overflow: hidden;
      position: relative;
      svg {
        z-index: 2;
      }
    }
  }


  .nav {
    justify-content: center;
    margin-top: 20px;
    .nav-link {
      cursor: pointer;
    }
  }

  .onyx_faq {
    padding-bottom: 60px;
    @media (max-width: 768px) {
      padding-bottom: 0;
    }
    ul {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 2%;
      li {
        width: 49%;
        border: none;
        border-top: 1px solid rgba(0,0,0,.125);
        border-top-width: 1px!important;
        padding: .75rem 1rem;
        display: flex;
        align-self: center;
        flex-wrap: wrap;

        @media (max-width: 768px) {
          width: 100%;
        }
        a {
          text-decoration: none;
          font-size: 18px;
          font-weight: 700;
          /* color: var(--dark-navy); */
          span {
            font-size: 25px;
            margin-right: 17px;
            line-height: 25px;
          }
        }
        .card {
          border: none;
          padding-left: 38px;
          img {
            max-width: 250px;
            width: fit-content;
            margin: 10px 0;
          }
          p, a {
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 10px;
          }
        }
      }
    }

    .onyx_link.load_more {
      text-align: center;

      button {
        appearance: none;
        display: inline-block;
        border: none;
        text-decoration: none;
        margin: 25px auto;
        font-weight: 900;
        overflow: visible;
        width: auto;
        padding: 12px 25px;
        background-color: var(--dark-navy);
        color: var(--white);
        text-transform: capitalize;
      }
    }
  }
  .onyx_faq_actual_product {
    margin-top: 50px;
    margin-bottom: 25px;
    h5 {
      margin-bottom: 0;
    }
  }

  #posts-message {
    text-align: center;

    &.error {
      color: red;
    }
  }
}
