/* Gdy shell wstawi stopkę z Dashboardu — bez podwójnego tła/paddingu Astry. */
footer.site-footer:has(.cms-footer-content) {
  background: #333333;
  padding: 0;
  margin: 0;
  border: 0;
}
footer.site-footer:has(.cms-footer-content) .cms-footer-content {
  display: block;
  width: 100%;
}

@media (max-width: 921.9px) {
  footer.site-footer:has(.cms-footer-content) .ol-footer {
    padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px)) !important;
  }
}
