.subsite-header > div:first-child{
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

.block-more-pages {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}

#header-video {
  background-image: url(../../images/gfx/swtp_www_bg_4.jpg);
  background-size: cover;
  /* background-position: right; */
  /* filter: brightness(0.1); */
}


/***** SIS FORM *****/
#sisForm .form-label {
  font-size: 1.1rem !important;
}

#sisForm .input-lg {
  font-size: 1.1rem !important;
}

#sisForm button {
  font-size: 1rem !important;
  padding: 15px 30px !important;
  border-radius: 4px !important;
}

#sisForm button {
  font-size: 1rem !important;
  padding: 15px 30px !important;
  border-radius: 4px !important;
}

#sisForm .form-check-label {
  font-size: 1rem !important;
  margin-left: 1.25rem !important;
}

#sisForm .form-check-input {
  margin-left: 0 !important;
}

body#dolacz {
  background: url(../../images/gfx/bg-join.jpg) no-repeat center;
  background-size: cover;
}

/***** HERO: tlo obejmuje cala wysokosc sekcji (desktop) *****/
@media (min-width: 992px) {
  #home-header {
    background-image: url(../../images/gfx/swtp_www_bg_4.jpg);
    background-size: cover;
    background-position: center;
    background-color: #000000;
  }
  #header-video {
    display: none;
  }
}

/***** HERO: rozmiar naglowka i odstepy w akapitach *****/
@media (min-width: 992px) {
  #home-header h1 {
    font-size: 4.86em;
  }
}

.block-swtp-info p {
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  #home-header .container > div:nth-child(2) {
    margin-top: 5em;
  }
}

#home-header .btn-go-to {
  margin-left: 0em;
  margin-top: 10px;
}

/***** Kafelki: ikonka i tytul w jednej linii bazowej *****/
#home-header .header-article .header-img {
  margin-top: 0;
}
#home-header .header-article h5 {
  margin-bottom: 0;
}

#home-header .header-article .col-md-2 {
  padding: 5px 6px;
}

/***** Kafelki: zdanie wiodace (pogrubione) *****/
#home-header .header-article .text-justify > p:first-child {
  margin-top: 10px;
  margin-bottom: 10px;
}

/***** ===== PRZENIESIENIE KAFELKOW POD HERO (2026-08-12) ===== *****
 * Kafelki "Nasze inicjatywy" / "Dlaczego warto ?" wyjechaly z #home-header
 * do sekcji #home-articles. Style ponizej odtwarzaja to, co wczesniej
 * dawalo im #home-header (obramowania, czerwony przycisk, odstepy).
 * COFNIECIE: usun caly ten blok + przywroc render_block('block-more-pages')
 * w resources/views/template/partials/home/header.blade.php
 ******************************************************************/
#home-articles .header-article > div {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
#home-articles .header-article .header-img {
  margin-top: 0;
}
#home-articles .header-article h5 {
  margin-bottom: 0;
}
#home-articles .header-article .col-md-2 {
  padding: 5px 6px;
}
#home-articles .header-article .text-justify > p:first-child {
  margin-top: 10px;
  margin-bottom: 10px;
}
#home-articles .btn-go-to {
  display: inline-block;
  margin-left: 0;
  margin-top: 10px;
  padding: 10px 14px;
  color: #ffffff;
  font-weight: 700;
  background-color: #ed2227;
}
#home-articles .btn-go-to:hover,
#home-articles .btn-go-to:focus {
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
}
/***** ===== KONIEC PRZENIESIENIA KAFELKOW ===== *****/

/***** Kafelki: kolor naglowkow *****/
#home-articles .header-article h5 {
  color: #666666;
}

/***** HERO: wiecej przestrzeni i rozstrzelenie tresci (desktop) *****/
@media (min-width: 992px) {
  #home-header {
    min-height: 720px;
  }
  #home-header .container > div:nth-child(3) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

/***** Kafelki pod hero: poprawki mobile *****/
@media (max-width: 767.98px) {
  #home-articles .btn-go-to {
    margin-bottom: 1.5em;
  }
}

/* ponizej 576px kolumny Bootstrapa nie maja breakpointu i ikonka
   ladowala nad naglowkiem - ustawiamy je obok siebie */
@media (max-width: 575.98px) {
  #home-articles .header-article .col-md-2 {
    flex: 0 0 auto;
    width: auto;
  }
  #home-articles .header-article .col-md-10 {
    flex: 1 1 0;
    width: auto;
  }
}

/***** /nasze-inicjatywy: blok CTA pod siatka - odseparowany od kart i od newslettera *****/
#initiative-list .initiatives-cta {
  margin-top: 3em;
  margin-bottom: 4.5em;
}
#initiative-list .initiatives-cta > div {
  padding: 2em;
  background-color: #f4f4f4;
  border-left: 4px solid #ed2227;
}
#initiative-list .initiatives-cta h3 {
  margin-bottom: 0.75em;
}
#initiative-list .initiatives-cta p:last-child {
  margin-bottom: 0;
}

/***** Strona inicjatywy: przyciski CTA pod trescia *****/
.initiative-cta-buttons {
  margin-top: 1.5em;
}
.initiative-cta-buttons .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

/***** Typografia tresci podstron: wyroznienia *****/
.page-highlight {
  margin: 2em 0;
  padding: 1.5em 2em;
  background-color: #f4f4f4;
  border-left: 4px solid #ed2227;
}
.page-highlight p:last-child {
  margin-bottom: 0;
}

ul.lista-mozliwosci {
  list-style: none;
  padding-left: 0;
  margin: 1.5em 0;
}
ul.lista-mozliwosci li {
  position: relative;
  padding-left: 1.7em;
  margin-bottom: 0.6em;
}
ul.lista-mozliwosci li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 9px;
  height: 9px;
  background-color: #ed2227;
}

p.swtp-claim {
  margin: 1.6em 0;
  line-height: 1.3;
}
p.swtp-cta {
  margin-top: 2em;
  margin-bottom: 2em;
}

/***** Partnerzy: wprowadzenie nad lista *****/
.partners-intro {
  margin-top: 2em;
  margin-bottom: 3em;
}

/***** O nas: odstep nad sekcjami wladz (Zarzad SWTP / Komisja Rewizyjna) *****/
body#o-nas .module-header,
body#o-nas #auditing-commission {
  margin-top: 3.5em;
}
body#o-nas #management {
  margin-top: 1em;
}
