#footer_links #manageCookies {
    text-align: left !important;
}

#footer_links {
    padding-bottom: 5rem;
    order: 3;
    text-align: left !important;
}

#footer_links .footer_tab__header {
  font-weight: 400 !important;
  letter-spacing: 0.3px !important;
  text-shadow: none !important;
  font-size: 18px !important;
}
/* =================================
   NEWSLETTER – KONTENER
================================= */
#footer_newsletter.footer_links{
  display: block !important;
  position: relative;
  border: 2px solid #165387 !important;
  border-radius: 16px;
  padding: 18px 18px 16px;
  max-width: 320px;
  box-sizing: border-box;
  background: #fff;
  overflow: visible !important;
}

/* =================================
   FORM – USUNIĘCIE LUK
================================= */
#footer_newsletter form.footer_newsletter_form{
  margin: 0 !important;
  padding: 0 !important;
}

/* =================================
   NAGŁÓWEK
================================= */
#footer_newsletter .footer_links_label{
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 12px;
}

/* =================================
   PIGUŁKA
================================= */
#footer_newsletter .nl-badge{
  display: block;
  margin: 0 auto 12px;
  padding: 8px 14px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffcf6d, #ffb347);
  color: #0e3a60;
}

/* =================================
   OPIS
================================= */
#footer_newsletter .nl-desc{
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 14px;
  color: #333;
}

/* =================================
   INPUT EMAIL
================================= */
#footer_newsletter input.f-control{
  height: 42px;
  border-radius: 12px;
  padding: 0 14px;
  font-size: 14px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

/* =================================
   CHECKBOX – NORMALNY ROZMIAR
================================= */
#footer_newsletter .f-group.-checkbox{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  margin: 8px 0 10px;
}

#footer_newsletter .f-group.-checkbox input{
  width: 14px;
  height: 14px;
  margin: 0;
}

/* =================================
   PRZYCISK – PRAWDZIWE CENTROWANIE
================================= */
#footer_newsletter button.btn.-solid{
  display: block !important;
  margin: 0 auto !important;
  padding: 0 26px;
  height: 42px;
  min-width: 160px;
  border-radius: 12px;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  background: #165387;
  float: none !important;
}

/* =================================
   MOBILE
================================= */
@media (max-width: 480px){
  #footer_newsletter.footer_links{
    max-width: 100%;
    padding: 16px 14px;
  }
}



