/* xl - DESKTOP STYLES */ 
/* Filter-Buttons: Hover in Wattner-Violett */
.wattner-investment-filter {
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

@media (hover: hover) {
  .wattner-investment-filter:not(.is-active):hover {
    border-color: #821e82;
    color: #821e82;
    background-color: transparent;
  }
}

.wattner-investment-filter:focus-visible {
  outline: 2px solid #821e82;
  outline-offset: 2px;
}

