
/* Mantém a tela inicial aprovada e aplica o novo fundo apenas em Novo vinho, Mural e Adega */
#new, #mural, #history {
  position: relative !important;
  isolation: isolate !important;
}
#new::before, #mural::before, #history::before {
  content: "" !important;
  position: fixed !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: var(--vinhario-bg-top, 118px) !important;
  bottom: var(--vinhario-bg-bottom, 72px) !important;
  width: min(430px, 100vw) !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background-image: url("../assets/img_010_5e8ddd7fc4d3fc6a.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
#new > *, #mural > *, #history > * {
  position: relative !important;
  z-index: 1 !important;
}
/* ajuda de leitura dos cards sobre o novo fundo */
#new .card, #mural .card, #history .card,
#new .wine-card, #mural .wine-card, #history .wine-card,
#new .record-card, #mural .record-card, #history .record-card,
#new .hero-card, #mural .hero-card, #history .hero-card {
  background: rgba(255,255,255,0.90) !important;
  backdrop-filter: blur(1.6px) !important;
  -webkit-backdrop-filter: blur(1.6px) !important;
}
