time {
	color: var(--kolor-bialy);
	margin-top: var(--o);
	display: block;
}

.tresc {
	margin: var(--o-gora) auto;
	padding: 0 var(--o);
	max-width: var(--sz-wasko-plus);
}






p {margin-top: var(--o)}
p:first-child {margin-top: 0}

.tresc a {
	color: var(--kolor-zielony-ciemny);
	text-decoration-color: var(--kolor-zielony);
	text-decoration-line: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
	font-weight: var(--font-weight-bold);
}

.tresc a:hover,
.tresc a:focus {
	color: var(--kolor-tekstu);
	text-decoration-color: var(--kolor-tekstu);
}
.tresc ul:not(.ulGaleria) {
	margin: var(--o) 0 var(--o) 16px;
	list-style: square outside;
}
.tresc ol {
	margin: var(--o) 0 var(--o) 16px;
	list-style: decimal outside;
}
.tresc li:not(.ulGaleria_li) {
	margin-top: 10px;
}

.tresc ul ::marker {
	color: var(--kolor-drugi);
}

.tresc h2 {font-size: var(--h2)}
.tresc h3 {font-size: var(--h3)}
.tresc h4 {font-size: var(--h4)}
.tresc h5 {font-size: var(--h5)}
.tresc h6 {font-size: var(--h6)}

.tresc h2,
.tresc h3 {
	margin: var(--o-x3) 0 var(--o);
}
.tresc h4,
.tresc h5,
.tresc h6 {
	margin: var(--o-x2) 0 var(--o-pol);
}
.tresc h2:first-child,
.tresc h3:first-child {
	margin-top: 0;
}

.tresc .image {
	margin: var(--o) 0;
	text-align: center;
	background: var(--kolor-szary);
	padding: var(--o);
}
.tresc figcaption {
	color: var(--kolor-czarny);
}

.tresc table {
	width: 100% !important;
}







.dziury {
	background: red;
	color: #fff;
	font-size: var(--h1);
	text-align: center;
}



.mod-breadcrumbs__wrapper {
	font-size: 95%;
	max-width: var(--sz1200);
	margin: var(--o) auto;
	padding: 10px var(--o);
	background: var(--tlo-szare);
	border-radius: var(--radius-5);
	display: block;
	white-space: nowrap;
	overflow-x: auto;

}
.mod-breadcrumbs__wrapper ol {
	display: flex;
	gap: 10px;
}
.breadcrumb-item:last-child {
	padding-right: 10px;
}
.mod-breadcrumbs__item::before {
	content: '/';
	padding-right: 10px;
}
.pathway {
	color: inherit;
	font-weight: normal;
}


@media (min-width: 1000px) {


}
@media (min-width: 100000000000000px) {
.mod-breadcrumbs__wrapper {
	white-space: normal;
	overflow-x: hidden;
}


}