/* Header */

.kohorta-faqs__subtitle {
  display: block;
}

/* FAQs */

.kohorta-faqs__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.kohorta-faqs__item-btn {
  align-items: center;
  display: flex;
  padding: 2.4em 0;
  text-align: left;
  width: 100%;
}

.kohorta-faqs__item-btn:focus {
  outline: none;
  border-radius: 0;
}

.kohorta-faqs__item:first-of-type .accordion__item-btn {
  padding-top: 0;
}

.kohorta-faqs__question {
  font-weight: 400;
  margin: 0;
}

.kohorta-faqs__answer {
  line-height: 1.5;
  padding-bottom: 3em;
  padding-left: 3rem;
}

/* Active tab */

.ac .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.ac.js-enabled .ac-panel {
  visibility: hidden;
}
.ac.is-active .ac-panel {
  visibility: visible;
}

.is-active .accordion__item-btn {
  padding-bottom: 0;
}

/* Search */

.kohorta-faqs__search {
  align-items: center;
  display: flex;
  max-width: 100%;
  padding: 4px;
}

.kohorta-faqs__search-input {
  flex-grow: 1;
}

.kohorta-faqs__search-input input {
  border: none;
  background: none;
  line-height: 1;
  padding: 0.5em;
  width: 100%;
}

.kohorta-faqs__search-input input:focus {
  outline: none;
}

.kohorta-faqs__search-btn {
  line-height: 1;
  padding: 0.78em 1em;
}

/* Icon */

.kohorta-faqs__item-icon {
  aspect-ratio: 1;
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 0.1em;
  margin-right: 1rem;
  position: relative;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
}

.kohorta-faqs__item-icon::before,
.kohorta-faqs__item-icon::after {
  background-color: inherit;
  content: "";
  position: absolute;
}

/* Vertical line */
.kohorta-faqs__item-icon::before {
  bottom:4px;
  left:50%;
  top:4px;
  transform:translateX(-50%);
  width:2px;
}

/* Horizontal line */
.kohorta-faqs__item-icon::after {
  height:2px;
  left:4px;
  right:4px;
  top:50%;
  transform:translateY(-50%);
}

/* Minus */
.is-active .kohorta-faqs__item-icon {
  transform: rotate(90deg);
}

.is-active .kohorta-faqs__item-icon::after {
  left: 50%;
  right: 50%;
}

.kohorta-faqs__item-btn.ac-trigger {
  background-color:transparent; 
  border:none;
}

.kohorta-faqs__item {
  border-top:none !important; 
  border-left:none !important;
  border-right:none !important;
  border-bottom:1px solid #ccc !important;
}

.kohorta-faqs__item-btn {
  display:flex !important;
  flex-direction:row-reverse !important;
  justify-content:flex-end !important;
}

.kohorta-faqs__item-icon-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

h3.kohorta-faqs__question {
  min-width:fit-content !important;
}

.kohorta-faqs__answer {
  padding-left:0px !important;
  padding-right:20% !important;
}

.kohorta-faqs.container {
  max-width:1600px !important;
  padding-left:0px !important;
  padding-right:0px !important;
}

/* Tamara styling - 17.07.2024. */

h3.kohorta-faqs__question {
    min-width: 90% !important;
}

@media (max-width:767px) {
  
  h3.kohorta-faqs__question {
    font-size:21px !important;
    padding-right:20px;
  }
  
  .kohorta-faqs__answer {
    padding-right:0px !important;
    font-size:16px !important;
    font-weight:400;
    letter-spacing:0;
    line-height:22px;
  }
  }
  
}