:root {
	--pbs26-brand: #203f75;
	--pbs26-brand-dark: #142f63;
	--pbs26-accent: #d52b1e;
	--pbs26-soft: #f3f6fb;
	--pbs26-ink: #172033;
	--pbs26-muted: #5f6b7a;
	--pbs26-line: #dce3ec;
}

.pbs26-site-internetdomowy {
	--pbs26-brand: #7c3f95;
	--pbs26-brand-dark: #482257;
	--pbs26-accent: #e42e62;
	--pbs26-soft: #fbf5fc;
}

.pbs26-site-polskiprzedstawiciel {
	--pbs26-brand: #294a91;
	--pbs26-brand-dark: #1a3369;
	--pbs26-accent: #a6ce39;
	--pbs26-soft: #f3f7ff;
}

.pbs26-site-internetniemcy {
	--pbs26-brand: #1733a5;
	--pbs26-brand-dark: #10246f;
	--pbs26-accent: #d7352a;
	--pbs26-soft: #f2f5ff;
}

.pbs26-site-twojemedia {
	--pbs26-brand: #197dc5;
	--pbs26-brand-dark: #0a2342;
	--pbs26-accent: #9ccc37;
	--pbs26-soft: #eff8ff;
}

.pbs26-article-meta,
.pbs26-factbox,
.pbs26-partner,
.pbs26-context-link,
.pbs26-related {
	box-sizing: border-box;
	width: min(100% - 32px, 960px);
	margin-inline: auto;
	font-family: inherit;
}

.pbs26-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	align-items: center;
	margin-top: clamp(20px, 4vw, 44px);
	margin-bottom: 22px;
	padding: 13px 16px;
	border: 1px solid var(--pbs26-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(24, 37, 62, 0.06);
	color: var(--pbs26-muted);
	font-size: 14px;
	line-height: 1.45;
}

.pbs26-article-meta span:not(:last-child)::after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-left: 18px;
	border-radius: 50%;
	background: var(--pbs26-accent);
	vertical-align: middle;
}

.pbs26-article-meta .pbs26-meta-topic {
	color: var(--pbs26-brand-dark);
	font-weight: 800;
}

body.single-post.pbs26-enhanced:not(.pbs26-site-polskiprzedstawiciel)
	.elementor[data-elementor-type="wp-post"] > .elementor-element:first-child
	.elementor-widget-image:first-child img {
	display: block;
	width: auto !important;
	max-width: min(100%, 820px) !important;
	max-height: 560px;
	margin-inline: auto;
	border-radius: 22px;
	object-fit: contain;
	box-shadow: 0 20px 55px rgba(17, 32, 59, 0.13);
}

body.single-post.pbs26-enhanced:not(.pbs26-site-polskiprzedstawiciel)
	.elementor[data-elementor-type="wp-post"] > .elementor-element:first-child
	.elementor-widget-image:first-child .elementor-widget-container {
	text-align: center;
}

body.single-post.pbs26-enhanced:not(.pbs26-site-polskiprzedstawiciel)
	.elementor[data-elementor-type="wp-post"] h1 {
	max-width: 18ch;
	margin-inline: auto;
	color: var(--pbs26-brand-dark);
	font-size: clamp(36px, 6vw, 66px) !important;
	line-height: 1.04 !important;
	letter-spacing: -0.035em;
	text-align: center;
	text-wrap: balance;
}

body.single-post.pbs26-enhanced:not(.pbs26-site-polskiprzedstawiciel)
	.elementor[data-elementor-type="wp-post"] h2 {
	color: var(--pbs26-brand-dark);
	font-size: clamp(27px, 3.4vw, 40px) !important;
	line-height: 1.18 !important;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

body.single-post.pbs26-enhanced:not(.pbs26-site-polskiprzedstawiciel)
	.elementor[data-elementor-type="wp-post"] h3 {
	color: var(--pbs26-brand-dark);
	font-size: clamp(22px, 2.4vw, 29px) !important;
	line-height: 1.25 !important;
}

body.single-post.pbs26-enhanced:not(.pbs26-site-polskiprzedstawiciel)
	.elementor-widget-text-editor,
body.single-post.pbs26-enhanced:not(.pbs26-site-polskiprzedstawiciel)
	.elementor-widget-theme-post-content {
	color: var(--pbs26-ink);
	font-size: clamp(17px, 1.5vw, 19px);
	line-height: 1.78;
}

body.single-post.pbs26-enhanced .elementor[data-elementor-type="wp-post"] :is(h2, h3, h4) {
	scroll-margin-top: 120px;
}

body.single-post.pbs26-enhanced .elementor-widget-text-editor :is(ul, ol) {
	padding-left: 1.35em;
}

body.single-post.pbs26-enhanced .elementor-widget-text-editor li + li {
	margin-top: 0.55em;
}

body.single-post.pbs26-enhanced .elementor-widget-text-editor a {
	color: var(--pbs26-brand);
	font-weight: 700;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 3px;
}

.pbs26-toc {
	box-sizing: border-box;
	width: min(100% - 32px, 820px);
	margin: 26px auto 36px;
	padding: 18px 22px;
	border: 1px solid var(--pbs26-line);
	border-left: 5px solid var(--pbs26-accent);
	border-radius: 16px;
	background: var(--pbs26-soft);
	box-shadow: 0 12px 32px rgba(21, 38, 70, 0.07);
}

.pbs26-toc summary {
	cursor: pointer;
	color: var(--pbs26-brand-dark);
	font-size: 18px;
	font-weight: 850;
}

.pbs26-toc ol {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px 30px;
	margin: 16px 0 0;
	padding-left: 1.35em;
}

.pbs26-toc a {
	color: var(--pbs26-brand-dark);
	font-weight: 650;
	text-decoration: none;
}

.pbs26-toc a:hover,
.pbs26-toc a:focus-visible {
	color: var(--pbs26-brand);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pbs26-factbox,
.pbs26-partner,
.pbs26-related {
	margin-top: clamp(36px, 6vw, 72px);
	margin-bottom: clamp(28px, 5vw, 56px);
}

.pbs26-factbox {
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid var(--pbs26-line);
	border-radius: 22px;
	background: linear-gradient(135deg, #fff 0%, var(--pbs26-soft) 100%);
	box-shadow: 0 18px 46px rgba(18, 35, 66, 0.08);
}

.pbs26-kicker {
	margin: 0 0 8px !important;
	color: var(--pbs26-brand) !important;
	font-size: 13px !important;
	font-weight: 850 !important;
	letter-spacing: 0.09em;
	line-height: 1.3 !important;
	text-transform: uppercase;
}

.pbs26-factbox h2,
.pbs26-partner h2,
.pbs26-related h2,
.pbs26-blog-hero h1 {
	margin: 0;
	color: var(--pbs26-brand-dark);
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.15;
	letter-spacing: -0.025em;
	text-wrap: balance;
}

.pbs26-factbox ul {
	margin: 20px 0 16px;
	padding: 0;
	list-style: none;
}

.pbs26-factbox li {
	position: relative;
	padding-left: 30px;
	color: var(--pbs26-ink);
	font-size: 17px;
	line-height: 1.6;
}

.pbs26-factbox li + li {
	margin-top: 11px;
}

.pbs26-factbox li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--pbs26-accent);
	font-weight: 900;
}

.pbs26-source {
	margin: 14px 0 0 !important;
	font-size: 14px !important;
}

.pbs26-source a {
	color: var(--pbs26-brand-dark);
	font-weight: 750;
	text-underline-offset: 3px;
}

.pbs26-partner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	padding: clamp(24px, 4vw, 42px);
	border-radius: 24px;
	background: var(--pbs26-brand-dark);
	box-shadow: 0 20px 50px rgba(16, 33, 64, 0.2);
}

.pbs26-partner .pbs26-kicker {
	color: #fff !important;
	opacity: 0.76;
}

.pbs26-partner h2,
.pbs26-partner p {
	color: #fff;
}

.pbs26-partner p:not(.pbs26-kicker) {
	max-width: 66ch;
	margin: 13px 0 0;
	font-size: 17px;
	line-height: 1.6;
	opacity: 0.9;
}

.pbs26-context-link {
	margin-top: clamp(28px, 4vw, 48px);
	margin-bottom: clamp(24px, 4vw, 40px);
	padding-top: 18px;
	border-top: 1px solid var(--pbs26-line);
	background: transparent;
	color: var(--pbs26-ink);
	font-size: 16px;
	line-height: 1.65;
	text-transform: none !important;
}

.pbs26-context-link * {
	text-transform: none !important;
}

.pbs26-editorial-content :is(h1, h2, h3, h4, p, li, a, strong, summary, span),
.pbs26-article-meta :is(p, span, a),
.pbs26-factbox :is(h2, h3, p, li, a, strong, span),
.pbs26-related :is(h2, h3, p, a, strong, span) {
	text-transform: none !important;
}

.pbs26-editorial-content .pbs26-kicker,
.pbs26-factbox .pbs26-kicker,
.pbs26-related .pbs26-kicker {
	text-transform: uppercase !important;
}

.pbs26-context-link a {
	color: var(--pbs26-brand-dark) !important;
	font-weight: 750;
	text-decoration: underline !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 3px;
}

.pbs26-context-link a:hover,
.pbs26-context-link a:focus-visible {
	color: var(--pbs26-brand) !important;
}

.pbs26-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 13px 20px;
	border: 2px solid #fff;
	border-radius: 12px;
	background: #fff;
	color: var(--pbs26-brand-dark) !important;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.25;
	text-align: center;
	text-decoration: none !important;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.pbs26-button:hover,
.pbs26-button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.pbs26-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 22px;
}

.pbs26-related-card {
	display: flex;
	min-height: 170px;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	padding: 22px;
	border: 1px solid var(--pbs26-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(17, 34, 64, 0.07);
	color: var(--pbs26-brand-dark) !important;
	text-decoration: none !important;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.pbs26-related-card:hover,
.pbs26-related-card:focus-visible {
	transform: translateY(-3px);
	border-color: var(--pbs26-brand);
	box-shadow: 0 17px 38px rgba(17, 34, 64, 0.12);
}

.pbs26-related-card > span {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
	text-wrap: balance;
}

.pbs26-related-card strong {
	color: var(--pbs26-brand);
	font-size: 14px;
}

.pbs26-blog-hero {
	box-sizing: border-box;
	width: min(100%, 1220px);
	margin: 0 auto 34px;
	padding: clamp(30px, 5vw, 64px);
	border-radius: 24px;
	background: radial-gradient(circle at 90% 0%, rgba(228, 46, 98, 0.14), transparent 35%), linear-gradient(135deg, #fff 0%, var(--pbs26-soft) 100%);
	box-shadow: 0 20px 52px rgba(49, 26, 63, 0.11);
}

.pbs26-blog-hero > p:not(.pbs26-kicker) {
	max-width: 70ch;
	margin: 17px 0 24px;
	color: var(--pbs26-muted);
	font-size: 18px;
	line-height: 1.65;
}

.pbs26-blog-hero nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.pbs26-blog-hero nav a {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	padding: 10px 15px;
	border: 1px solid var(--pbs26-line);
	border-radius: 999px;
	background: #fff;
	color: var(--pbs26-brand-dark);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.pbs26-blog-hero nav a:hover,
.pbs26-blog-hero nav a:focus-visible {
	border-color: var(--pbs26-brand);
	color: var(--pbs26-brand);
}

.pbs26-polacyw-blog {
	box-sizing: border-box;
	width: 100%;
	margin: clamp(32px, 5vw, 68px) auto 12px;
	font-family: inherit;
}

.pbs26-polacyw-blog__header {
	max-width: 780px;
	margin-bottom: 24px;
}

.pbs26-polacyw-blog__header h2 {
	margin: 0;
	color: var(--pbs26-brand-dark);
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.1;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

.pbs26-polacyw-blog__header > p:not(.pbs26-kicker) {
	margin: 14px 0 0;
	color: var(--pbs26-muted);
	font-size: 17px;
	line-height: 1.65;
}

.pbs26-blog-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 28px;
}

.pbs26-blog-filter,
.pbs26-blog-show-all {
	appearance: none;
	min-height: 44px;
	border: 1px solid var(--pbs26-line);
	border-radius: 999px;
	background: #fff;
	color: var(--pbs26-brand-dark);
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
	transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.pbs26-blog-filter {
	padding: 10px 15px;
}

.pbs26-blog-filter span {
	display: inline-grid;
	min-width: 25px;
	height: 25px;
	margin-left: 5px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 999px;
	background: var(--pbs26-accent) !important;
	color: #fff !important;
	font-size: 12px;
	font-weight: 900;
}

.pbs26-blog-filter:hover,
.pbs26-blog-filter:focus-visible,
.pbs26-blog-filter.is-active {
	border-color: var(--pbs26-brand);
	background: var(--pbs26-brand);
	color: #fff;
	transform: translateY(-1px);
}

.pbs26-blog-filter.is-active span {
	background: var(--pbs26-accent) !important;
	color: #fff !important;
}

.pbs26-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.pbs26-blog-card {
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--pbs26-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(16, 32, 61, 0.08);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.pbs26-blog-card[hidden],
.pbs26-blog-show-all[hidden] {
	display: none !important;
}

.pbs26-blog-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 44px rgba(16, 32, 61, 0.13);
}

.pbs26-blog-card__media {
	display: block;
	overflow: hidden;
	background: var(--pbs26-soft);
}

.pbs26-blog-card__media img {
	display: block;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.pbs26-blog-card:hover .pbs26-blog-card__media img {
	transform: scale(1.025);
}

.pbs26-blog-card__placeholder {
	display: grid;
	aspect-ratio: 16 / 10;
	place-items: center;
	background: radial-gradient(circle at 85% 15%, rgba(213, 43, 30, 0.35), transparent 30%), linear-gradient(135deg, var(--pbs26-brand), var(--pbs26-brand-dark));
	color: #fff !important;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-decoration: none !important;
}

.pbs26-blog-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.pbs26-blog-card__category {
	margin: 0 0 9px !important;
	color: var(--pbs26-accent) !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	letter-spacing: 0.06em;
	line-height: 1.3 !important;
	text-transform: uppercase;
}

.pbs26-blog-card h3 {
	margin: 0 !important;
	font-size: clamp(20px, 2vw, 24px) !important;
	line-height: 1.25 !important;
	letter-spacing: -0.018em;
}

.pbs26-blog-card h3 a {
	color: var(--pbs26-brand-dark) !important;
	text-decoration: none !important;
}

.pbs26-blog-card h3 a:hover,
.pbs26-blog-card h3 a:focus-visible {
	color: var(--pbs26-brand) !important;
	text-decoration: underline !important;
	text-decoration-thickness: 1.5px !important;
	text-underline-offset: 3px !important;
}

.pbs26-blog-card__excerpt {
	margin: 13px 0 20px !important;
	color: var(--pbs26-muted) !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
}

.pbs26-blog-card__footer {
	display: flex;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid var(--pbs26-line);
}

.pbs26-blog-card__footer time {
	color: var(--pbs26-muted);
	font-size: 13px;
}

.pbs26-blog-card__footer a {
	color: var(--pbs26-brand) !important;
	font-size: 14px;
	font-weight: 850;
	text-decoration: none !important;
}

.pbs26-blog-show-all {
	display: flex;
	min-width: min(100%, 320px);
	margin: 30px auto 0;
	justify-content: center;
	padding: 13px 22px;
	border-color: var(--pbs26-brand-dark);
	background: var(--pbs26-brand-dark);
	color: #fff;
}

.pbs26-blog-show-all:hover,
.pbs26-blog-show-all:focus-visible {
	background: var(--pbs26-brand);
	transform: translateY(-2px);
}

/* Polacyw.de articles: wider editorial canvas and safer text contrast. */
body.single-post.pbs26-site-polacyw #content > .ast-container {
	width: min(calc(100% - 32px), 1500px) !important;
	max-width: 1500px !important;
	padding-inline: 20px !important;
}

body.single-post.pbs26-site-polacyw #content > .ast-container > .elementor {
	width: 100% !important;
	max-width: none !important;
}

body.single-post.pbs26-site-polacyw #content > .ast-container > .elementor :is(.elementor-section-boxed > .elementor-container, .e-con.e-con-boxed > .e-con-inner) {
	width: min(calc(100% - 32px), 1380px) !important;
	max-width: 1380px !important;
}

body.single-post.pbs26-site-polacyw :is(.pbs26-article-meta, .pbs26-factbox, .pbs26-partner, .pbs26-related) {
	width: min(calc(100% - 40px), 1260px);
}

body.single-post.pbs26-site-polacyw .pbs26-context-link {
	width: min(calc(100% - 40px), 1120px);
}

/* Polacyw.de front page: dynamic three newest articles. */
.pbs26-home-latest {
	box-sizing: border-box;
	width: min(calc(100% - 40px), 1260px);
	margin: clamp(48px, 7vw, 96px) auto;
	font-family: inherit;
	text-transform: none !important;
}

.pbs26-home-latest :is(h2, h3, p, a, span, time) {
	text-transform: none !important;
}

.pbs26-home-latest :is(.pbs26-kicker, .pbs26-home-latest__category) {
	text-transform: uppercase !important;
}

.pbs26-home-latest__header {
	display: flex;
	gap: 28px;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 28px;
}

.pbs26-home-latest__header > div {
	max-width: 760px;
}

.pbs26-home-latest__header h2 {
	margin: 0;
	color: var(--pbs26-brand-dark);
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.1;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

.pbs26-home-latest__header > div > p:not(.pbs26-kicker) {
	margin: 14px 0 0;
	color: #4f5e73;
	font-size: 17px;
	line-height: 1.65;
}

.pbs26-home-latest__all {
	flex: 0 0 auto;
	padding-bottom: 4px;
	color: var(--pbs26-brand-dark) !important;
	font-size: 15px;
	font-weight: 800;
	text-decoration: underline !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 4px;
}

.pbs26-home-latest__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.pbs26-home-latest__card {
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--pbs26-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(16, 32, 61, 0.08);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.pbs26-home-latest__card:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 44px rgba(16, 32, 61, 0.13);
}

.pbs26-home-latest__media {
	display: block;
	overflow: hidden;
	background: var(--pbs26-soft);
}

.pbs26-home-latest__media img {
	display: block;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 5;
	object-fit: cover;
	object-position: center bottom;
}

.pbs26-home-latest__placeholder {
	display: grid;
	aspect-ratio: 16 / 10;
	place-items: center;
	background: radial-gradient(circle at 85% 15%, rgba(213, 43, 30, 0.34), transparent 30%), linear-gradient(135deg, var(--pbs26-brand), var(--pbs26-brand-dark));
	color: #fff !important;
	font-size: 20px;
	font-weight: 900;
	text-decoration: none !important;
}

.pbs26-home-latest__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.pbs26-home-latest__category {
	margin: 0 0 9px !important;
	color: var(--pbs26-accent) !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	letter-spacing: 0.06em;
	line-height: 1.3 !important;
	text-transform: uppercase;
}

.pbs26-home-latest__card h3 {
	margin: 0 !important;
	font-size: clamp(20px, 2vw, 24px) !important;
	line-height: 1.25 !important;
	letter-spacing: -0.018em;
}

.pbs26-home-latest__card h3 a {
	color: var(--pbs26-brand-dark) !important;
	text-decoration: none !important;
}

.pbs26-home-latest__card h3 a:hover,
.pbs26-home-latest__card h3 a:focus-visible {
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

.pbs26-home-latest__excerpt {
	margin: 13px 0 20px !important;
	color: #4f5e73 !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
}

.pbs26-home-latest__meta {
	display: flex;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
	margin: auto 0 0 !important;
	padding-top: 16px;
	border-top: 1px solid var(--pbs26-line);
	font-size: 13px !important;
}

.pbs26-home-latest__meta time {
	color: #5b6879;
}

.pbs26-home-latest__meta a {
	color: var(--pbs26-brand) !important;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
}

body.single-post.pbs26-site-polacyw .pbs26-toc {
	width: min(calc(100% - 40px), 1120px);
}

/* The editorial rewrite ships its own focused TOC. Hide the legacy automatic
   container as a no-JavaScript fallback; the script also removes it from DOM. */
body.single-post.pbs26-site-polacyw .pbs26-editorial-content :is(#ez-toc-container, [id^="ez-toc-container"], .ez-toc-v2_0_87) {
	display: none !important;
}

body.single-post.pbs26-site-polacyw:not(.pbs26-site-polskiprzedstawiciel)
	.elementor[data-elementor-type="wp-post"] > .elementor-element:first-child
	.elementor-widget-image:first-child img {
	max-width: min(100%, 1100px) !important;
}

body.single-post.pbs26-site-polacyw:not(.pbs26-site-polskiprzedstawiciel)
	.elementor[data-elementor-type="wp-post"] h1 {
	max-width: 24ch;
}

body.single-post.pbs26-site-polacyw #content > .ast-container > .elementor .elementor-widget-text-editor :is(p, li, strong, em),
body.single-post.pbs26-site-polacyw #content > .ast-container > :is(p, ul, ol, blockquote),
body.single-post.pbs26-site-polacyw #content > .ast-container > :is(p, ul, ol, blockquote) :is(li, strong, em),
body.single-post.pbs26-site-polacyw #content > .ast-container table :is(th, td) {
	color: #26364c !important;
}

body.single-post.pbs26-site-polacyw #content > .ast-container :is([id^="ez-toc"], [class*="ez-toc"]) :is(a, li),
body.single-post.pbs26-site-polacyw .pbs26-toc li {
	color: #203f75 !important;
}

body.single-post.pbs26-site-polacyw #content > .ast-container :is([id^="ez-toc"], [class*="ez-toc"]) {
	border-color: #ccd7e7 !important;
	background-color: #f3f6fb !important;
}

body.single-post.pbs26-site-polacyw #content .elementor-element-442707a5 {
	overflow: hidden;
	border: 1px solid #dbe3ef;
	border-radius: 24px;
	background-color: rgba(255, 255, 255, 0.9) !important;
	background-blend-mode: screen;
}

body.single-post.pbs26-site-polacyw #content .elementor-element-442707a5 :is(h2, h3, p) {
	color: #142f63 !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

body.single-post.pbs26-site-polacyw #content .elementor-element-442707a5 .elementskit-btn {
	border-color: #142f63 !important;
	background: #142f63 !important;
	color: #fff !important;
	text-shadow: none;
}

body.single-post.pbs26-site-polacyw #content .wa__button {
	background-color: #11752e !important;
	color: #fff !important;
}

body.single-post.pbs26-site-polacyw .elementor-390 .elementor-element-849eb3f .elementor-icon-list-item,
body.single-post.pbs26-site-polacyw .elementor-390 .elementor-element-849eb3f .elementor-icon-list-item a,
body.single-post.pbs26-site-polacyw .elementor-390 .elementor-element-849eb3f .elementor-icon-list-text,
body.single-post.pbs26-site-polacyw .elementor-390 .elementor-element-849eb3f .elementor-social-icon {
	color: #fff !important;
}

body.single-post.pbs26-site-polacyw .elementor-390 .elementor-element-849eb3f .elementor-social-icon svg {
	fill: #fff !important;
}

body.blog.pbs26-enhanced .site-main > .ast-row,
body.archive.pbs26-enhanced .site-main > .ast-row {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	width: 100%;
	margin: 0 !important;
}

body.blog.pbs26-enhanced .site-main > .ast-row > article,
body.archive.pbs26-enhanced .site-main > .ast-row > article {
	display: flex;
	min-width: 0;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid var(--pbs26-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(16, 32, 61, 0.08);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.blog.pbs26-enhanced .site-main > .ast-row > article:hover,
body.archive.pbs26-enhanced .site-main > .ast-row > article:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 44px rgba(16, 32, 61, 0.13);
}

body.blog.pbs26-enhanced .site-main > .ast-row > article .ast-article-inner,
body.archive.pbs26-enhanced .site-main > .ast-row > article .ast-article-inner,
body.blog.pbs26-enhanced .site-main > .ast-row > article .post-content,
body.archive.pbs26-enhanced .site-main > .ast-row > article .post-content {
	display: flex;
	width: 100%;
	flex-direction: column;
}

body.blog.pbs26-enhanced .site-main article .post-thumb img,
body.archive.pbs26-enhanced .site-main article .post-thumb img {
	display: block;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

body.blog.pbs26-enhanced .site-main article :is(.entry-title, .entry-header, .ast-excerpt-container, .ast-taxonomy-container),
body.archive.pbs26-enhanced .site-main article :is(.entry-title, .entry-header, .ast-excerpt-container, .ast-taxonomy-container) {
	padding-inline: 24px !important;
}

body.blog.pbs26-enhanced .site-main article .entry-title,
body.archive.pbs26-enhanced .site-main article .entry-title {
	margin: 20px 0 12px !important;
	color: var(--pbs26-brand-dark);
	font-size: 23px !important;
	line-height: 1.25 !important;
	text-wrap: balance;
}

body.blog.pbs26-enhanced .navigation.pagination,
body.archive.pbs26-enhanced .navigation.pagination {
	grid-column: 1 / -1;
}

@media (max-width: 960px) {
	.pbs26-related-grid,
	.pbs26-blog-grid,
	.pbs26-home-latest__grid,
	body.blog.pbs26-enhanced .site-main > .ast-row,
	body.archive.pbs26-enhanced .site-main > .ast-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pbs26-partner {
		grid-template-columns: 1fr;
	}

	.pbs26-button {
		justify-self: start;
	}
}

@media (max-width: 680px) {
	.pbs26-article-meta,
	.pbs26-factbox,
	.pbs26-partner,
	.pbs26-related,
	.pbs26-context-link,
	.pbs26-toc {
		width: min(100% - 24px, 960px);
	}

	.pbs26-article-meta {
		display: grid;
		gap: 6px;
	}

	.pbs26-article-meta span::after {
		display: none !important;
	}

	.pbs26-toc ol,
	.pbs26-related-grid,
	.pbs26-blog-grid,
	.pbs26-home-latest__grid,
	body.blog.pbs26-enhanced .site-main > .ast-row,
	body.archive.pbs26-enhanced .site-main > .ast-row {
		grid-template-columns: 1fr;
	}

	.pbs26-home-latest {
		width: min(100% - 24px, 1260px);
		margin-block: 48px;
	}

	.pbs26-home-latest__header {
		display: block;
	}

	.pbs26-home-latest__all {
		display: inline-block;
		margin-top: 18px;
	}

	body.single-post.pbs26-enhanced:not(.pbs26-site-polskiprzedstawiciel)
		.elementor[data-elementor-type="wp-post"] h1 {
		font-size: clamp(34px, 11vw, 48px) !important;
	}

	body.single-post.pbs26-enhanced:not(.pbs26-site-polskiprzedstawiciel)
		.elementor[data-elementor-type="wp-post"] > .elementor-element:first-child
		.elementor-widget-image:first-child img {
		max-height: 430px;
		border-radius: 16px;
	}

	body.single-post.pbs26-site-polacyw #content > .ast-container {
		width: 100% !important;
		padding-inline: 12px !important;
	}

	body.single-post.pbs26-site-polacyw #content > .ast-container > .elementor :is(.elementor-section-boxed > .elementor-container, .e-con.e-con-boxed > .e-con-inner) {
		width: 100% !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pbs26-button,
	.pbs26-related-card,
	body.blog.pbs26-enhanced .site-main > .ast-row > article,
	body.archive.pbs26-enhanced .site-main > .ast-row > article {
		transition: none;
	}
}

/* Polacyw.de editorial rewrite 1.0 */
.pbs26-site-polacyw .pbs26-editorial-content {
	--pbs26-editorial-ink: #13233d;
	--pbs26-editorial-line: #dce5f2;
	color: var(--pbs26-editorial-ink);
	font-size: clamp(1rem, 0.98rem + 0.12vw, 1.09rem);
	line-height: 1.78;
}

.pbs26-site-polacyw .pbs26-editorial-content * {
	text-transform: none !important;
}

.pbs26-site-polacyw .pbs26-editorial-content .pbs26-kicker {
	text-transform: uppercase !important;
}

.pbs26-site-polacyw .pbs26-editorial-content > * {
	max-width: 940px;
	margin-inline: auto;
}

.pbs26-site-polacyw .pbs26-editorial-intro {
	max-width: 1180px;
	display: grid;
	grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
	gap: clamp(28px, 4vw, 54px);
	align-items: center;
	margin-bottom: clamp(24px, 4vw, 42px);
}

.pbs26-site-polacyw .pbs26-editorial-content .pbs26-editorial-hero {
	width: 100%;
	max-width: 420px;
	margin: 0;
}

.pbs26-site-polacyw .pbs26-editorial-header {
	max-width: 1040px;
	margin-top: clamp(18px, 4vw, 42px);
	margin-bottom: clamp(24px, 4vw, 40px);
	text-align: center;
}

.pbs26-site-polacyw .pbs26-editorial-title {
	margin: 8px 0 0;
	color: #0f315d;
	font-size: clamp(2.25rem, 1.72rem + 2.3vw, 4.15rem);
	line-height: 1.08;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

.pbs26-site-polacyw .pbs26-editorial-hero img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: contain;
	border: 1px solid var(--pbs26-editorial-line);
	border-radius: 22px;
	box-shadow: 0 18px 46px rgba(20, 52, 94, 0.12);
}

.pbs26-site-polacyw .pbs26-editorial-lead {
	font-size: clamp(1.16rem, 1.05rem + 0.45vw, 1.42rem);
	line-height: 1.55;
	font-weight: 600;
	color: #172e50;
	margin-top: 0;
	margin-bottom: 28px;
}

.pbs26-site-polacyw .pbs26-editorial-intro-copy .pbs26-editorial-lead {
	margin-bottom: 22px;
}

.pbs26-site-polacyw .pbs26-editorial-intro-copy .pbs26-quick-answer {
	max-width: none;
	margin: 0;
}

.pbs26-site-polacyw .pbs26-quick-answer,
.pbs26-site-polacyw .pbs26-editorial-next {
	max-width: 1040px;
	margin-block: 32px;
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid #c9dbf3;
	border-left: 7px solid #17457e;
	border-radius: 20px;
	background: linear-gradient(135deg, #f5f9ff 0%, #eaf3ff 100%);
	box-shadow: 0 14px 38px rgba(23, 69, 126, 0.09);
}

.pbs26-site-polacyw .pbs26-quick-answer ul,
.pbs26-site-polacyw .pbs26-editorial-list,
.pbs26-site-polacyw .pbs26-editorial-steps {
	margin: 16px 0 0;
	padding-left: 1.3em;
}

.pbs26-site-polacyw .pbs26-quick-answer li,
.pbs26-site-polacyw .pbs26-editorial-list li,
.pbs26-site-polacyw .pbs26-editorial-steps li {
	margin-block: 9px;
	padding-left: 0.3em;
}

.pbs26-site-polacyw .pbs26-editorial-section {
	margin-block: clamp(38px, 6vw, 64px);
	padding-bottom: clamp(28px, 4vw, 44px);
	border-bottom: 1px solid var(--pbs26-editorial-line);
}

.pbs26-site-polacyw .pbs26-editorial-section h2,
.pbs26-site-polacyw .pbs26-editorial-faq h2,
.pbs26-site-polacyw .pbs26-editorial-next h2 {
	color: #123b70;
	font-size: clamp(1.55rem, 1.28rem + 1vw, 2.18rem);
	line-height: 1.2;
	margin: 0 0 20px;
}

.pbs26-site-polacyw .pbs26-editorial-content p {
	color: var(--pbs26-editorial-ink);
}

.pbs26-site-polacyw .pbs26-editorial-content :is(.pbs26-editorial-section, .pbs26-depth-section) {
	background: #fff;
}

.pbs26-site-polacyw .pbs26-editorial-content :is(.pbs26-editorial-section, .pbs26-depth-section) :is(p, li) {
	color: #24364f !important;
}

.pbs26-site-polacyw .pbs26-editorial-content .pbs26-quick-answer :is(p, li) {
	color: #13233d !important;
}

.pbs26-site-polacyw .pbs26-depth-content {
	max-width: none;
}

.pbs26-site-polacyw .pbs26-depth-section h3 {
	margin: 30px 0 14px;
	color: #123b70;
	font-size: clamp(1.22rem, 1.08rem + 0.45vw, 1.55rem);
	line-height: 1.3;
}

.pbs26-site-polacyw .pbs26-eeat-box {
	max-width: 1040px;
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid #b8cce8;
	border-left: 7px solid #17457e;
	border-radius: 20px;
	background: #eef5ff !important;
	box-shadow: 0 16px 42px rgba(20, 52, 94, 0.09);
}

.pbs26-site-polacyw .pbs26-eeat-box :is(h2, h3) {
	color: #0e315f !important;
}

.pbs26-site-polacyw .pbs26-eeat-box :is(p, li) {
	color: #1e334f !important;
}

.pbs26-site-polacyw .pbs26-eeat-box a {
	color: #0b4f9c !important;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 3px;
}

.pbs26-site-polacyw .pbs26-eeat-box a:hover,
.pbs26-site-polacyw .pbs26-eeat-box a:focus-visible {
	color: #082f62 !important;
}

.pbs26-site-polacyw .pbs26-editorial-reviewed {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #b8cce8;
}

.pbs26-site-polacyw .pbs26-editorial-faq {
	margin-block: clamp(44px, 7vw, 72px);
}

.pbs26-site-polacyw .pbs26-editorial-faq details {
	margin: 12px 0;
	border: 1px solid var(--pbs26-editorial-line);
	border-radius: 15px;
	background: #fff;
	overflow: hidden;
}

.pbs26-site-polacyw .pbs26-editorial-faq summary {
	cursor: pointer;
	font-weight: 700;
	color: #143b6b;
	padding: 18px 52px 18px 20px;
}

.pbs26-site-polacyw .pbs26-editorial-faq details p {
	margin: 0;
	padding: 0 20px 20px;
	color: #273a56;
}

.pbs26-site-polacyw .pbs26-editorial-note {
	margin-block: 40px 12px;
	padding: 18px 20px;
	border-radius: 14px;
	background: #f3f6fa;
	color: #35465e;
	font-size: 0.94rem;
}

@media (max-width: 767px) {
	body.single-post.pbs26-site-polacyw .pbs26-article-meta {
		margin-top: 72px;
	}

	.pbs26-site-polacyw .pbs26-editorial-content {
		line-height: 1.68;
	}

	.pbs26-site-polacyw .pbs26-editorial-content > * {
		max-width: 100%;
	}

	.pbs26-site-polacyw .pbs26-editorial-intro {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.pbs26-site-polacyw .pbs26-editorial-content .pbs26-editorial-hero {
		max-width: 360px;
		margin-inline: auto;
	}

	.pbs26-site-polacyw .pbs26-editorial-section {
		margin-block: 34px;
		padding-bottom: 26px;
	}

	.pbs26-site-polacyw .pbs26-quick-answer,
	.pbs26-site-polacyw .pbs26-editorial-next {
		padding: 22px 18px;
		border-left-width: 5px;
		border-radius: 16px;
	}
}
