
@charset "UTF-8";

section[style*=" color:"]:not([style*=" color: inherit"]) a, div[style*=" color:"]:not([style*=" color: inherit"]) a {
  color: var(--i_btn_txt_color);
}

section[style*=" color:"]:not([style*=" color: inherit"]) a:hover, div[style*=" color:"]:not([style*=" color: inherit"]) a:hover {
  color: var(----i_btn_hover_txt_color);
}