/* Rollback visual: restaura a identidade anterior do Dingous Match. */
.dm-app .dm-brand-mark,
.dm-home-hero .dm-home-logo {
  background: url('/images/dingous-match-logo-legacy.svg?v=legacy-1') center / cover no-repeat !important;
  color: transparent !important;
  font-size: 0 !important;
  overflow: hidden;
}

img[src*="/images/dingous-match-logo.png"] {
  content: url('/images/dingous-match-logo-legacy.svg?v=legacy-1') !important;
}

.be-page .brand::before,
.plans-page .brand::before,
.dmc-page .dmc-brand::before {
  background: url('/images/dingous-match-logo-legacy.svg?v=legacy-1') center / cover no-repeat !important;
}
