.nw-search-specific-icon {
  display: flex;
  margin-bottom: 12px;

  &:last-child {
    margin-bottom: 0;
  }
  
  &.is-selected {
    color: $color-primary;
  }
  @media screen and (max-width:$screen-max-xs) {
    width: 50%;
    padding: 10px 0;

    &::after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 80%;
      height: 1px;
      background: $button-border-color;
    }
  }

  @media screen and (min-width:$screen-min-sm) {
    &:hover {
      color: $color-primary;
    }
  }
}

@media screen and (min-width:$screen-min-sm) {
  .nwc-filter-checkbox {
    display: none;
  }
}

.nwc-hidden-filter-checkbox {
  display: none;
}
