/*
 * Keep the template's pink identity while making selected filters readable.
 * The important pairing prevents per-domain accent variables from replacing
 * only the foreground. Both gradient endpoints exceed 4.5:1 against white.
 */
.xiazai-baixiaotangtop-site-theme .tag-btn.active,
.xiazai-baixiaotangtop-site-theme .tag-btn:hover,
.xiazai-baixiaotangtop-site-theme .filter-option.active,
.xiazai-baixiaotangtop-site-theme .filter-option:hover {
  border-color: #be123c !important;
  background: linear-gradient(135deg, #be123c, #e11d48) !important;
  color: #fff !important;
}
