#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;
}
/* ===============================
   FOOTER NEWSLETTER – PREMIUM
=============================== */

#footer_newsletter{
  border: 2px solid #165387 !important;
  border-radius: 14px !important;
  background: #fff !important;
  padding: 18px 18px 16px !important;
  max-width: 300px !important;
  box-sizing: border-box !important;
  text-align: center !important;
}

/* nagłówek */
#footer_newsletter .footer_tab__header{
  font-family: 'Oswald', sans-serif !important;
  font-size: 18px !important;
  margin-bottom: 12px !important;
}

/* kapsułka */
#footer_newsletter .nl-badge{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 14px;
  padding: 9px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffd27d, #ffbd59);
  color: #0e3a60;
  font-size: 13px;
  font-weight: 600;
}

/* opis */
#footer_newsletter .nl-desc{
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 14px;
  color: #333;
}

/* input */
#footer_newsletter input[type="email"]{
  width: 100% !important;
  height: 42px !important;
  border-radius: 12px !important;
  padding: 0 14px !important;
  margin-bottom: 10px !important;
  box-sizing: border-box !important;
}

/* checkbox */
#footer_newsletter .f-group{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 12px !important;
  margin: 6px 0 12px !important;
}

#footer_newsletter input[type="checkbox"]{
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

/* CTA */
#footer_newsletter button[type="submit"]{
  display: block !important;
  margin: 0 auto !important;
  height: 42px !important;
  min-width: 160px;
  padding: 0 26px;
  border-radius: 12px;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  background: linear-gradient(180deg, #1b5e99, #165387);
  color: #fff !important;
  border: none !important;
  box-shadow: none !important; /* ← usuwa zielony glow */
}