
/* 10.26.4 — BLOQUEIO GLOBAL DO VERDE
   O único verde permitido na interface é #63E600. */
:root, html, body {
  --cl-verde-oficial:#63E600!important;
  --cl-green:#63E600!important;
  --clc-green:#63E600!important;
  --green:#63E600!important;
  --primary:#63E600!important;
  --accent:#63E600!important;
  --success:#63E600!important;
  --stm-base-color:#63E600!important;
  --stm-secondary-color:#63E600!important;
}
/* Componentes próprios */
[class*="clc-"] .is-favorite,
[class*="clc-"] .is-active,
[class*="clc-"] [aria-current="true"] {
  --cl-verde-oficial:#63E600!important;
}
/* Links/botões/accentos do ecossistema Carros Lagarto */
.clc-home-owned button,
.clc-home-owned .button,
.clc-home-owned [class*="btn"],
.clc-home-owned [class*="button"],
body[class*="clc-"] button,
body[class*="clc-"] .button,
body[class*="clc-"] [class*="btn"],
body[class*="clc-"] [class*="button"] {
  --cl-verde-oficial:#63E600!important;
}
