/* BALANCED GLASS — tylko panel Komunikaty */
html body section.hero.hero-slider .notice-card.floating-notices{
  background: rgba(8, 34, 19, 0.28) !important;
  background-image: none !important;
  backdrop-filter: blur(12px) saturate(135%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(135%) !important;
  border: 1px solid rgba(255,255,255,0.34) !important;
  box-shadow:
    0 14px 42px rgba(0,0,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.24) !important;
  color:#fff !important;
}

html body section.hero.hero-slider .notice-card.floating-notices::before,
html body section.hero.hero-slider .notice-card.floating-notices::after{
  display:none !important;
  content:none !important;
  background:none !important;
}

html body section.hero.hero-slider .notice-card.floating-notices p{
  background: rgba(255,255,255,0.13) !important;
  background-image: none !important;
  border: 1px solid rgba(255,255,255,0.24) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  color:#fff !important;
  text-shadow:0 2px 8px rgba(0,0,0,.5) !important;
}

html body section.hero.hero-slider .notice-card.floating-notices h3{
  color:#fff !important;
  text-shadow:0 2px 10px rgba(0,0,0,.55) !important;
}
