/* Final pill contrast override — explicitly fixes WebKit text fill. */
body.gg-design-v2 .tag.tag-dark,
body.gg-refined .tag.tag-dark,
body.gg-design-v2 .case-panel .tag,
body.gg-refined .case-panel .tag {
  color:#14464b !important;
  -webkit-text-fill-color:#14464b !important;
  background:#e1f5f1 !important;
  border:1px solid #9fd7cc !important;
  opacity:1 !important;
  mix-blend-mode:normal !important;
  text-shadow:none !important;
}
