/*
  Google icons v8.

  v7 kept the approved Google app/settings rail layout, but an older imported
  icon layer hid the real inline SVGs and replaced them with asset URLs that
  are not present in the B7 locked artifact. Keep the layout; restore the
  actual SVGs so Settings does not show blank white icon squares.
*/
.settings-google-product-icon > svg,
.zero-vault-google-connector-icon > svg {
  opacity: 1 !important;
  visibility: visible !important;
}

.settings-google-product-icon::before,
.zero-vault-google-connector-icon::before {
  content: none !important;
  display: none !important;
  background-image: none !important;
}
