.faqs-menu__title{
  font-size:var(--dca-font--size-footer-title);
  line-height:1.1;
  margin:0 0 0.9375rem;
}
.faqs-menu__menu .menu{
    margin:0;
  }
.faqs-menu__menu .menu-item{
    padding:0;
  }
:is(.faqs-menu__menu .menu-item) a{
      background:0;
      border:1px solid #ededed;
      color:inherit;
      display:block;
      padding:0.9375rem;
      text-decoration:none;
      transition:all .3s ease;
    }
:is(:is(.faqs-menu__menu .menu-item) a):hover{
        background:#211814;
        color:#FFF;
      }
:is(.faqs-menu__menu .menu-item):not(:first-child) a{
      border-top:0;
    }
:is(.faqs-menu__menu .menu-item):last-child a{
      border:1px solid currentColor;
      color:#333;
      display:inline-block;
      margin-top:1.0625rem;
      padding:0.5rem 1rem;
    }


/*# sourceMappingURL=faqs_menu.css.map*/