/* FirstMarket Customer Safety Layer
   The original per-page visual CSS stays inside each Customer HTML intentionally.
   This file only guarantees readable controls/text without changing layout, colors or positioning. */
body[data-role="customer"]{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
body[data-role="customer"] button,body[data-role="customer"] input,body[data-role="customer"] select,body[data-role="customer"] textarea{font-family:inherit}
body[data-role="customer"] input,body[data-role="customer"] select,body[data-role="customer"] textarea{font-size:14px}
@media(max-width:899px){body[data-role="customer"] input,body[data-role="customer"] select,body[data-role="customer"] textarea{font-size:16px}}
body[data-role="customer"] :focus-visible{outline:2px solid #00b894;outline-offset:2px}
