/* Static product finder enhancements */
.pf-static-filters {
  margin: 10px 0 20px;
}

.pf-static-filter {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 420px;
}

.pf-static-filter span {
  font-size: 14px;
  font-weight: 600;
  color: #002395;
  text-transform: uppercase;
}

.pf-static-select {
  width: 100%;
  padding: 12px 14px;
  font-size: 16px;
  border: 1px solid rgba(0, 35, 149, 0.25);
  border-radius: 2px;
  background: #fff;
  color: #333;
}

.pf-static-filters-hidden {
  display: none !important;
}

.pf-static-empty {
  padding: 40px 20px;
  text-align: center;
  color: #555;
}

.pf-static-card__category {
  font-size: 13px;
  font-weight: 600;
  color: #002395;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.pf-static-card__placeholder {
  min-height: 140px;
  background: linear-gradient(135deg, #e8f0ff 0%, #f4f6fb 100%);
}

.product-finder__single-filter-label .pf-static-remove {
  cursor: pointer;
  margin-left: 8px;
  font-size: 18px;
  line-height: 1;
  color: #002395;
}

.product-finder__filter-button .showall.hide,
.product-finder__filter-button .hideall.hide,
.product-finder__show-more.hide {
  display: none !important;
}

.product-finder__show-more {
  cursor: pointer;
  padding: 20px;
  text-align: center;
  color: #002395;
  font-weight: 600;
  text-transform: uppercase;
}

.product-finder__show-more .icon {
  display: inline-flex;
  vertical-align: middle;
  margin-left: 8px;
}
