<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 19 2025 | 20:39:51 */
.plugins-filter {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.plugins-filter .filter {
  display: flex;
  gap: 16px;
}

.plugins-filter .filter__title {
  flex-shrink: 0;
  min-width: 85px;
  margin: 0;
  padding: 5px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #343433;
}

.plugins-filter .filter__values {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.plugins-filter .filter__values p {
  margin: 0;
  padding: 5px 8px;
  border-radius: 4px;
  background-color: #f3f6f9;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #343433;
  transition: color 0.3s, background-color 0.3s;
  cursor: pointer;
}

.plugins-filter .filter__values p.is-active {
  background-color: #ec4363;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .plugins-filter .filter__values p:hover {
    background-color: #ec4363;
    color: #FFFFFF;
  }
}

@media only screen and (max-width: 767px) {
  .plugins-filter {
    gap: 24px;
    margin-top: 16px;
  }
  
  .plugins-filter .filter {
    flex-direction: column;
    gap: 12px;
  }

  .plugins-filter .filter__title {
    padding: 0;
    font-size: 14px;
    line-height: 120%;
  }

  .plugins-filter .filter__values p {
    font-size: 14px;
  }
}

.plugins-sort {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 20px;
}

.plugins-sort__title {
  flex-shrink: 0;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #343433;
}

.plugins-sort__select select {
  margin: 0;
  border: 1px solid #D6D6DE !important;
  border-radius: 4px;
  padding: 7px 40px 7px 15px;
  line-height: 24px;
  background: #ffffff url(/wp-content/uploads/2025/06/chevron.svg) no-repeat right 10px top 50% !important;
  cursor: pointer;
  -webkit-appearance: none;
}

.plugins-sort__select select:focus {
  background-color: #ffffff !important;
}

@media only screen and (max-width: 959px) {
  .plugins-sort__select select {
    width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .plugins-sort {
    width: 100%;
  }

  .plugins-sort__title {
    font-size: 14px;
  }
  
  .plugins-sort__select,
  .plugins-sort__select select {
    width: 100%;
  }
}</pre></body></html>