/* Listy we wpisie bloga */



.blog-single-body ul li {
    border-radius: 16px;
    padding: .3rem 1rem .3rem 2.5rem; /* extra left padding for bullet */
    margin-bottom: 0rem;
    font-size: 1.13rem;
    color: #2a3550;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.8;
    position: relative;
    overflow: hidden;
    animation: fadeInText 0.7s cubic-bezier(.4,0,.2,1);
}

.blog-single-body ul li::before {
    content: "•";
    position: absolute;
    left: .5rem;
    top: .10rem;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    background: linear-gradient(90deg, rgb(40, 80, 160) 60%, rgb(58, 123, 213) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}




.blog-single-body ul li:hover {
   
    box-shadow: 0 12px 48px rgba(40,80,160,0.18);
    transform: translateY(-2px) scale(1.04);
}

.blog-single-body strong {
	font-weight: 700;
}



/* Nagłówki we wpisie bloga */
.blog-single-body h2 {
    font-size: calc(var(--font-size-text3) + 0.5rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-align: left;
    background: linear-gradient(90deg, #2850a0 60%, #3a7bd5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
	line-height: calc(var(--font-size-text3) + 0.6rem);
}
.blog-single-body h3 {
    font-size: calc(var(--font-size-text3) + 0.1rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-align: left;
    background: linear-gradient(90deg, #2850a0 60%, #3a7bd5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.blog-single-body h4 {
    border-radius: 10px;
    padding: .5rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: 1.5rem;
	line-height: 1.6rem;
    color: #2a3550;
    font-weight: 700;
    transition: box-shadow 0.2s, border-color 0.2s, background 0.2s;
    position: relative;
    overflow: hidden;
    animation: fadeInText 0.7s cubic-bezier(.4,0,.2,1);
    background: linear-gradient(90deg, #e3eaf6 0%, #f8fafc 100%);
    border: 1.5px solid rgba(58, 123, 213, 0.09);
    background: linear-gradient(90deg, #cfd8dc 0%, #e3eaf6 100%);
    border-color: #40c4ff;
}

.blog-single-body h5, .blog-single-body h6 {
    border-radius: 10px;
    padding: .5rem;
    margin-bottom: 1.3rem;
    font-size: 1rem;
    color: #2a3550;
    font-weight: 400;
    line-height: 1.8;
    transition: box-shadow 0.2s, border-color 0.2s, background 0.2s;
    position: relative;
    overflow: hidden;
    animation: fadeInText 0.7s cubic-bezier(.4,0,.2,1);
    background: linear-gradient(90deg, #e3eaf6 0%, #f8fafc 100%);
    border: 1.5px solid rgba(58, 123, 213, 0.09);
    background: linear-gradient(90deg, #cfd8dc 0%, #e3eaf6 100%);
    border-color: #40c4ff;
}


/* 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 {
	border-radius: 16px;
	font-size: 1.13rem;
	color: #2a3550;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.8;
	transition: box-shadow 0.2s, border-color 0.2s, background 0.2s;
	position: relative;
	overflow: hidden;
	animation: fadeInText 0.7s cubic-bezier(.4,0,.2,1);
	}
.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;
}
@media (max-width: 991px) {
	.blog-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}
}
@media (max-width: 600px) {
	.blog-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}
}
.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;
	min-width: 0;
}
.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;
}
