.filter-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 22px 1.375rem 0;
  gap: 2rem;
  a {
    color: var(--#{$variable-prefix}eerie-black);
    text-decoration: none;
  }
  .filter-icon {
    display: flex;
    align-items: center;
    font-size: 10px;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: 0;
    gap: .5rem;
  }
}

[data-color-mode="dark"] {
  .filter-icon {
    path {
      stroke: #fff;
    }
  }
}

.secondary-header-wrap {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.badge {
  &.orange {
    color: #edac32;
    background-color: #fff7eb;
  }
}
