/* Compatibility overrides layered after bootstrap.min.css
   Purpose: Provide standardized properties for broader browser support without editing vendor file.
   Safe to extend; keep selectors minimal.
*/

/* Add unprefixed text-size-adjust for browsers that ignore -webkit- variant */
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

/* Provide match-parent fallback */
html, body { text-align: -webkit-match-parent; text-align: match-parent; }

/* Print color adjustment modern equivalent */
* { -webkit-print-color-adjust: exact; print-color-adjust: exact; }

/* Sentinel to verify deployment */
.bootstrap-compat-sentinel { display: none; }
