/* Ukryj przycisk Submit a ticket */
.Footer__footerBtn {
  display: none !important;
}

/* Wyśrodkuj treść tekstową */
.Footer__footerInfo {
  justify-content: center !important;
}

/* Opcjonalnie: wyśrodkuj też tekst wewnątrz */
.Footer__footerInfo > div:first-child {
  text-align: center !important;
}

/* Zablokuj klikalność logo Adlook */
img[data-id="portal_logo"] {
  pointer-events: none !important;
  cursor: default !important;
}

/* Ukrycie przycisku "Add ticket" na podstawie Twoich klas */
button.Button__primary.Button__buttonCommon.commonStyle__zt3buttonPrimaryBg {
    display: none !important;
}
