@import "/content/dam/amex/nl/assets/override/v5/base/v0-3-0/base.css";

#card-filter-blue.k_filter-card::before {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 50%;
  content: "";
  background-color: var(--c-gray-1);
  z-index: -1;
  pointer-events: none;
}

#row9::before {
  position: absolute;
  top: -1px;
  width: 100%;
  height: 150px;
  content: "";
  background-color: var(--c-gray-1);
  z-index: -1;
  pointer-events: none;
}

#filter-root{
  display: flex;
  gap: var(--s-3);
}

#filter-root button {
 all: unset;
}

#filter-root button[aria-selected="true"]{
  border-bottom: 3px solid var(--c-primary);
  color: var(--c-primary);
}

#filter-root button:hover{
  color: var(--c-primary);
  cursor: pointer;
}