Skip to main content
@supports (padding: max(0px)) { body.has-sticky-call { padding-bottom: max(64px, env(safe-area-inset-bottom)); } .sticky-call-btn { padding-bottom: max(12px, env(safe-area-inset-bottom)); } }
/* ======================================================= FIX LIGHTHOUSE CONTRAST FOR AC QUICK DOCK BUTTONS ======================================================= */ /* Base button style */ .dock .btn { background-color: #0b1420 !important; /* deep navy */ color: #ffffff !important; /* white text */ } /* β€œCall” & β€œDiagnose A/C” buttons (brand) */ .dock .btn.brand { background-color: #1ee0a0 !important; /* bright teal */ color: #0b1420 !important; /* dark text (high contrast) */ } /* β€œConverter” button (accent) */ .dock .btn.accent { background-color: #34bdf3 !important; /* bright blue */ color: #0b1420 !important; } /* Hover + focus states (still accessible) */ .dock .btn:hover, .dock .btn:focus { filter: brightness(0.9); }