/* High-specificity overrides for Finder UI */
.hwd-finder .hwd-mood-btn,
.hwd-finder .hwd-mood-btn * {
  color: #ffffff !important;
}
.hwd-finder .hwd-mood-btn:first-child {
  background: #7c3aed !important;
  color: #ffffff !important;
  border: none !important;
}
.hwd-finder .hwd-mood-btn {
  background: #374151 !important;
  border: 0 !important;
  box-shadow: 0 2px 10px rgba(0,0,0,.12) !important;
}
.hwd-finder .hwd-mood-btn.is-active,
.hwd-finder .hwd-mood-btn[aria-pressed="true"] {
  outline: 3px solid rgba(255,255,255,.4) !important;
  box-shadow: 0 6px 18px rgba(0,0,0,.22) !important;
}
.hwd-finder .hwd-gender-btn {
  background: #111827 !important;
  color: #ffffff !important;
  border: none !important;
}
.hwd-finder .hwd-gender-btn input[type="checkbox"],
.hwd-finder input[type="checkbox"] {
  accent-color: #ffffff !important;
}
.hwd-finder .hwd-gender-btn.is-active {
  outline: 2px solid #ffffff !important;
}
.hwd-finder .hwd-mood-btn.button,
.hwd-finder .hwd-mood-btn.btn,
.hwd-finder .hwd-mood-btn.wp-element-button {
  background: #374151 !important;
  color: #ffffff !important;
}
