/* ===============================
   Stylizacja: Mapa strony BIP
   =============================== */

.bip-sitemap {
  list-style: square;
  margin: 2rem 0;
  padding-left: 1rem;
  border-left: 4px solid #0057b8;
  font-size: 1.25rem;
  line-height: 1.6;
}

.bip-sitemap ul {
  list-style: none;
  margin: 0.25rem 0 0.5rem 1.25rem;
  padding: 0;

}

.bip-sitemap li {
  margin: 0.25rem 0;
  padding-left: 0.5rem;
  position: relative;
}

.bip-sitemap li::before {
  content: "›";
  position: absolute;
  left: -0.69rem;
	top:-0.30rem;
  color: #0057b8;
  font-size: 1.39rem;
}

.bip-sitemap a {
  color: #0057b8;
  text-decoration: none;
}

.bip-sitemap a:hover,
.bip-sitemap a:focus {
  text-decoration: underline;
  outline: none;
} 
