/* ==================================================
   FAQ
================================================== */


.faq-container h2 {
  scroll-margin-top: 120px;
}


@media (max-width: 768px) {
    .faq-line,
    .faq-marker {
        display: none;
    }
    .faq-nav {
        padding-left: 0 !important;
    }
}


.faq-nav-wrapper {
  position: sticky;
  top: 12rem;
  max-width: 23rem;
}

.faq-nav {
  padding-left: 30px;
}

.faq-nav-title {
    position: relative;
    top: -16px;
    font-family: "BakbakOne", Sans-serif;
    color: var(--e-global-color-secondary);
}

.faq-line {
  position: absolute;
  left: 10px;
  top: 23px;
  bottom: 0;
  width: 1px;
  background: #ddd;
}

.faq-marker {
  position: absolute;
  left: 7.5px;
  width: 6px;
  height: 20px;
  background: #111;
  border-radius: 4px;
  transition: transform 0.25s ease;
  cursor: grab;
}

.faq-nav-list {
    padding: 0;
}

.faq-nav-item {
  list-style: none;
  margin-bottom: 18px;
  cursor: pointer;
}

.faq-nav-item a {
  text-decoration: none;
  font-family: "Ubuntu", Sans-serif;
  font-size: 16px;
  font-style: normal;
  color: var(--e-global-color-secondary);
  transition: color 0.2s ease;
}

.faq-nav-item.active a {
  color: #111;
}