/* =============================================================================
   ADHDity — 03-filters.css
   Sections: 6. Filter Panel · 7. Brain Filter Chips
   ============================================================================= */


/* 6. RECIPES APP — Filter Panel
   ============================================================================= */

.adhdity-recipes .ar-panel {
  background: var(--card);
  border-radius: 24px;
  border: 2px solid #F1F5F9;
  padding: 24px;
  box-shadow: var(--shadow);
  margin-bottom: 18px;
  position: relative;
  top: auto;
}

.adhdity-recipes .ar-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.adhdity-recipes .ar-panel-title {
  display: none !important;
}

.adhdity-recipes .ar-count {
  font-size: 12px;
  font-weight: 800;
  color: #6B7280;
  background: #F1F5F9;
  border-radius: 999px;
  padding: 6px 12px;
}

.adhdity-recipes .ar-search {
  display: none !important;
}

#arTypebar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.adhdity-recipes .ar-typebar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.adhdity-recipes .ar-typebtn {
  background: #F1F5F9;
  color: #6B7280;
  border: none;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.adhdity-recipes .ar-typebtn[aria-pressed="true"] {
  background: #111827;
  color: #fff;
}

.adhdity-recipes .ar-pills,
.ar-pills {
  display: none !important;
}

.adhdity-recipes .ar-legend,
.ar-legend {
  display: none !important;
}


/* 7. RECIPES APP — Brain Filter Chips
   ============================================================================= */

.adhdity-recipes .ar-brain-slider-hidden {
  display: none;
}

.adhdity-recipes .ar-slider:not(:has(#arMinBrain)) {
  display: none !important;
}

#ar-slider-badge,
#arMinBrain,
#badgeBrain,
#arBrainLabel,
#arHeroCount {
  display: none !important;
}

.adhdity-recipes .ar-brainchips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.adhdity-recipes .ar-brainchip {
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
  border: 2px solid rgba(15,23,42,0.10);
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #F1F5F9;
  color: #0F172A;
}

.adhdity-recipes .ar-brainchip[aria-pressed="true"] {
  background: var(--bbg);
  border-color: var(--bb);
  color: var(--bb);
}

.adhdity-recipes .ar-brain-label {
  margin: 5px 0 0;
  font-size: 12px;
  font-weight: 800;
}
