@media screen and (min-width: 768px) {
  .spark-mobile-work-filter {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pxl-portfolio-grid .pxl-grid-filter,
  .elementor-widget-taxonomy-filter .e-filter {
    display: none !important;
  }

  .spark-mobile-work-filter {
    position: relative;
    display: grid;
    gap: 8px;
    width: 100%;
    margin: 0 0 24px;
  }

  .spark-mobile-work-filter__label {
    color: #575b61;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .spark-mobile-work-filter__select {
    width: 100%;
    min-height: 48px;
    padding: 0 44px 0 16px;
    border: 1px solid rgba(18, 20, 23, 0.16);
    border-radius: 6px;
    appearance: none;
    background:
      linear-gradient(45deg, transparent 50%, #121417 50%) right 20px center / 7px 7px no-repeat,
      linear-gradient(135deg, #121417 50%, transparent 50%) right 14px center / 7px 7px no-repeat,
      #f7f7f5;
    color: #121417;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 10px 24px rgba(18, 20, 23, 0.08);
  }

  .spark-mobile-work-filter__select:focus {
    border-color: rgba(18, 20, 23, 0.42);
    outline: 2px solid rgba(18, 20, 23, 0.12);
    outline-offset: 2px;
  }
}
