.ac-bc {
  position: relative;
}

.ac-bc__container {
  z-index: 999;
}

.ac-bc__container.content-wrapper  {
  position: relative;
  z-index: 999;
}

.ac-bc .ac-content {   
  margin-bottom: 30px;
}

.ac-bc__breadcrumb {
  padding: 0;
}

.ac-bc__breadcrumb-list {
  display: inline-block;
  font-size: 18px;
  position: relative;
  margin-right: 30px;
  line-height: 21px;
  letter-spacing: 0;
}

.ac-bc__breadcrumb-list a {
  text-decoration: underline;
}

.ac-bc__breadcrumb-list::after,
.ac-bc__breadcrumb-list::before{
  position: absolute;
  content: "";
  right: -14px;
  top: 25%;
  width: 1.5px;
  transform: translateY(-50%) rotate(125deg);
  height: 8px;
  background: #ffffff;
}

.ac-bc__breadcrumb-list::before {
  transform: translateY(calc(-60% + 5px)) rotate(-125deg);
}

.ac-bc__breadcrumb-list:last-child {
  margin-right: 0; 
}

.ac-bc__breadcrumb-list:last-child::before,
.ac-bc__breadcrumb-list:last-child::after {
  content: none;
}

.ac-bc__container .content-wrapper.ac-btn--inactive .ac-rich-text__buttons {
  display: none;
}



@media (min-width: 768px) {
  .ac-bc__breadcrumb-list {
    font-size: 18px;
    line-height: 21px;
  } 
}

@media (max-width: 767px) {

  .ac-bc__breadcrumb {
    padding: 0 20px;
    overflow-x: scroll;
    overflow-y: hidden
    white-space: nowrap;
  }
  .ac-bc__breadcrumb-list{
   margin-right: 25px; 
  }
}

@media (min-width: 768px) and (max-width: 993px) {
  .ac-bc__breadcrumb {
    margin-left: 20px;  /* Sätt önskad vänstermarginal här */
  }
}