# king-addons/51.1.84/includes/widgets/Facet_Reset/style.css

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

- Page: https://pluginprobe.com/plugins/king-addons/51.1.84/code/includes/widgets/Facet_Reset/style.css
- Raw: https://pluginprobe.com/plugins/king-addons/51.1.84/raw/includes/widgets/Facet_Reset/style.css
- Modified: 2026-09-21T18:08:40+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.84/code/includes/widgets/Facet_Reset/style.css#L10-L20`.

```css
.king-addons-facet--reset .king-addons-facet__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.king-addons-facet--reset .king-addons-facet__button:hover {
  background: #111827;
  border-color: #111827;
  color: #fff;
}

```
