/* =========================================================
   IZ TOOLS — ELEMENTOR BRIDGE CSS
========================================================= */

.iz-elementor-filter-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.iz-bridge-district-filter {
  border-top: 1px solid var(--iz-directory-border-soft, #eee);
}

.iz-bridge-filter-title {
  margin: 0;
  padding: 22px 22px 16px;
  color: #111;
  font-size: 19px;
  line-height: 1.15;
  font-weight: 850;
}

.iz-bridge-filter-button {
  width: 100%;
  min-height: 38px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
  color: #111;
  border: 0;
  border-bottom: 1px solid var(--iz-directory-border-soft, #eee);
  border-radius: 0;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 750;
  text-align: left;
  transition: background .18s ease, color .18s ease;
}

.iz-bridge-filter-button:hover,
.iz-bridge-filter-button.is-active {
  background: #fafafa;
  color: var(--iz-red, #e30613);
}

.iz-bridge-filter-label {
  min-width: 0;
}

.iz-bridge-filter-count {
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  color: #333;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
}

.iz-result-text {
  color: #111;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 750;
}

.iz-result-text strong {
  display: block;
  margin-bottom: 2px;
  color: var(--iz-red, #e30613);
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.iz-result-text span {
  display: block;
}

/* =========================================================
   IZ TOOLS — CLEAN CENTER TERM TAGS
========================================================= */

.iz-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px;
  max-width: 520px;
  margin: 0 0 10px;
}

.iz-tags.iz-center-tags-offers,
.iz-tags.iz-tags-iz-offer {
  margin-bottom: 34px;
}

.iz-tags-label {
  flex: 0 0 100%;
  margin-bottom: 2px;
  color: #111;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 850;
}

.iz-tag {
  min-height: 26px;
  padding: 6px 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--iz-red, #e30613);
  border: 1px solid var(--iz-red, #e30613);
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
}

.iz-tag:hover {
  background: var(--iz-red, #e30613);
  color: #fff;
}
