.sliderule__wrapper {
  & .has-dropdown {
    & .sliderow__title {
      padding-right: 0;
      & .mobile-dropdown-arrow {
        transition: transform 0.2s;
        margin-right: 24px;
      }
    }
  }
  & .has-dropdown:has(~ .show) {
    .sliderow__title {
      img {
        transform: rotate(180deg);
      }
    }
  }
  & .mobile-dropdown-menu {
    display: none;
    & li.mobile-dropdown-element {
      margin-top: 24px;
      margin-left: 42px;
      line-height: 26px !important;
      & a {
        font-weight: 600 !important;
        font-size: 20px !important;
        line-height: 26px !important;
      }
    }
  }
  & .mobile-dropdown-menu.show {
    display: block;
  }
}
