.fb-filters{
  padding:22px;
  border:1px solid #e5e7eb;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 24px rgba(15,23,42,.05);
}

.fb-filters__group + .fb-filters__group{
  margin-top:16px;
}

.fb-filters label{
  display:block;
  font-weight:600;
  margin-bottom:8px;
  color:#111827;
}

.fb-filters input,
.fb-filters select{
  width:100%;
  min-height:48px;
  border:1px solid #d1d5db;
  border-radius:12px;
  padding:0 14px;
  background:#fff;
  color:#111827;
}

.fb-filters__actions{
  display:flex;
  gap:10px;
  margin-top:18px;
  flex-wrap:wrap;
}

.fb-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:12px;
  text-decoration:none;
  font-weight:600;
  border:1px solid transparent;
}

.fb-btn--primary{
  background:#b91c1c;
  color:#fff;
}

.fb-btn--ghost{
  background:#fff;
  color:#111827;
  border-color:#d1d5db;
}