# king-addons/51.1.86/includes/widgets/Facet_Meta/style.css

King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder, version 51.1.86. 47 lines.

- Page: https://pluginprobe.com/plugins/king-addons/51.1.86/code/includes/widgets/Facet_Meta/style.css
- Raw: https://pluginprobe.com/plugins/king-addons/51.1.86/raw/includes/widgets/Facet_Meta/style.css
- Modified: 2026-09-23T19:18:30+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/king-addons/51.1.86/code/includes/widgets/Facet_Meta/style.css#L10-L20`.

```css
.ka-facet-meta {
  display: block;
  width: 100%;
}

.ka-facet-meta__input,
.ka-facet-meta__select,
.ka-facet-meta__range input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font: inherit;
  font-size: 15px;
  line-height: 1.2;
}

.ka-facet-meta__select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #6b7280 50%), linear-gradient(135deg, #6b7280 50%, transparent 50%);
  background-position: calc(100% - 16px) 18px, calc(100% - 11px) 18px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 32px;
}

.ka-facet-meta__range {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ka-facet-meta__input:focus,
.ka-facet-meta__select:focus,
.ka-facet-meta__range input:focus,
.ka-facet-meta__select.is-active {
  outline: none;
  border-color: #111827;
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.08);
}

```
