/**
 * Sławko Baza Wiedzy
 */

.slk-kb,
.slk-kb-hero,
.slk-kb-search,
.slk-kb-breadcrumbs {
	--slk-kb-accent: #0b73ff;
	--slk-kb-accent-2: #12a8f4;
	--slk-kb-navy: #01142e;
	--slk-kb-title: #071329;
	--slk-kb-text: #344054;
	--slk-kb-muted: #667085;
	--slk-kb-border: #e2e8f0;
	--slk-kb-surface: #fff;
	--slk-kb-page: #f7f9fc;
	--slk-kb-shadow: 0 12px 36px rgba(15, 35, 70, .06);
	box-sizing: border-box;
}

.slk-kb *,
.slk-kb *::before,
.slk-kb *::after,
.slk-kb-hero *,
.slk-kb-hero *::before,
.slk-kb-hero *::after,
.slk-kb-search *,
.slk-kb-search *::before,
.slk-kb-search *::after,
.slk-kb-breadcrumbs *,
.slk-kb-breadcrumbs *::before,
.slk-kb-breadcrumbs *::after {
	box-sizing: border-box;
}

.slk-kb-icon {
	display: block;
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
}

/* Główna sekcja */
.slk-kb.white-screan,
.slk-kb.slk-kb--fullwidth {
	position: relative;
	left: 50%;
	width: 100vw !important;
	max-width: none !important;
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-left: -50vw !important;
	padding: clamp(52px, 6vw, 86px) 0;
	color: var(--slk-kb-text) !important;
	background: var(--slk-kb-page) !important;
}

/*
 * Warstwa odpowiadająca za bezpieczne odstępy od boków ekranu.
 * Dzięki niej zewnętrzna sekcja może pozostać pełnej szerokości.
 */
.slk-kb__inner {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}

/*
 * Właściwy kontener treści.
 */
.slk-kb__container {
	width: 100%;
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
}

.slk-kb.white-screan h1,
.slk-kb.white-screan h2,
.slk-kb.white-screan h3,
.slk-kb.white-screan p,
.slk-kb.white-screan span,
.slk-kb.white-screan strong,
.slk-kb.white-screan div {
	color: inherit;
}

.slk-kb__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.72fr) minmax(340px, .98fr);
	gap: clamp(34px, 4vw, 64px);
	align-items: start;
}

.slk-kb__section-title,
.slk-kb-sidebar__title {
	margin: 0 0 24px;
	color: var(--slk-kb-title) !important;
	font-size: clamp(25px, 2.5vw, 34px);
	font-weight: 750;
	line-height: 1.2;
}

.slk-kb__articles {
	display: grid;
	gap: 20px;
}

.slk-kb__empty,
.slk-kb-sidebar__empty {
	margin: 0;
	padding: 24px;
	color: var(--slk-kb-muted) !important;
	background: var(--slk-kb-surface);
	border: 1px solid var(--slk-kb-border);
	border-radius: 14px;
}

/* Karty wpisów */
.slk-kb-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(210px, 34%) minmax(0, 1fr) 48px;
	min-height: 178px;
	overflow: hidden;
	background: var(--slk-kb-surface);
	border: 1px solid var(--slk-kb-border);
	border-radius: 14px;
	box-shadow: var(--slk-kb-shadow);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.slk-kb-card:hover {
	border-color: rgba(11, 115, 255, .32);
	box-shadow: 0 18px 44px rgba(15, 35, 70, .1);
	transform: translateY(-2px);
}

.slk-kb-card__media {
	position: relative;
	display: block;
	min-height: 178px;
	overflow: hidden;
	background: #e8edf5;
}

.slk-kb-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.slk-kb-card:hover .slk-kb-card__image {
	transform: scale(1.025);
}

.slk-kb-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 178px;
	background: linear-gradient(135deg, rgba(11, 115, 255, .12), rgba(1, 20, 46, .08)), #eef2f7;
}

.slk-kb-card__badge {
	position: absolute;
	top: 14px;
	left: 14px;
	max-width: calc(100% - 28px);
	padding: 6px 10px;
	overflow: hidden;
	color: #fff !important;
	background: var(--slk-kb-accent);
	border-radius: 5px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .035em;
	line-height: 1.2;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.slk-kb-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 24px 22px;
}

.slk-kb-card__title {
	margin: 0 0 10px;
	font-size: clamp(18px, 1.6vw, 22px);
	font-weight: 750;
	line-height: 1.3;
}

.slk-kb-card__title a {
	color: var(--slk-kb-title) !important;
	text-decoration: none;
}

.slk-kb-card__excerpt {
	display: -webkit-box;
	margin: 0 0 18px;
	overflow: hidden;
	color: var(--slk-kb-text) !important;
	font-size: 14px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.slk-kb-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin-top: auto;
	color: var(--slk-kb-muted) !important;
	font-size: 12px;
	line-height: 1.35;
}

.slk-kb-card__meta > span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: inherit !important;
}

.slk-kb-card__meta .slk-kb-icon {
	width: 17px;
	height: 17px;
}

.slk-kb-card__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--slk-kb-accent) !important;
	text-decoration: none;
}

.slk-kb-card__arrow .slk-kb-icon {
	width: 27px;
	height: 27px;
	transition: transform .2s ease;
}

.slk-kb-card:hover .slk-kb-card__arrow .slk-kb-icon {
	transform: translateX(4px);
}

/* Pokaż kolejne */
.slk-kb__load-more-wrap {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.slk-kb__load-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	min-width: 300px;
	min-height: 52px;
	padding: 12px 24px;
	color: var(--slk-kb-accent) !important;
	background: transparent !important;
	border: 2px solid var(--slk-kb-accent) !important;
	border-radius: 8px;
	box-shadow: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.slk-kb__load-more:hover,
.slk-kb__load-more:focus-visible {
	color: #fff !important;
	background: var(--slk-kb-accent) !important;
	transform: translateY(-1px);
}

.slk-kb__load-more:disabled {
	cursor: wait;
	opacity: .65;
	transform: none;
}

.slk-kb__load-more.has-error {
	color: #b42318 !important;
	border-color: #f04438 !important;
}

/* Sidebar */
.slk-kb-sidebar {
	display: grid;
	gap: 22px;
}

.slk-kb-categories {
	overflow: hidden;
	background: var(--slk-kb-surface);
	border: 1px solid var(--slk-kb-border);
	border-radius: 14px;
	box-shadow: var(--slk-kb-shadow);
}

.slk-kb-category {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 24px;
	gap: 14px;
	align-items: center;
	min-height: 78px;
	padding: 14px 18px;
	color: var(--slk-kb-title) !important;
	border-bottom: 1px solid var(--slk-kb-border);
	text-decoration: none !important;
	transition: background-color .2s ease, color .2s ease;
}

.slk-kb-category:last-child {
	border-bottom: 0;
}

.slk-kb-category:hover,
.slk-kb-category.is-active {
	color: var(--slk-kb-accent) !important;
	background: rgba(11, 115, 255, .055);
}

.slk-kb-category.is-active {
	box-shadow: inset 4px 0 0 var(--slk-kb-accent);
}

.slk-kb-category__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	color: var(--slk-kb-accent) !important;
}

.slk-kb-category__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.slk-kb-category__icon .slk-kb-icon {
	width: 34px;
	height: 34px;
}

.slk-kb-category__copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.slk-kb-category__copy strong {
	overflow: hidden;
	color: inherit !important;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.slk-kb-category__copy small {
	display: block;
	overflow: hidden;
	color: var(--slk-kb-muted) !important;
	font-size: 12px;
	line-height: 1.4;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.slk-kb-category > .slk-kb-icon {
	width: 18px;
	height: 18px;
}

/* CTA */
.slk-kb-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 120px;
	gap: 18px;
	align-items: center;
	padding: 26px;
	overflow: hidden;
	background: radial-gradient(circle at 90% 20%, rgba(11, 115, 255, .15), transparent 45%), linear-gradient(135deg, #f5f8ff, #edf4ff);
	border: 1px solid rgba(11, 115, 255, .09);
	border-radius: 14px;
	box-shadow: var(--slk-kb-shadow);
}

.slk-kb-cta h2 {
	margin: 0 0 10px;
	color: var(--slk-kb-title) !important;
	font-size: 20px;
	font-weight: 750;
	line-height: 1.25;
}

.slk-kb-cta__text,
.slk-kb-cta__text p {
	margin: 0;
	color: var(--slk-kb-text) !important;
	font-size: 13px;
	line-height: 1.55;
}

.slk-kb-cta__button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 16px;
	padding: 10px 15px;
	color: #fff !important;
	background: var(--slk-kb-accent);
	border-radius: 6px;
	box-shadow: 0 8px 22px rgba(11, 115, 255, .2);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none !important;
	transition: background-color .2s ease, transform .2s ease;
}

.slk-kb-cta__button:hover {
	color: #fff !important;
	background: #075fd0;
	transform: translateY(-1px);
}

.slk-kb-cta__button .slk-kb-icon {
	width: 17px;
	height: 17px;
}

.slk-kb-cta__image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	color: var(--slk-kb-accent) !important;
}

.slk-kb-cta__image img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.slk-kb-cta__image--placeholder .slk-kb-icon {
	width: 110px;
	height: 82px;
}

/* Popularne */
.slk-kb-popular {
	padding: 22px 24px;
	background: var(--slk-kb-surface);
	border: 1px solid var(--slk-kb-border);
	border-radius: 14px;
	box-shadow: var(--slk-kb-shadow);
}

.slk-kb-popular__title {
	margin: 0 0 14px;
	color: var(--slk-kb-title) !important;
	font-size: 18px;
	font-weight: 750;
	line-height: 1.25;
}

.slk-kb-popular__list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.slk-kb-popular__list li {
	margin: 0;
}

.slk-kb-popular__list a {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	color: var(--slk-kb-accent) !important;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.4;
	text-decoration: none !important;
}

.slk-kb-popular__list a:hover span {
	text-decoration: underline;
}

.slk-kb-popular__list .slk-kb-icon {
	width: 14px;
	height: 14px;
	margin-top: 2px;
}

/* Hero kategorii */
.slk-kb-category-page {
	width: 100%;
	margin: 0;
	padding: 0;
}

.slk-kb-hero {
	position: relative;
	left: 50%;
	display: flex;
	align-items: stretch;
	width: 100vw !important;
	max-width: none !important;
	min-height: 500px;
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-left: -50vw !important;
	padding: 0;
	overflow: hidden;
	color: #fff;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slk-kb-hero__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	max-width: 1440px;
	min-height: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: clamp(52px, 6vw, 82px) 20px;
}

.slk-kb-hero__title {
	max-width: 900px;
	margin: 18px 0 16px;
	color: #fff !important;
	font-size: clamp(42px, 6vw, 72px);
	font-weight: 800;
	line-height: 1.05;
}

.slk-kb-hero__description,
.slk-kb-hero__description p {
	max-width: 760px;
	margin: 0;
	color: rgba(255, 255, 255, .82) !important;
	font-size: clamp(16px, 2vw, 20px);
	line-height: 1.6;
}

.slk-kb-hero .slk-kb-search {
	margin-top: 30px;
}

/* Breadcrumbs */
.slk-kb-breadcrumbs {
	font-size: 14px;
	line-height: 1.4;
}

.slk-kb-breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.slk-kb-breadcrumbs__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: rgba(255, 255, 255, .62) !important;
}

.slk-kb-breadcrumbs__item:not(:last-child)::after {
	content: "›";
	color: currentColor;
}

.slk-kb-breadcrumbs a,
.slk-kb-breadcrumbs span {
	color: inherit !important;
	text-decoration: none;
}

.slk-kb-breadcrumbs a:hover {
	color: #fff !important;
}

.white-screan .slk-kb-breadcrumbs__item,
.entry-content > .slk-kb-breadcrumbs .slk-kb-breadcrumbs__item {
	color: var(--slk-kb-muted) !important;
}

/* Wyszukiwarka */
.slk-kb-search {
	position: relative;
	width: 100%;
	max-width: 720px;
}

.slk-kb-search__control {
	position: relative;
}

.slk-kb-search__input {
	display: block;
	width: 100%;
	min-height: 64px;
	margin: 0;
	padding: 14px 62px 14px 22px;
	color: #fff !important;
	background: rgba(2, 12, 31, .62) !important;
	border: 1px solid rgba(167, 190, 225, .34) !important;
	border-radius: 8px !important;
	outline: none;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .02);
	font-size: 16px;
	line-height: 1.3;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.slk-kb-search__input::placeholder {
	color: rgba(255, 255, 255, .55);
	opacity: 1;
}

.slk-kb-search__input:focus {
	border-color: var(--slk-kb-accent) !important;
	box-shadow: 0 0 0 3px rgba(11, 115, 255, .16);
}

.slk-kb-search__icon {
	position: absolute;
	top: 50%;
	right: 20px;
	display: flex;
	color: #fff;
	pointer-events: none;
	transform: translateY(-50%);
}

.slk-kb-search__icon .slk-kb-icon {
	width: 28px;
	height: 28px;
}

.slk-kb-search__results {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	left: 0;
	z-index: 30;
	display: none;
	max-height: 470px;
	overflow-y: auto;
	color: var(--slk-kb-text);
	background: #fff;
	border: 1px solid var(--slk-kb-border);
	border-radius: 10px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.slk-kb-search.is-open .slk-kb-search__results {
	display: block;
}

.slk-kb-search__message {
	padding: 18px 20px;
	color: var(--slk-kb-muted) !important;
	font-size: 14px;
}

.slk-kb-search__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slk-kb-search__item {
	margin: 0;
	border-bottom: 1px solid var(--slk-kb-border);
}

.slk-kb-search__item:last-child {
	border-bottom: 0;
}

.slk-kb-search__link {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) 22px;
	gap: 14px;
	align-items: center;
	padding: 12px 15px;
	color: var(--slk-kb-title) !important;
	text-decoration: none !important;
	transition: background-color .2s ease;
}

.slk-kb-search__link:hover {
	background: #f5f8fc;
}

.slk-kb-search__thumb,
.slk-kb-search__thumb img,
.slk-kb-search__thumb-placeholder {
	display: block;
	width: 58px;
	height: 48px;
	border-radius: 6px;
	object-fit: cover;
}

.slk-kb-search__thumb-placeholder {
	background: #e9eef5;
}

.slk-kb-search__copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.slk-kb-search__copy strong {
	overflow: hidden;
	color: var(--slk-kb-title) !important;
	font-size: 14px;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.slk-kb-search__copy small {
	color: var(--slk-kb-muted) !important;
	font-size: 11px;
	line-height: 1.3;
}

.slk-kb-search__link > .slk-kb-icon {
	width: 19px;
	height: 19px;
	color: var(--slk-kb-accent);
}

@media (max-width: 1100px) {
	.slk-kb__layout {
		grid-template-columns: minmax(0, 1.5fr) minmax(300px, .9fr);
		gap: 32px;
	}

	.slk-kb-card {
		grid-template-columns: minmax(180px, 32%) minmax(0, 1fr) 42px;
	}

	.slk-kb-cta {
		grid-template-columns: 1fr;
	}

	.slk-kb-cta__image {
		display: none;
	}
}

@media (max-width: 850px) {
	.slk-kb__layout {
		grid-template-columns: 1fr;
	}

	.slk-kb-sidebar {
		grid-template-columns: 1fr 1fr;
		align-items: start;
	}

	.slk-kb-sidebar__section {
		grid-column: 1 / -1;
	}

	.slk-kb-categories {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.slk-kb-category:nth-child(odd) {
		border-right: 1px solid var(--slk-kb-border);
	}
}

@media (max-width: 650px) {
	.slk-kb.white-screan,
	.slk-kb.slk-kb--fullwidth {
		padding-top: 38px;
		padding-right: 0;
		padding-bottom: 38px;
		padding-left: 0;
	}

	.slk-kb__inner {
		padding-right: 10px;
		padding-left: 10px;
	}

	.slk-kb-hero {
		min-height: 500px;
		padding: 0;
	}

	.slk-kb-hero__container {
		min-height: 500px;
		padding: 40px 10px;
	}

	.slk-kb-card {
		grid-template-columns: 110px minmax(0, 1fr) 34px;
		min-height: 150px;
	}

	.slk-kb-card__media,
	.slk-kb-card__placeholder {
		min-height: 150px;
	}

	.slk-kb-card__body {
		padding: 17px 14px;
	}

	.slk-kb-card__title {
		margin-bottom: 7px;
		font-size: 16px;
	}

	.slk-kb-card__excerpt {
		margin-bottom: 10px;
		font-size: 12px;
	}

	.slk-kb-card__meta {
		gap: 6px 12px;
		font-size: 10px;
	}

	.slk-kb-card__badge {
		top: 9px;
		left: 8px;
		max-width: calc(100% - 16px);
		padding: 5px 7px;
		font-size: 8px;
	}

	.slk-kb-sidebar {
		grid-template-columns: 1fr;
	}

	.slk-kb-categories {
		grid-template-columns: 1fr;
	}

	.slk-kb-category:nth-child(odd) {
		border-right: 0;
	}

	.slk-kb__load-more {
		width: 100%;
		min-width: 0;
	}

	.slk-kb-search__input {
		min-height: 56px;
		padding-left: 16px;
		font-size: 14px;
	}

	.slk-kb-search__link {
		grid-template-columns: 48px minmax(0, 1fr) 18px;
		gap: 10px;
		padding: 10px;
	}

	.slk-kb-search__thumb,
	.slk-kb-search__thumb img,
	.slk-kb-search__thumb-placeholder {
		width: 48px;
		height: 42px;
	}
}

@media (max-width: 480px) {
	.slk-kb-card {
		grid-template-columns: 1fr 36px;
	}

	.slk-kb-card__media {
		grid-column: 1 / -1;
		min-height: 180px;
	}

	.slk-kb-card__placeholder {
		min-height: 180px;
	}

	.slk-kb-card__body {
		padding: 18px;
	}

	.slk-kb-card__arrow {
		padding-right: 8px;
	}

	.slk-kb-card__excerpt {
		font-size: 13px;
	}

	.slk-kb-card__meta {
		font-size: 11px;
	}

	.slk-kb-cta {
		padding: 20px;
	}
}


/* Popularne tematy i artykuły */
.slk-kb-popular__list{margin-left:0!important;padding-left:0!important}.slk-kb-popular__list a{padding-left:0}.slk-kb-popular__list a span{transition:transform .2s ease}.slk-kb-popular__list a:hover span,.slk-kb-popular__list a:focus-visible span{transform:translateX(5px)}
/* Hero wpisu */
.slk-kb-single-page{width:100%;margin:0;padding:0}.slk-kb-single-hero{--slk-kb-hero-overlay-color:#01142e;--slk-kb-hero-overlay-opacity:.55;position:relative;left:50%;width:100vw!important;max-width:none!important;min-height:500px;margin:0 0 0 -50vw!important;overflow:hidden;color:#fff;background-color:transparent;background-position:center;background-repeat:no-repeat;background-size:cover}.slk-kb-single-hero__overlay{position:absolute;inset:0;z-index:0;background:var(--slk-kb-hero-overlay-color);opacity:var(--slk-kb-hero-overlay-opacity);pointer-events:none}.slk-kb-single-hero__container{position:relative;z-index:1;display:flex;align-items:center;width:100%;max-width:1440px;min-height:500px;margin:0 auto;padding:clamp(52px,6vw,84px) 20px}.slk-kb-single-hero__grid{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:clamp(36px,5vw,82px);align-items:center;width:100%}.slk-kb-single-hero--without-side-image .slk-kb-single-hero__grid{grid-template-columns:minmax(0,1fr)}.slk-kb-single-hero__image{display:flex;align-items:center;justify-content:center;min-width:0}.slk-kb-single-hero__image img{display:block;width:100%;max-height:420px;object-fit:contain;filter:drop-shadow(0 28px 48px rgba(0,0,0,.24))}.slk-kb-single-hero__content{min-width:0}.slk-kb-single-hero__category{display:inline-flex;margin-top:20px;padding:5px 11px;color:#55a2ff!important;background:rgba(11,115,255,.08);border:1px solid rgba(36,135,255,.75);border-radius:999px;font-size:12px;font-weight:700;line-height:1.2;text-decoration:none!important}.slk-kb-single-hero__category:hover{color:#fff!important;background:rgba(11,115,255,.35)}.slk-kb-single-hero__title{max-width:880px;margin:20px 0 18px;color:#fff!important;font-size:clamp(38px,5vw,68px);font-weight:800;letter-spacing:-.025em;line-height:1.08}.slk-kb-single-hero__meta{display:flex;flex-wrap:wrap;gap:10px 22px;margin-bottom:22px;color:rgba(255,255,255,.82);font-size:13px;line-height:1.4}.slk-kb-single-hero__meta>span{display:inline-flex;align-items:center;gap:8px;color:inherit!important}.slk-kb-single-hero__meta .slk-kb-icon{width:18px;height:18px}.slk-kb-single-hero__lead,.slk-kb-single-hero__lead p{max-width:820px;margin:0;color:rgba(255,255,255,.84)!important;font-size:clamp(15px,1.45vw,18px);line-height:1.65}
/* Treść wpisu */
.slk-kb-single-content.white-screan{position:relative;left:50%;width:100vw!important;max-width:none!important;margin:0 0 0 -50vw!important;padding:0;color:#1c2738!important;background:#fff!important}.slk-kb-single-content__inner{width:100%;padding:clamp(52px,6vw,86px) 20px}.slk-kb-single-content__container{width:100%;max-width:1440px;margin:0 auto}.slk-kb-single-content__layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(290px,1fr);gap:clamp(40px,5vw,76px);align-items:start}.slk-kb-single-article{min-width:0;color:#1c2738!important;font-size:16px;line-height:1.72}.slk-kb-single-article>:first-child{margin-top:0}.slk-kb-single-article h2{margin-top:1.8em;color:#071329!important;font-size:clamp(25px,2.4vw,34px);font-weight:760;line-height:1.25;scroll-margin-top:120px;transition:background-color .28s ease,box-shadow .28s ease}.slk-kb-single-article h3,.slk-kb-single-article h4{color:#071329!important}.slk-kb-single-article .slk-kb-heading-highlight{background:rgba(11,115,255,.09);box-shadow:0 0 0 10px rgba(11,115,255,.09);border-radius:2px}.slk-kb-single-sidebar{display:grid;gap:22px;min-width:0}.slk-kb-single-sidebar__box{min-width:0}.slk-kb-single-sidebar__title{margin:0 0 16px;color:#071329!important;font-size:21px;font-weight:760;line-height:1.25}.slk-kb-single-categories .slk-kb-categories{box-shadow:none}
/* Spis treści */
.slk-kb-toc{padding:22px 24px;background:linear-gradient(145deg,rgba(11,115,255,.065),rgba(11,115,255,.025)),#fff;border:1px solid rgba(11,115,255,.10);border-radius:14px}.slk-kb-toc__list{display:grid;gap:9px;margin:0;padding:0;list-style:none}.slk-kb-toc__list li{margin:0;padding:0}.slk-kb-toc__link{display:grid;grid-template-columns:24px minmax(0,1fr);gap:7px;align-items:start;padding:2px 0;color:#0b73ff!important;font-size:13px;font-weight:620;line-height:1.42;text-decoration:none!important;transition:color .2s ease,transform .2s ease}.slk-kb-toc__link:hover,.slk-kb-toc__link:focus-visible,.slk-kb-toc__link.is-active{color:#064eae!important;transform:translateX(4px)}.slk-kb-toc__number{color:inherit!important;font-variant-numeric:tabular-nums}.slk-kb-single-cta{grid-template-columns:minmax(0,1fr) 115px;padding:24px}.slk-kb-single-cta .slk-kb-cta__image img{max-height:125px}
@media(max-width:1050px){.slk-kb-single-content__layout{grid-template-columns:minmax(0,2fr) minmax(270px,1fr);gap:36px}.slk-kb-single-cta{grid-template-columns:1fr}.slk-kb-single-cta .slk-kb-cta__image{display:none}}
@media(max-width:800px){.slk-kb-single-hero__grid{grid-template-columns:minmax(0,1fr)}.slk-kb-single-hero__image{display:none}.slk-kb-single-content__layout{grid-template-columns:minmax(0,1fr)}.slk-kb-single-sidebar{margin-top:10px}}
@media(max-width:650px){.slk-kb-single-hero,.slk-kb-single-hero__container{min-height:500px}.slk-kb-single-hero__container{padding:42px 10px}.slk-kb-single-hero__title{font-size:clamp(34px,12vw,50px)}.slk-kb-single-hero__meta{gap:9px 16px;font-size:12px}.slk-kb-single-content__inner{padding:40px 10px}.slk-kb-single-article{font-size:15px}.slk-kb-single-sidebar__title{font-size:19px}}
