/* OctoComps brand mascot replacement for reality-check and age-gate icons. */
.rc-icon.octo-brand-icon,
.age-gate-octopus.octo-brand-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  margin-bottom: 12px;
}

.rc-icon.octo-brand-icon img {
  width: 96px;
  height: 96px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(0, 229, 204, 0.38));
}

.age-gate-octopus.octo-brand-icon img {
  width: 110px;
  height: 110px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(0, 229, 204, 0.42));
}
