.owner-ea-service-filter {
  position: absolute;
  top: 84px;
  right: 24px;
  z-index: 2;
  display: inline-flex;
  gap: 5px;
  padding: 5px;
  border: 1px solid rgba(242, 190, 72, .28);
  border-radius: 14px;
  background: rgba(4, 14, 26, .72);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
  backdrop-filter: blur(12px);
}

.owner-ea-service-filter button {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: #aebed0;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.owner-ea-service-filter button:hover {
  color: #fff;
  border-color: rgba(242, 190, 72, .28);
  transform: translateY(-1px);
}

.owner-ea-service-filter button.is-active {
  color: #07111d;
  border-color: #f3ca67;
  background: linear-gradient(135deg, #f7d574, #c99429);
  box-shadow: 0 7px 18px rgba(218, 166, 54, .2);
}

.owner-ea-service-filter .owner-filter-count {
  display: inline-grid;
  min-width: 21px;
  height: 21px;
  margin-inline-start: 6px;
  padding: 0 5px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  font-size: 11px;
}

.owner-ea-service-filter button.is-active .owner-filter-count {
  background: rgba(7, 17, 29, .14);
}

.owner-ea-filter-empty {
  padding: 28px 18px;
  border: 1px dashed rgba(242, 190, 72, .28);
  border-radius: 15px;
  color: #9fb0c3;
  text-align: center;
}

html[data-theme="light"] .owner-ea-service-filter,
body.light-mode .owner-ea-service-filter {
  background: rgba(255, 255, 255, .88);
  border-color: rgba(165, 116, 21, .25);
}

html[data-theme="light"] .owner-ea-service-filter button,
body.light-mode .owner-ea-service-filter button {
  color: #536477;
}

html[data-theme="light"] .owner-ea-service-filter button.is-active,
body.light-mode .owner-ea-service-filter button.is-active {
  color: #07111d;
}

@media (max-width: 980px) {
  .owner-business-head-upload { padding-right: 0 !important; }
  .owner-ea-service-filter {
    position: static;
    width: 100%;
    margin-top: 14px;
    box-sizing: border-box;
  }
  .owner-ea-service-filter button { flex: 1; }
}

@media (max-width: 560px) {
  .owner-ea-service-filter { display: grid; grid-template-columns: 1fr; }
}
