/* alm-cms-tresc.css  wersja 20260806m
   Czytelnosc stron prawnych: regulamin (9951), polityka prywatnosci (3), polityka cookies (12729).
   Zakres ograniczony do sekcji z klasa .alm-legal, wpinanej warunkowo w templates/cms/page.tpl. */

#content.alm-legal {
  /* 2026-08-09: bez ograniczenia dlugosci wiersza - decyzja wlasciciela.
     Strony nie maja jeszcze zdjec, wiec tekst ma isc na pelna szerokosc kolumny. */
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #22262b;
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

#content.alm-legal p {
  margin: 0 0 1.15em;
}
#content.alm-legal p:last-child {
  margin-bottom: 0;
}

#content.alm-legal h2 {
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: 700;
  color: #521a06;
  text-align: left;
  margin: 2.7rem 0 0.9rem;
  padding-bottom: 0.35rem;
  border-bottom: 2px solid #e0d9cf;
  text-transform: none;
}
#content.alm-legal h2:first-child {
  margin-top: 0.2rem;
}

#content.alm-legal h3 {
  font-size: 1.16rem;
  line-height: 1.45;
  font-weight: 700;
  color: #2b2b2b;
  text-align: left;
  margin: 2.1rem 0 0.6rem;
  padding: 0;
  border: 0;
}

#content.alm-legal h4 {
  font-size: 1.03rem;
  line-height: 1.45;
  font-weight: 700;
  color: #3a3a3a;
  text-align: left;
  margin: 1.7rem 0 0.5rem;
}

#content.alm-legal ul,
#content.alm-legal ol {
  margin: 0 0 1.3em;
  padding-left: 1.9em;
}
#content.alm-legal ul {
  list-style: disc outside;
}
#content.alm-legal ol {
  list-style: decimal outside;
}
#content.alm-legal li {
  margin-bottom: 0.6em;
  padding-left: 0.15em;
}
#content.alm-legal li:last-child {
  margin-bottom: 0;
}
#content.alm-legal li > p {
  margin-bottom: 0.5em;
}
#content.alm-legal ol > li::marker {
  font-weight: 700;
  color: #521a06;
}
#content.alm-legal ul ul,
#content.alm-legal ol ol,
#content.alm-legal ul ol,
#content.alm-legal ol ul {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

#content.alm-legal a {
  color: #6b2408;
  text-decoration: underline;
}
#content.alm-legal a:hover,
#content.alm-legal a:focus {
  color: #2a8300;
}

#content.alm-legal strong,
#content.alm-legal b {
  font-weight: 700;
  color: #171b1f;
}

#content.alm-legal table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  margin: 0 0 1.6em;
  font-size: 0.95em;
  line-height: 1.55;
}
#content.alm-legal table th,
#content.alm-legal table td {
  border: 1px solid #ddd6cc;
  padding: 0.65em 0.8em;
  vertical-align: top;
  text-align: left;
  min-width: 9.5rem;
}
#content.alm-legal table th {
  background: #f5f1ec;
  color: #2b2b2b;
  font-weight: 700;
}
#content.alm-legal table tbody tr:nth-child(even) {
  background: #fbfaf8;
}

#content.alm-legal img {
  max-width: 100%;
  height: auto;
}

#content.alm-legal hr {
  border: 0;
  border-top: 1px solid #e0d9cf;
  margin: 2rem 0;
}

@media (max-width: 767px) {
  #content.alm-legal {
    font-size: 16px;
    line-height: 1.65;
  }
  #content.alm-legal h2 {
    font-size: 1.28rem;
    margin-top: 2.2rem;
  }
  #content.alm-legal h3 {
    font-size: 1.1rem;
    margin-top: 1.8rem;
  }
  #content.alm-legal h4 {
    font-size: 1rem;
  }
  #content.alm-legal ul,
  #content.alm-legal ol {
    padding-left: 1.5em;
  }
  #content.alm-legal table {
    font-size: 0.92em;
  }
  #content.alm-legal table th,
  #content.alm-legal table td {
    min-width: 8.5rem;
    padding: 0.55em 0.6em;
  }
}
