/* UBA-specific CSS overrides — loaded last in head.php so it wins by source order. */

/* Share button: inline style="color: #000" on the copy-to-clipboard input
   was being beaten by netflix.css ".form-control { color: #EEE !important }",
   producing #EEE-on-#EEE invisible URL text. Re-set readable text for any
   form-control that opts in via inline color or this dedicated container. */
.social-copy-container .form-control {
    color: #000 !important;
}
