
.filter-btn[data-v-9c0bce0d] {
  padding: 7px 14px;
  font-size: 13px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  color: #475569;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
}
.filter-btn[data-v-9c0bce0d]:hover:not(:disabled) {
  border-color: #93c5fd;
  color: #2563eb;
}
.filter-btn-primary[data-v-9c0bce0d] {
  background: #eff6ff;
  color: #1d4ed8;
  border-color: #bfdbfe;
}
.filter-dropdown[data-v-9c0bce0d] {
  position: relative;
}
.filter-dropdown-menu[data-v-9c0bce0d] {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 180px;
  max-height: 240px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  z-index: 50;
  padding: 4px;
}
.filter-dropdown-item[data-v-9c0bce0d] {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 13px;
  color: #475569;
  text-align: left;
  border: none;
  background: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.1s;
}
.filter-dropdown-item[data-v-9c0bce0d]:hover {
  background: #f1f5f9;
  color: #1e293b;
}
.filter-dropdown-item.active[data-v-9c0bce0d] {
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 600;
}
