.ct-shortcode {
  width:100%;
}

.bs-faq-nav ul li {
  font-size: 1.35rem;
  font-family: "MarkSimonson-ProximaNovaSBoldTitleMenu";
}

.bs-faq-content-list a,
.bs-faq-content-list p {
    overflow-wrap: anywhere;
}

button.bs-faq-nav-item{
  text-decoration:none;
  color: #0c0c0c;
  background:none;
  border:none;
  outline: none;
}

button.wiki-search-resetinput{
  text-decoration:none;
  color: #0c0c0c;
  background:none;
  border:none;
  outline: none;
}

button.bs-faq-nav-item:disabled{
  /*color: var(--bs-secondary);*/
}
button.bs-faq-nav-item.active{
  font-weight:bold;
  border-bottom: 2px solid #0c0c0c;;
}

/* search-wrapper */
.bs-faq-nav .search {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bs-faq-nav .search{
  height: 3rem;
  border: 2px solid var(--bs-primary);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.bs-faq-nav .searchTerm {
  border:unset;
  width: 100%;
  height: 2.5rem;
  outline: none;
  color: #0c0c0c;;
}

.bs-faq-nav .searchTerm:focus{
  color: var(--bs-primary);
}

.bs-faq-nav .searchButton {
  height: 3rem;
  width: 3rem;
  border: 1px solid var(--bs-primary);
  background: var(--bs-primary);
  text-align: center;
  color: #fff;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  font-size: 1.8rem;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bs-faq-nav .searchHits{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius:0px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  -ms-border-radius:0px;
  -o-border-radius:0px;
  font-size: 1.6rem;
  line-height:1.6rem;
  color:#fff;
  background-color:var(--bs-primary);
  height: 3rem;
  width: 3rem;
  font-weight:bold;
}

.bs-faq-nav .searchButton svg{
  width: 1.8rem;
  height:1.8rem;
}
.bs-faq-nav .searchButton svg path {
  fill: #fff;
}

/*.bs-faq-content li::after{*/
/*  content : url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path fill="%236c757d" d="M7.33 24l-2.83-2.829 9.339-9.175-9.339-9.167 2.83-2.829 12.17 11.996z"/></svg>');*/
/*  margin-left: 1rem;*/
/*}*/

.bs-faq-nav .search-wrapper{
  max-width: 352px;
  display:flex;
  flex-direction:row;
  justify-content:flex-start;
  align-items:center;
  position: relative;
}

mark[data-markjs="true"]{
  color:#fff;
  background-color: var(--bs-primary);
  border-radius: 8px;
  padding: 0px 6px 4px 6px;
}
