/*
Remove unwanted spacing for views autocomplete exposed filters.
*/
.claro-autocomplete {
  width: initial !important;
}

/*
Styling for on the basic page content type side navigation.
*/
li.vl-side-navigation__item {
  list-style-type: none;
  margin-bottom: 10px;
}

.vl-side-navigation {
  padding-left: 60px !important;
}

.vl-accordion__content[aria-hidden="true"] {
  display: none;
}

.custom-vl-hr {
  width: 150%;
}

/* Media query for smaller screens */
@media screen and (max-width: 768px) {
  .custom-vl-hr {
    width: 100%;
  }
}
