/* Listy we wpisie bloga */
.blog-single-body ul {
	margin: 24px 0 24px 24px;
	padding-left: 24px;
	list-style: disc inside;
}
.blog-single-body li {
	font-size: 1rem;
	color: #5a6a85;
	margin-bottom: 10px;
	line-height: 1.7;
	position: relative;
}



/* Nagłówki we wpisie bloga */
.blog-single-body h2 {
	font-size: 2rem;
	font-weight: 600;
	color: var(--color-0);
	margin: 36px 0 22px 0;
	line-height: 1.2;
}
.blog-single-body h3 {
	font-size: 1.45rem;
	font-weight: 500;
	color: var(--color-0);
	margin: 28px 0 18px 0;
	line-height: 1.25;
}
.blog-single-body h4 {
	font-size: 1.18rem;
	font-weight: 500;
	color: #4a5a7a;
	margin: 22px 0 14px 0;
	line-height: 1.3;
}
.blog-single-body h5 {
	font-size: 1rem;
	font-weight: 500;
	color: #5a6a85;
	margin: 18px 0 10px 0;
	line-height: 1.35;
}
/* Obrazki we wpisach bloga (pojedynczy wpis) */
.blog-single-body img {
	width: 100%;
	height: auto;
	max-width: 100%;
	border-radius: 12px;
	display: block;
	margin: 24px 0;
	object-fit: cover;
	box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    max-height: 400px;
}
/* --- Widok pojedynczego wpisu bloga --- */
.blog-single-content {
	margin: 48px auto 32px auto;
	background: #f9fbfd;
	border-radius: 16px;
	box-shadow: 0 2px 16px rgba(0,0,0,0.06);
	padding: 44px 36px 36px 36px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.blog-single-date {
	font-size: 1rem;
	color: #8ca0c2;
	margin-bottom: 18px;
	font-weight: 400;
	letter-spacing: 0.03em;
}
.blog-single-title {
	font-size: 2rem;
	font-weight: 600;
	color: #2a3550;
	margin-bottom: 32px;
	text-align: center;
	line-height: 1.2;
}
.blog-single-body {
	font-size: 1.08rem;
	color: #5a6a85;
	line-height: 1.8;
	margin-bottom: 36px;
	width: 100%;
}
.blog-single-body p {
	margin-bottom: 18px;
}
.blog-single-back {
	text-align: center;
}
.btn-blog {
	background: linear-gradient(90deg, rgb(40, 80, 160) 60%, rgb(58, 123, 213) 100%);
    color: rgb(255, 255, 255);
    border-radius: 24px;
    padding: 14px 40px;
    font-size: 1.15rem;
    font-weight: 600;
    box-shadow: rgba(40, 80, 160, 0.13) 0px 2px 12px;
    transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
.btn-blog:hover {
	background: linear-gradient(90deg, #1a3266 60%, #2850a0 100%);
    transform: translateY(-2px) scale(1.06);
    box-shadow: 0 6px 24px rgba(40,80,160,0.18);
}














/* Ogólne style dla tekstów w blogu */
.blog-content p {
	font-size: 1.15rem;
    color: #3a3a3a;
    margin-bottom: 32px;
    line-height: 1.4;
    text-align: left;
}

/* --- Nowoczesna sekcja blog-content --- */

.blog-content {
	padding: 36px 28px 28px 28px;
	text-align: left;
	background: #f9fbfd;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.blog-title {
	font-size: 1.18rem;
	font-weight: 500;
	color: #2a3550;
	margin-bottom: 18px;
	line-height: 1.35;
	letter-spacing: 0.2px;
}
.blog-date {
	font-size: 0.93rem;
	color: #8ca0c2;
	margin-bottom: 18px;
	font-weight: 400;
}
.blog-excerpt {
	font-size: 1rem;
	color: #5a6a85;
	margin-bottom: 28px;
	line-height: 1.7;
	font-weight: 400;
}
.btn-zespol2 {
	display: inline-block;
	background: #e3eaf6;
	color: #2a3550;
	padding: 9px 24px;
	border-radius: 24px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-top: 8px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.05);
	border: none;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
}
.btn-zespol2:hover {
	background: #d0d8e6;
	color: #0056b3;
	box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
/* --- Paginacja bloga --- */
.navigation.posts-navigation, .navigation.pagination {
	margin: 40px 0 0 0;
	text-align: center;
}
.pagination {
	display: inline-flex;
	gap: 8px;
	padding: 0;
	list-style: none;
}
.pagination .page-numbers {
	display: inline-block;
	min-width: 38px;
	padding: 8px 14px;
	border-radius: 24px;
	background: #f5f5f5;
	color: #0056b3;
	font-weight: 600;
	font-size: 1rem;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}
.pagination .page-numbers:hover {
	background: #0056b3;
	color: #fff;
}
.pagination .page-numbers.current {
	background: #0056b3;
	color: #fff;
	cursor: default;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
	background: #e0e0e0;
	color: #333;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
	background: #0056b3;
	color: #fff;
}
/* Stylizacja bloga - 3 kolumny, nowoczesny wygląd */
.blog-pozycja
{
    margin: 5rem 0 10rem;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin-top: 32px;
}
.blog-item {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 16px rgba(0,0,0,0.07);
	overflow: hidden;
	transition: box-shadow 0.2s;
	display: flex;
	flex-direction: column;
}
.blog-item:hover {
	box-shadow: 0 4px 32px rgba(0,0,0,0.13);
}
.blog-link {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
}
.blog-thumb {
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
	background: #eaf0fa;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom: 1px solid #eee;
	border-radius: 12px 12px 0 0;
	display: block;
}
.blog-content {
	padding: 24px 20px 20px 20px;
	text-align: center;
}
.blog-title {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 8px;
}
.blog-date {
	font-size: 0.95rem;
	color: #888;
	margin-bottom: 12px;
}
.blog-content p.blog-excerpt {
	font-size: 1rem;
	color: #444;
	margin-bottom: 18px;
}
.btn-zespol2 {
	background: linear-gradient(90deg, #2850a0 60%, #3a7bd5 100%);
    color: #fff;
    border-radius: 24px;
    padding: 14px 40px;
    font-size: 1.15rem;
    font-weight: 600;
    box-shadow: 0 2px 12px rgba(40, 80, 160, 0.13);
    transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
.btn-zespol2:hover {
	background: linear-gradient(90deg, #1a3266 60%, #2850a0 100%);
    transform: translateY(-2px) scale(1.06);
    box-shadow: 0 6px 24px rgba(40,80,160,0.18);
}
.no-posts {
	text-align: center;
	color: #888;
	font-size: 1.1rem;
	margin: 40px 0;
}
