.chrome-mark {
  width: 23px;
  height: 23px;
  flex: none;
  border-radius: 0;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M21.17 8H12M3.95 6.06 8.54 14M10.88 21.94 15.46 14'/%3E%3C/svg%3E");
  box-shadow: none;
  filter: drop-shadow(0 1px 1px rgba(7, 21, 37, 0.18));
}

.chrome-mark::after {
  content: none;
}
