.bcs__container .list-menu {
  margin: 1rem 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.bcs__container .list-menu a,
.bcs__container .list-menu span {
  text-decoration: none;
}

.bcs__container .list-menu span.bcs__active-menu-item,
.bcs__container .list-menu span:hover {
  text-decoration: underline;
}

.bcs__container .list-menu svg {
  position: relative;
  width: 16px;
  height: 16px;
  transform: rotate(270deg) translateX(-3px);
  margin: 0 1rem;
  top: auto;
  bottom: 0;
}
