/* Final cascade for the 2026-09 homepage redesign. Loaded after legacy core rules. */
body,
button,
input,
select,
textarea {
	font-family: 'Poppins', 'Segoe UI', Arial, sans-serif !important;
}

/* Homepage magazine issues. */
.de-issues {
	width: min(1240px, calc(100% - 48px));
	margin: 0 auto;
	padding: 44px 0 48px;
	border-bottom: 1px solid var(--de-line);
}

.de-issues__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
}

.de-issues__eyebrow {
	display: block;
	margin-bottom: 7px;
	color: var(--de-primary-dark);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .1em;
	line-height: 1.35;
}

.de-issues__header h2 {
	margin: 0;
	color: var(--de-ink);
	font-size: clamp(24px, 2.15vw, 33px);
	font-weight: 700;
	letter-spacing: -.04em;
	line-height: 1.15;
}

.de-issues__all {
	flex: 0 0 auto;
	padding: 10px 14px;
	border: 1px solid var(--de-primary-dark);
	color: var(--de-primary-dark);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .035em;
	line-height: 1;
	text-transform: uppercase;
}

.de-issues__all:hover,
.de-issues__all:focus-visible {
	background: var(--de-primary-dark);
	color: #fff;
}

.de-issues__body {
	position: relative;
}

.de-issues__controls {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	margin-bottom: 13px;
}

.de-issues__controls button {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid var(--de-line);
	border-radius: 50%;
	background: #fff;
	color: var(--de-ink);
	font-size: 19px;
	line-height: 1;
	cursor: pointer;
}

.de-issues__controls button:hover,
.de-issues__controls button:focus-visible {
	border-color: var(--de-primary-dark);
	background: var(--de-primary-dark);
	color: #fff;
}

.de-issues__controls button:disabled {
	opacity: .32;
	cursor: default;
}

.de-issues__rail {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 80px) / 5);
	gap: 20px;
	margin: 0;
	padding: 3px 2px 12px;
	overflow-x: auto;
	overflow-y: hidden;
	list-style: none;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
	scrollbar-color: var(--de-line) transparent;
}

.de-issue-card {
	min-width: 0;
	scroll-snap-align: start;
}

.de-issue-card > a {
	display: block;
	color: var(--de-ink);
}

.de-issue-card__cover {
	position: relative;
	display: block;
	aspect-ratio: 430 / 555;
	overflow: hidden;
	background: #e7efed;
	box-shadow: 0 9px 24px rgba(0, 45, 39, .12);
}

.de-issue-card__cover img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	transition: transform .28s ease;
}

.de-issue-card a:hover .de-issue-card__cover img,
.de-issue-card a:focus-visible .de-issue-card__cover img {
	transform: scale(1.025);
}

.de-issue-card a:focus-visible {
	outline: 2px solid var(--de-primary-dark);
	outline-offset: 3px;
}

.de-issue-card__badge {
	position: absolute;
	z-index: 1;
	top: 12px;
	left: 12px;
	padding: 6px 9px;
	background: var(--de-primary-dark);
	color: #fff;
	font-size: 9px;
	font-weight: 750;
	letter-spacing: .07em;
	line-height: 1;
	text-transform: uppercase;
}

.de-issue-card__label {
	display: block;
	margin-top: 13px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

.de-issue-card__action {
	display: inline-block;
	margin-top: 5px;
	color: var(--de-primary-dark);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.de-issues {
		width: min(100% - 40px, 920px);
	}

	.de-issues__rail {
		grid-auto-columns: calc((100% - 40px) / 3);
	}
}

@media (max-width: 767px) {
	.de-issues {
		width: calc(100% - 32px);
		padding: 34px 0 38px;
	}

	.de-issues__header {
		align-items: flex-start;
		margin-bottom: 16px;
	}

	.de-issues__header h2 {
		font-size: 24px;
	}

	.de-issues__eyebrow {
		max-width: 220px;
	}

	.de-issues__all {
		padding: 9px 10px;
		font-size: 9px;
	}

	.de-issues__controls {
		margin-bottom: 10px;
	}

	.de-issues__controls button {
		width: 36px;
		height: 36px;
	}

	.de-issues__rail {
		grid-auto-columns: min(72vw, 238px);
		gap: 16px;
		padding-bottom: 10px;
	}
}

/* Kontakt — native Elementor contact panel and responsive map. */
body.page-id-13745 .de-page-hero {
	width: min(1180px, calc(100% - 48px));
	padding: 54px 0 31px;
}

body.page-id-13745 .elementor-13745 > .e-con {
	--container-max-width: 1180px;
	padding: 10px 0 78px;
	background: transparent !important;
}

body.page-id-13745 .elementor-element-945b729 > .e-con-inner {
	display: grid !important;
	grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
	gap: 0 !important;
	align-items: stretch !important;
}

body.page-id-13745 .elementor-element-4b30007,
body.page-id-13745 .elementor-element-0987c5a {
	width: 100% !important;
	min-width: 0;
	margin: 0 !important;
}

body.page-id-13745 .elementor-element-4b30007 {
	display: block;
	padding: clamp(32px, 4vw, 52px) !important;
	background: #003f3a;
	color: #fff;
}

body.page-id-13745 .elementor-element-bd0f509::before {
	display: block;
	margin-bottom: 13px;
	color: #8bd5c9;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .11em;
	line-height: 1.3;
	text-transform: uppercase;
	content: 'Dane kontaktowe';
}

body.page-id-13745 .elementor-element-bd0f509 h2 {
	margin: 0 0 25px !important;
	color: #fff !important;
	font-size: clamp(26px, 2.5vw, 35px) !important;
	font-weight: 700 !important;
	letter-spacing: -.035em !important;
	line-height: 1.15 !important;
	text-transform: none !important;
	text-shadow: none !important;
}

body.page-id-13745 .elementor-element-4b30007 .elementor-widget-text-editor,
body.page-id-13745 .elementor-element-4b30007 .elementor-widget-container {
	margin: 0 !important;
	padding: 0 !important;
}

body.page-id-13745 .de-contact-item {
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, .2);
}

body.page-id-13745 .de-contact-item__label {
	display: block;
	margin-bottom: 5px;
	color: #8bd5c9;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .09em;
	line-height: 1.35;
	text-transform: uppercase;
}

body.page-id-13745 .de-contact-item p,
body.page-id-13745 .de-contact-item address {
	margin: 0 !important;
	color: rgba(255, 255, 255, .9) !important;
	font-size: 15px !important;
	font-style: normal;
	line-height: 1.7 !important;
}

body.page-id-13745 .de-contact-item a {
	color: #fff !important;
	font-weight: 650;
	overflow-wrap: anywhere;
	text-decoration-color: rgba(255, 255, 255, .4);
	text-underline-offset: 4px;
}

body.page-id-13745 .de-contact-item a:hover,
body.page-id-13745 .de-contact-item a:focus-visible {
	color: #9ce1d6 !important;
}

body.page-id-13745 .elementor-element-0987c5a {
	padding: 0 !important;
	background: #e9f6f3 !important;
}

body.page-id-13745 .elementor-element-9482d9a,
body.page-id-13745 .elementor-element-9482d9a .elementor-widget-container,
body.page-id-13745 .elementor-element-9482d9a .elementor-custom-embed {
	width: 100%;
	height: 100%;
	margin: 0 !important;
}

body.page-id-13745 .elementor-element-9482d9a iframe {
	display: block;
	width: 100% !important;
	height: 100% !important;
	min-height: 460px;
	border: 0;
}

@media (max-width: 900px) {
	body.page-id-13745 .elementor-element-945b729 > .e-con-inner {
		grid-template-columns: minmax(0, 1fr);
	}

	body.page-id-13745 .elementor-element-9482d9a iframe {
		min-height: 380px;
	}
}

@media (max-width: 767px) {
	body.page-id-13745 .de-page-hero {
		width: calc(100% - 32px);
		padding: 34px 0 22px;
	}

	body.page-id-13745 .elementor-13745 > .e-con {
		padding: 0 0 50px;
	}

	body.page-id-13745 .elementor-element-4b30007 {
		padding: 29px 24px !important;
	}

	body.page-id-13745 .elementor-element-bd0f509 h2 {
		font-size: 27px !important;
	}

	body.page-id-13745 .de-contact-item p,
	body.page-id-13745 .de-contact-item address {
		font-size: 14px !important;
	}

	body.page-id-13745 .elementor-element-9482d9a iframe {
		min-height: 300px;
	}
}

/* Redakcja — convert the legacy contact table into responsive editorial cards. */
body.page-id-13952 .container-single-page {
	padding-top: 0 !important;
}

body.page-id-13952 #main,
body.page-id-13952 article,
body.page-id-13952 .post-entry,
body.page-id-13952 .inner-post-entry {
	width: 100%;
	max-width: none;
}

body.page-id-13952 .penci-page-header {
	position: relative;
	margin: 0 0 34px !important;
	padding: 54px 0 31px;
	border-bottom: 1px solid var(--de-type-line);
	text-align: left !important;
}

body.page-id-13952 .penci-page-header::before {
	display: block;
	margin-bottom: 8px;
	color: var(--de-type-accent);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .09em;
	line-height: 1.35;
	text-transform: uppercase;
	content: 'Kontakt i dane wydawcy';
}

body.page-id-13952 .penci-page-header .entry-title {
	margin: 0 !important;
	color: var(--de-type-ink) !important;
	font-size: clamp(38px, 4vw, 52px) !important;
	font-weight: 700 !important;
	letter-spacing: -.045em !important;
	line-height: 1.08 !important;
	text-align: left !important;
	text-shadow: none !important;
}

body.page-id-13952 .elementor-13952 > .e-con {
	--container-max-width: 1180px;
	padding-bottom: 78px;
}

body.page-id-13952 .elementor-element-fa9db70,
body.page-id-13952 .elementor-element-fa9db70 .elementor-widget-container,
body.page-id-13952 .elementor-element-fa9db70 .pcrstb-wrap {
	width: 100%;
	max-width: none;
	overflow: visible !important;
}

body.page-id-13952 .elementor-element-fa9db70 table,
body.page-id-13952 .elementor-element-fa9db70 tbody {
	display: block;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	border: 0 !important;
}

body.page-id-13952 .elementor-element-fa9db70 tbody {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

body.page-id-13952 .elementor-element-fa9db70 tr {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 245px;
	padding: 30px 28px 28px;
	border: 1px solid #d8e5e2;
	border-top: 4px solid #0b8c7d;
	background: #fff;
	box-shadow: 0 12px 30px rgba(8, 47, 49, .06);
}

body.page-id-13952 .elementor-element-fa9db70 td {
	display: block;
	width: 100% !important;
	min-width: 0;
	padding: 0 !important;
	border: 0 !important;
	color: var(--de-type-copy) !important;
	font-size: 15px !important;
	line-height: 1.75 !important;
	text-align: left !important;
	vertical-align: top;
}

body.page-id-13952 .elementor-element-fa9db70 td:first-child {
	margin-bottom: 22px;
	padding-bottom: 17px !important;
	border-bottom: 1px solid #d8e5e2 !important;
}

body.page-id-13952 .elementor-element-fa9db70 td:first-child strong {
	color: #003f3a;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .085em;
	line-height: 1.4;
	text-transform: uppercase;
}

body.page-id-13952 .elementor-element-fa9db70 td:last-child > strong:first-child {
	display: block;
	margin-bottom: 8px;
	color: var(--de-type-ink);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.25;
}

body.page-id-13952 .elementor-element-fa9db70 a {
	color: var(--de-type-accent) !important;
	font-weight: 650;
	overflow-wrap: anywhere;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

body.page-id-13952 .elementor-element-fa9db70 a:hover,
body.page-id-13952 .elementor-element-fa9db70 a:focus-visible {
	color: #003f3a !important;
}

body.page-id-13952 .elementor-element-fa9db70 tr:last-child a[href^='mailto:'] {
	display: block;
	margin-top: 2px;
	font-size: 14px;
}

body.page-id-13952 .elementor-element-fa9db70 + p,
body.page-id-13952 .elementor-element-fa9db70 .elementor-widget-container > p:last-child {
	display: none;
}

@media (max-width: 900px) {
	body.page-id-13952 .elementor-element-fa9db70 tbody {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.page-id-13952 .elementor-element-fa9db70 tr:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	body.page-id-13952 .penci-page-header {
		margin-bottom: 22px !important;
		padding: 34px 0 22px;
	}

	body.page-id-13952 .penci-page-header .entry-title {
		font-size: 34px !important;
	}

	body.page-id-13952 .elementor-13952 > .e-con {
		padding-bottom: 50px;
	}

	body.page-id-13952 .elementor-element-fa9db70 tbody {
		grid-template-columns: minmax(0, 1fr);
		gap: 14px;
	}

	body.page-id-13952 .elementor-element-fa9db70 tr,
	body.page-id-13952 .elementor-element-fa9db70 tr:last-child {
		grid-column: auto;
		min-height: 0;
		padding: 25px 22px 24px;
	}

	body.page-id-13952 .elementor-element-fa9db70 td {
		font-size: 14px !important;
	}
}

/*
 * Soledad's sidebar heading style 25 draws a 100-step long text shadow.
 * Disable it globally for every sidebar context, including generated content,
 * so category archives, posts, pages and future templates cannot re-enable it.
 */
#sidebar.penci-sidebar-content .widget-title,
#sidebar.penci-sidebar-content .widget-title *,
#sidebar.penci-sidebar-content .widget-title::before,
#sidebar.penci-sidebar-content .widget-title::after,
#sidebar.penci-sidebar-content .widget-title *::before,
#sidebar.penci-sidebar-content .widget-title *::after,
.penci-sidebar-content .widget-title,
.penci-sidebar-content .widget-title *,
.penci-sidebar-content .widget-title::before,
.penci-sidebar-content .widget-title::after,
.penci-sidebar-content .widget-title *::before,
.penci-sidebar-content .widget-title *::after {
	box-shadow: none !important;
	text-shadow: none !important;
}

/* Wspolpraca — Elementor content retained, presentation aligned with the homepage. */
body.page-id-13939 .container-single-page {
	padding-top: 0 !important;
}

body.page-id-13939 #main,
body.page-id-13939 article,
body.page-id-13939 .post-entry,
body.page-id-13939 .inner-post-entry {
	width: 100%;
	max-width: none;
}

body.page-id-13939 .penci-page-header {
	position: relative;
	margin: 0 0 34px !important;
	padding: 54px 0 31px;
	border-bottom: 1px solid var(--de-type-line);
	text-align: left !important;
}

body.page-id-13939 .penci-page-header::before {
	display: block;
	margin-bottom: 8px;
	color: var(--de-type-accent);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .09em;
	line-height: 1.35;
	text-transform: uppercase;
	content: 'Dla partnerów i reklamodawców';
}

body.page-id-13939 .penci-page-header .entry-title {
	margin: 0 !important;
	color: var(--de-type-ink) !important;
	font-size: clamp(38px, 4vw, 52px) !important;
	font-weight: 700 !important;
	letter-spacing: -.045em !important;
	line-height: 1.08 !important;
	text-align: left !important;
	text-shadow: none !important;
}

body.page-id-13939 .elementor-13939 > .e-con {
	--container-max-width: 1180px;
}

body.page-id-13939 .elementor-element-9a64d9e > .e-con-inner {
	display: grid !important;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: 0 !important;
	align-items: stretch !important;
}

body.page-id-13939 .elementor-element-5cd69b3,
body.page-id-13939 .elementor-element-21954fc {
	width: 100% !important;
	min-width: 0;
	padding: clamp(30px, 4vw, 54px) !important;
}

body.page-id-13939 .elementor-element-5cd69b3 {
	justify-content: center;
	background: #003f3a;
	color: #fff;
}

body.page-id-13939 .elementor-element-ee646f7::before {
	display: block;
	margin-bottom: 15px;
	color: #8bd5c9;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .11em;
	line-height: 1.3;
	text-transform: uppercase;
	content: 'Porozmawiajmy o współpracy';
}

body.page-id-13939 .elementor-element-ee646f7 h4 {
	max-width: 360px;
	margin: 0 0 24px !important;
	color: #fff !important;
	font-size: clamp(25px, 2.4vw, 34px) !important;
	font-weight: 700 !important;
	letter-spacing: -.035em !important;
	line-height: 1.15 !important;
}

body.page-id-13939 .elementor-element-5b9c69d p {
	margin: 0;
	color: rgba(255, 255, 255, .78) !important;
	font-size: 15px !important;
	line-height: 1.85 !important;
}

body.page-id-13939 .elementor-element-5b9c69d a {
	color: #fff !important;
	font-weight: 650;
	text-decoration-color: rgba(255, 255, 255, .35);
	text-underline-offset: 4px;
}

body.page-id-13939 .elementor-element-5b9c69d a:hover,
body.page-id-13939 .elementor-element-5b9c69d a:focus-visible {
	color: #9ce1d6 !important;
}

body.page-id-13939 .elementor-element-21954fc {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(160px, 230px);
	grid-template-rows: 1fr;
	gap: 30px;
	align-items: center;
	background: #e9f6f3;
}

body.page-id-13939 .elementor-element-18ff023 {
	grid-column: 1;
	grid-row: 1;
}

body.page-id-13939 .elementor-element-18ff023 h6 {
	margin: 0 0 18px !important;
	font-size: 0 !important;
	line-height: 1 !important;
}

body.page-id-13939 .elementor-element-18ff023 h6 a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	padding: 12px 16px;
	border: 1px solid #006f63;
	background: #006f63;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 750;
	letter-spacing: .055em;
	line-height: 1.25;
	text-transform: uppercase;
}

body.page-id-13939 .elementor-element-18ff023 h6 a::after {
	font-size: 16px;
	line-height: 1;
	content: '\2193';
}

body.page-id-13939 .elementor-element-18ff023 h6 a:hover,
body.page-id-13939 .elementor-element-18ff023 h6 a:focus-visible {
	border-color: #003f3a;
	background: #003f3a;
}

body.page-id-13939 .elementor-element-18ff023 p {
	max-width: 260px;
	margin: 0;
	color: #003f3a !important;
	font-size: 23px !important;
	font-weight: 700 !important;
	letter-spacing: -.03em;
	line-height: 1.25 !important;
}

body.page-id-13939 .elementor-element-75347d7 {
	grid-column: 2;
	grid-row: 1;
	margin: 0;
}

body.page-id-13939 .elementor-element-75347d7 a {
	display: block;
	box-shadow: 0 16px 34px rgba(0, 63, 58, .14);
	transition: transform .22s ease, box-shadow .22s ease;
}

body.page-id-13939 .elementor-element-75347d7 a:hover,
body.page-id-13939 .elementor-element-75347d7 a:focus-visible {
	transform: translateY(-3px);
	box-shadow: 0 20px 40px rgba(0, 63, 58, .2);
}

body.page-id-13939 .elementor-element-75347d7 img {
	display: block;
	width: 100% !important;
	height: auto !important;
}

body.page-id-13939 .elementor-element-c81640d {
	padding-top: 72px;
}

body.page-id-13939 .elementor-element-ba74afa h2 {
	margin: 0 0 9px !important;
	color: var(--de-type-ink) !important;
	font-size: clamp(29px, 3vw, 40px) !important;
	font-weight: 700 !important;
	letter-spacing: -.04em !important;
	line-height: 1.15 !important;
	text-align: center !important;
}

body.page-id-13939 .elementor-element-14a3142 {
	color: var(--de-type-muted);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}

body.page-id-13939 .elementor-element-6486dd2 {
	padding: 25px 0 74px;
}

body.page-id-13939 .elementor-element-6486dd2 > .e-con-inner {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px !important;
	align-items: stretch !important;
}

body.page-id-13939 .elementor-element-6486dd2 > .e-con-inner > .e-con {
	position: relative;
	width: 100% !important;
	min-width: 0;
	padding: 30px 28px 27px !important;
	border: 1px solid #d8e5e2;
	background: #fff;
}

body.page-id-13939 .elementor-element-6486dd2 > .e-con-inner > .e-con:nth-child(2) {
	border-top: 4px solid #0b8c7d;
	box-shadow: 0 15px 34px rgba(0, 63, 58, .09);
}

body.page-id-13939 .elementor-element-6486dd2 .elementor-widget-text-editor,
body.page-id-13939 .elementor-element-6486dd2 .elementor-widget-container {
	height: 100%;
}

body.page-id-13939 .elementor-element-6486dd2 .elementor-widget-container {
	display: flex;
	flex-direction: column;
}

body.page-id-13939 .elementor-element-6486dd2 h4 {
	margin: 0 0 20px !important;
	padding-bottom: 17px;
	border-bottom: 1px solid #d8e5e2;
	color: #003f3a !important;
	font-size: 23px !important;
	font-weight: 700 !important;
	letter-spacing: -.03em !important;
	line-height: 1.2 !important;
}

body.page-id-13939 .elementor-element-6486dd2 ul {
	margin: 0 0 26px !important;
	padding: 0 !important;
}

body.page-id-13939 .elementor-element-6486dd2 li {
	position: relative;
	margin: 0 0 12px !important;
	padding: 0 0 0 24px !important;
	color: #364542;
	font-size: 14px;
	line-height: 1.55;
	list-style: none !important;
}

body.page-id-13939 .elementor-element-6486dd2 li::before {
	position: absolute;
	top: .3em;
	left: 0;
	display: grid;
	place-items: center;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #dff2ee;
	color: #007b6d;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	content: '\2713';
}

body.page-id-13939 .elementor-element-6486dd2 p {
	margin: auto 0 0 !important;
	padding-top: 19px;
	border-top: 1px solid #d8e5e2;
	color: #52605d !important;
	font-size: 14px !important;
	line-height: 1.65 !important;
}

body.page-id-13939 .elementor-element-6486dd2 p strong {
	display: block;
	margin-bottom: 6px;
	color: #003f3a;
	font-size: 11px;
	font-style: normal;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.page-id-13939 .elementor-element-6486dd2 p br:first-of-type {
	display: none;
}

@media (max-width: 900px) {
	body.page-id-13939 .elementor-element-9a64d9e > .e-con-inner {
		grid-template-columns: minmax(0, 1fr);
	}

	body.page-id-13939 .elementor-element-6486dd2 > .e-con-inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 14px !important;
	}
}

@media (max-width: 767px) {
	body.page-id-13939 .penci-page-header {
		margin-bottom: 22px !important;
		padding: 34px 0 22px;
	}

	body.page-id-13939 .penci-page-header .entry-title {
		font-size: 34px !important;
	}

	body.page-id-13939 .elementor-element-5cd69b3,
	body.page-id-13939 .elementor-element-21954fc {
		padding: 28px 24px !important;
	}

	body.page-id-13939 .elementor-element-21954fc {
		grid-template-columns: minmax(0, 1fr) 120px;
		gap: 18px;
	}

	body.page-id-13939 .elementor-element-18ff023 h6 a {
		padding: 11px 12px;
		font-size: 10px !important;
	}

	body.page-id-13939 .elementor-element-18ff023 p {
		font-size: 18px !important;
	}

	body.page-id-13939 .elementor-element-c81640d {
		padding-top: 46px;
	}

	body.page-id-13939 .elementor-element-ba74afa h2 {
		font-size: 28px !important;
	}

	body.page-id-13939 .elementor-element-6486dd2 {
		padding: 18px 0 50px;
	}

	body.page-id-13939 .elementor-element-6486dd2 > .e-con-inner > .e-con {
		padding: 25px 22px 23px !important;
	}
}

@media (max-width: 420px) {
	body.page-id-13939 .elementor-element-21954fc {
		grid-template-columns: minmax(0, 1fr) 96px;
		gap: 14px;
	}

	body.page-id-13939 .elementor-element-18ff023 h6 a {
		align-items: flex-start;
	}

	body.page-id-13939 .elementor-element-18ff023 h6 a::after {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.page-id-13939 .elementor-element-75347d7 a {
		transition: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.de-issues__rail {
		scroll-behavior: auto;
	}

	.de-issue-card__cover img {
		transition: none;
	}
}

/* Homepage calculators — a horizontal tool shelf matching the issue carousel. */
.de-calculators-showcase {
	position: relative;
	isolation: isolate;
	width: min(1240px, calc(100% - 48px));
	margin: 0 auto;
	padding: 48px 32px 52px;
	overflow: hidden;
	background: #eef8f6;
}

.de-calculators-showcase__art {
	position: absolute;
	z-index: -1;
	top: -42px;
	right: -85px;
	width: min(52%, 650px) !important;
	height: auto !important;
	max-width: none !important;
	opacity: .095;
	pointer-events: none;
}

.de-calculators-showcase__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
}

.de-calculators-showcase__eyebrow {
	display: block;
	margin-bottom: 7px;
	color: var(--de-primary-dark);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .1em;
	line-height: 1.35;
}

.de-calculators-showcase__header h2 {
	max-width: 720px;
	margin: 0;
	color: var(--de-ink);
	font-size: clamp(24px, 2.15vw, 33px);
	font-weight: 700;
	letter-spacing: -.04em;
	line-height: 1.15;
}

.de-calculators-showcase__all {
	flex: 0 0 auto;
	padding: 10px 14px;
	border: 1px solid var(--de-primary-dark);
	color: var(--de-primary-dark);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .035em;
	line-height: 1;
	text-transform: uppercase;
}

.de-calculators-showcase__all:hover,
.de-calculators-showcase__all:focus-visible {
	background: var(--de-primary-dark);
	color: #fff;
}

.de-calculators-showcase__lead {
	max-width: 690px;
	margin: 12px 0 19px;
	color: #526663;
	font-size: 14px;
	line-height: 1.65;
}

.de-calculators-showcase__body {
	position: relative;
}

.de-calculators-showcase__controls {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	margin-bottom: 13px;
}

.de-calculators-showcase__controls button {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid #c9ddda;
	border-radius: 50%;
	background: #fff;
	color: var(--de-ink);
	font-size: 19px;
	line-height: 1;
	cursor: pointer;
}

.de-calculators-showcase__controls button:hover,
.de-calculators-showcase__controls button:focus-visible {
	border-color: var(--de-primary-dark);
	background: var(--de-primary-dark);
	color: #fff;
}

.de-calculators-showcase__controls button:disabled {
	opacity: .32;
	cursor: default;
}

.de-calculators-showcase__rail {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 54px) / 4);
	gap: 18px;
	margin: 0;
	padding: 3px 2px 12px;
	overflow-x: auto;
	overflow-y: hidden;
	list-style: none;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
	scrollbar-color: #b8d3ce transparent;
}

.de-calculator-slide {
	min-width: 0;
	scroll-snap-align: start;
}

.de-calculator-slide > a {
	display: flex;
	flex-direction: column;
	min-height: 250px;
	padding: 22px;
	border: 1px solid #d1e1de;
	border-top: 4px solid var(--de-primary-dark);
	background: rgba(255, 255, 255, .96);
	color: var(--de-ink);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.de-calculator-slide > a:hover,
.de-calculator-slide > a:focus-visible {
	transform: translateY(-3px);
	border-color: var(--de-primary-dark);
	box-shadow: 0 14px 30px rgba(8, 47, 49, .11);
}

.de-calculator-slide > a:focus-visible {
	outline: 2px solid var(--de-primary-dark);
	outline-offset: 3px;
}

.de-calculator-slide__icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin-bottom: 18px;
	background: #e2f3ef;
	color: var(--de-primary-dark);
}

.de-calculator-slide__icon svg {
	width: 38px;
	height: 38px;
}

.de-calculator-slide__category {
	display: block;
	margin-bottom: 7px;
	color: #5a716d;
	font-size: 9px;
	font-weight: 750;
	letter-spacing: .07em;
	line-height: 1.35;
	text-transform: uppercase;
}

.de-calculator-slide__title {
	display: block;
	color: var(--de-ink);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.32;
}

.de-calculator-slide__action {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	padding-top: 16px;
	color: var(--de-primary-dark);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .06em;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.de-calculators-showcase {
		width: min(100% - 40px, 920px);
		padding-inline: 26px;
	}

	.de-calculators-showcase__rail {
		grid-auto-columns: calc((100% - 36px) / 3);
	}
}

@media (max-width: 767px) {
	.de-calculators-showcase {
		width: calc(100% - 32px);
		padding: 34px 18px 38px;
	}

	.de-calculators-showcase__art {
		top: 0;
		right: -95px;
		width: 430px !important;
		opacity: .065;
	}

	.de-calculators-showcase__header {
		align-items: flex-start;
	}

	.de-calculators-showcase__header h2 {
		font-size: 24px;
	}

	.de-calculators-showcase__all {
		padding: 9px 10px;
		font-size: 9px;
	}

	.de-calculators-showcase__lead {
		max-width: 82%;
	}

	.de-calculators-showcase__rail {
		grid-auto-columns: min(78vw, 276px);
		gap: 16px;
	}

	.de-calculator-slide > a {
		min-height: 238px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.de-calculators-showcase__rail {
		scroll-behavior: auto;
	}

	.de-calculator-slide > a {
		transition: none;
	}
}

.de-ad-disclosure {
	height: 27px !important;
	min-height: 27px !important;
	padding: 5px 20px !important;
	font-size: 10px !important;
	line-height: 17px !important;
}

.de-ad-disclosure__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: min(1240px, 100%);
	margin: 0 auto;
}

.de-ad-disclosure__inner nav {
	display: flex;
	gap: 16px;
}

.de-ad-disclosure__inner a {
	color: #fff;
	font-weight: 600;
}

.pc-wrapbuilder-header,
#pcbdhd_header,
.main-builder-header {
	height: 97px !important;
	min-height: 97px !important;
}

.main-builder-header {
	position: relative !important;
	border-bottom: 1px solid #dce8e5 !important;
	box-shadow: none !important;
}

.main-builder-header .penci_topbar,
.main-builder-header .penci_midbar {
	height: 96px !important;
	min-height: 96px !important;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

.main-builder-header .penci_topbar .container,
.main-builder-header .penci_midbar .container {
	width: min(1240px, calc(100% - 48px)) !important;
	height: 96px !important;
	max-width: 1240px !important;
}

.main-builder-header .penci_topbar .penci_nav_row,
.main-builder-header .penci_midbar .penci_nav_row {
	width: 100% !important;
	height: 96px !important;
	min-height: 96px !important;
}

.main-builder-header .penci_topbar .penci_nav_left {
	display: none !important;
}

.main-builder-header .penci_topbar .penci_nav_center {
	z-index: 4;
	justify-content: flex-start !important;
	width: 372px !important;
	height: 96px !important;
	margin: 0 !important;
}

.main-builder-header .penci_topbar .pc-logo,
.main-builder-header .penci_topbar .pc-logo a {
	width: 348px !important;
	height: 85px !important;
}

.main-builder-header .penci_topbar .penci-mainlogo {
	width: 348px !important;
	height: 85px !important;
	max-width: 348px !important;
	max-height: 85px !important;
	object-fit: contain;
}

.main-builder-header .penci_topbar .penci_nav_right {
	z-index: 5;
	width: 128px !important;
	height: 96px !important;
	margin-left: auto !important;
}

.main-builder-header .penci_topbar .penci-builder-button {
	min-width: 118px;
	height: 42px !important;
	padding: 0 20px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #00a090 !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 42px !important;
}

.main-builder-header .penci_midbar {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	background: transparent !important;
	pointer-events: none;
}

.main-builder-header .penci_midbar .penci_nav_left,
.main-builder-header .penci_midbar .penci_nav_right {
	display: none !important;
}

.main-builder-header .penci_midbar .penci_nav_center {
	align-items: center !important;
	width: 100% !important;
	height: 96px !important;
	padding: 0 72px 0 380px !important;
	pointer-events: none;
}

.main-builder-header .penci_midbar .pc-main-menu,
.main-builder-header .penci_midbar .penci-top-search {
	pointer-events: auto;
}

.main-builder-header .penci_midbar .pc-main-menu,
.main-builder-header .penci_midbar .navigation,
.main-builder-header .penci_midbar .menu,
.main-builder-header .penci_midbar .menu > li,
.main-builder-header .penci_midbar .menu > li > a {
	height: 96px !important;
	min-height: 96px !important;
}

.main-builder-header .penci_midbar .pc-main-menu,
.main-builder-header .penci_midbar .navigation,
.main-builder-header .penci_midbar .menu {
	width: auto !important;
}

.main-builder-header .penci_midbar .menu {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 3px;
}

.main-builder-header .penci_midbar .menu > li {
	margin-right: 14px !important;
}

.main-builder-header .penci_midbar .menu > li:last-child {
	margin-right: 0 !important;
}

.main-builder-header .penci_midbar .menu > li > a {
	padding: 0 13px !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 96px !important;
	text-transform: none !important;
}

.main-builder-header .penci_midbar .penci-top-search {
	width: 42px !important;
	margin-left: 8px;
}

#footer-section-container,
.elementor-474 .elementor-element-ab62f89 {
	background: #003d3a !important;
}

.de-newsletter {
	padding: 26px 28px !important;
	background: #edf8f6 !important;
	border-radius: 0 !important;
}

.elementor-474 .elementor-element-ab62f89 > .elementor-container {
	width: min(1240px, calc(100% - 48px)) !important;
}

/* Single post presentation — content remains sourced from WordPress. */
.single-post .penci-single-wrapper {
	background: #fff;
}

.single-post .penci-single-pheader {
	width: min(1240px, calc(100% - 48px)) !important;
	max-width: 1240px !important;
}

.single-post .penci-single-wrapper > .container,
.single-post .container-single {
	width: min(1240px, calc(100% - 48px)) !important;
	max-width: 1240px !important;
}

.single-post .header-standard.single-header {
	max-width: 930px;
	margin: 42px auto 24px !important;
	padding: 0 !important;
	text-align: left !important;
}

.single-post .penci-single-cat .cat > a,
.single-post .penci-standard-cat .cat > a {
	display: inline-block;
	padding: 5px 9px;
	background: #008f82;
	color: #fff !important;
	font-size: 10px !important;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.single-post .post-title.single-post-title {
	margin: 12px 0 0 !important;
	color: #101d1b !important;
	font-family: 'Poppins', 'Segoe UI', Arial, sans-serif !important;
	font-size: clamp(34px, 4vw, 50px) !important;
	font-weight: 700 !important;
	letter-spacing: -.04em !important;
	line-height: 1.1 !important;
	text-align: left !important;
}

.single-post .penci-single-pheader {
	margin-bottom: 42px !important;
}

.single-post .post-image,
.single-post .post-image img {
	width: 100% !important;
	max-width: none !important;
	border-radius: 0 !important;
}

.single-post .post-image {
	aspect-ratio: 16 / 8.4;
	height: auto !important;
	overflow: hidden;
}

.single-post .post-image img {
	height: 100% !important;
	object-fit: cover;
}

/* Keep the featured image stable while scrolling.
 * Soledad's jarallax turns it into a viewport-sized fixed layer on phones
 * and continuously translates it on desktop, which causes jumping and
 * inconsistent cropping inside the article header. */
.single-post .post-image.penci-jarallax > [id^="jarallax-container-"] {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	transform: none !important;
	z-index: 0 !important;
}

.single-post .post-image.penci-jarallax .jarallax-img {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 100% !important;
	min-height: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: cover !important;
	transform: none !important;
}

/* Company presentation posts use wide advertiser logos as featured images.
 * Keep the complete mark visible instead of applying the photographic crop. */
.single-post.de-single-company-presentation .post-image.penci-jarallax {
	border: 1px solid #e2e9e7;
	background: #fff !important;
}

.single-post.de-single-company-presentation .post-image.penci-jarallax > [id^="jarallax-container-"] {
	background: #fff !important;
}

.single-post.de-single-company-presentation .post-image.penci-jarallax .jarallax-img {
	object-fit: contain !important;
	object-position: center !important;
	background: #fff !important;
}

.single-post #main {
	width: calc(100% - 440px) !important;
	max-width: 800px !important;
}

.single-post #sidebar {
	width: 400px !important;
}

.single-post #sidebar .adrotate_widgets,
.single-post #sidebar .adrotate_widgets > div,
.single-post #sidebar .adrotate_widgets .g,
.single-post #sidebar .adrotate_widgets .g > div {
	width: 100% !important;
	max-width: 400px !important;
}

.single-post #sidebar .adrotate_widgets img {
	display: block;
	max-width: 100% !important;
	height: auto !important;
	margin-right: auto;
	margin-left: auto;
}

.single-post #sidebar .adrotate_widgets .widget-title,
.single-post #sidebar .adrotate_widgets .widget-title .inner-arrow,
.single-post #sidebar .adrotate_widgets .widget-title .inner-arrow * {
	box-shadow: none !important;
	text-shadow: none !important;
}

.single-post #sidebar .de-sidebar-issues {
	width: 100%;
	max-width: 400px;
	margin: 0 0 40px;
	padding: 22px;
	border: 1px solid #dce7e4;
	background: #f6faf9;
}

.de-sidebar-issues__header {
	margin-bottom: 18px;
}

.de-sidebar-issues__eyebrow {
	display: block;
	margin-bottom: 6px;
	color: #007f74;
	font-size: 9px;
	font-weight: 750;
	letter-spacing: .08em;
	line-height: 1.35;
	text-transform: uppercase;
}

.single-post #sidebar .de-sidebar-issues__header h2 {
	margin: 0 !important;
	color: #101d1b !important;
	font-family: 'Poppins', 'Segoe UI', Arial, sans-serif !important;
	font-size: 25px !important;
	font-weight: 700 !important;
	letter-spacing: -.035em !important;
	line-height: 1.15 !important;
	text-shadow: none !important;
}

.de-sidebar-issues__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.de-sidebar-issue {
	min-width: 0;
	margin: 0;
}

.de-sidebar-issue > a {
	display: block;
	color: #101d1b !important;
	text-decoration: none !important;
}

.de-sidebar-issue__cover {
	position: relative;
	display: block;
	aspect-ratio: 430 / 555;
	overflow: hidden;
	background: #e7efed;
	box-shadow: 0 7px 20px rgba(0, 45, 39, .12);
}

.de-sidebar-issue__cover img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	transition: transform .25s ease;
}

.de-sidebar-issue a:hover .de-sidebar-issue__cover img,
.de-sidebar-issue a:focus-visible .de-sidebar-issue__cover img {
	transform: scale(1.025);
}

.de-sidebar-issue a:focus-visible {
	outline: 2px solid #007f74;
	outline-offset: 3px;
}

.de-sidebar-issue__badge {
	position: absolute;
	z-index: 1;
	top: 8px;
	left: 8px;
	padding: 5px 7px;
	background: #007f74;
	color: #fff;
	font-size: 8px;
	font-weight: 750;
	letter-spacing: .06em;
	line-height: 1;
	text-transform: uppercase;
}

.de-sidebar-issue__label {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
}

.de-sidebar-issue__action {
	display: inline-block;
	margin-top: 4px;
	color: #007f74;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.de-sidebar-issues__all {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	padding: 11px 13px;
	border: 1px solid #007f74;
	color: #007f74 !important;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1;
	text-decoration: none !important;
	text-transform: uppercase;
}

.de-sidebar-issues__all:hover,
.de-sidebar-issues__all:focus-visible {
	background: #007f74;
	color: #fff !important;
}

.single-post .post-entry {
	color: #263330;
	font-family: 'Poppins', 'Segoe UI', Arial, sans-serif !important;
	font-size: 16px !important;
	line-height: 1.75 !important;
}

.single-post .post-entry p {
	margin-bottom: 1.35em !important;
	text-align: left !important;
}

.single-post .post-entry h2,
.single-post .post-entry h3 {
	scroll-margin-top: 90px;
	color: #101d1b;
	font-family: 'Poppins', 'Segoe UI', Arial, sans-serif !important;
	font-weight: 700 !important;
	letter-spacing: -.025em;
	line-height: 1.25;
}

.single-post .post-entry h2 {
	margin: 44px 0 16px !important;
	font-size: 28px !important;
}

.single-post .post-entry h3 {
	margin: 32px 0 12px !important;
	font-size: 21px !important;
}

.single-post .post-entry img,
.single-post .post-entry figure {
	max-width: 100% !important;
	border-radius: 0 !important;
}

.single-post .post-entry a {
	color: #007f74;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

/* The theme's fixed share rail obstructs the reading column. Sharing remains
 * available in the dedicated block appended below the article body. */
.single-post .penci-social-fixed-share {
	display: none !important;
}

.de-article-share {
	clear: both;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 32px 0 0;
	padding: 18px 0;
	border-top: 1px solid #dce7e4;
	border-bottom: 1px solid #dce7e4;
}

.de-article-share__label {
	color: #101d1b;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}

.de-article-share__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

.single-post .post-entry .de-article-share__links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	min-height: 42px;
	padding: 0;
	border: 1px solid currentColor;
	border-radius: 50% !important;
	background: #fff;
	text-decoration: none !important;
	transition: color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.de-article-share__link svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.single-post .post-entry .de-article-share__link--facebook {
	color: #1877f2 !important;
}

.single-post .post-entry .de-article-share__link--x {
	color: #111 !important;
}

.single-post .post-entry .de-article-share__link--pinterest {
	color: #e60023 !important;
}

.single-post .post-entry .de-article-share__link--email {
	color: #007f74 !important;
}

.single-post .post-entry .de-article-share__links a:hover,
.single-post .post-entry .de-article-share__links a:focus-visible {
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(11, 42, 39, .16);
}

.single-post .post-entry .de-article-share__link--facebook:hover,
.single-post .post-entry .de-article-share__link--facebook:focus-visible {
	background: #1877f2;
}

.single-post .post-entry .de-article-share__link--x:hover,
.single-post .post-entry .de-article-share__link--x:focus-visible {
	background: #111;
}

.single-post .post-entry .de-article-share__link--pinterest:hover,
.single-post .post-entry .de-article-share__link--pinterest:focus-visible {
	background: #e60023;
}

.single-post .post-entry .de-article-share__link--email:hover,
.single-post .post-entry .de-article-share__link--email:focus-visible {
	background: #007f74;
}

.single-post .post-box-meta-single,
.single-post .author-post,
.single-post .post-author,
.single-post .post-date,
.single-post .penci-post-date,
.single-post #comments,
.single-post .comments-area {
	display: none !important;
}

.de-article-toc {
	float: right;
	width: 260px;
	margin: 0 0 24px 28px;
	padding: 20px;
	background: #edf8f6;
	border-left: 3px solid #008f82;
}

.de-article-toc h2 {
	margin: 0 0 12px !important;
	font-size: 18px !important;
}

.de-article-toc ol {
	margin: 0;
	padding-left: 18px;
}

.de-article-toc li {
	margin: 0 0 8px;
	color: #008f82;
	font-size: 12px;
	line-height: 1.4;
}

.de-article-toc a {
	color: #24413c !important;
	text-decoration: none !important;
}

.de-article-toc a:hover,
.de-article-toc a:focus-visible {
	color: #007f74 !important;
	text-decoration: underline !important;
}

.de-article-ad {
	clear: both;
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 36px 0;
}

.de-article-ad .domenergo-ad-slot--banner {
	width: 100%;
	max-width: 750px;
	border-radius: 0 !important;
}

.de-article-ad--below-featured {
	margin-top: 28px;
	margin-bottom: 36px;
}

/* Global footer rebuilt inside the active Penci/Elementor footer document. */
#footer-section-container .elementor-474,
#footer-section-container .elementor-474 > .elementor-section,
#footer-section-container .elementor-474 > .elementor-section > .elementor-container,
#footer-section-container .elementor-474 .elementor-column,
#footer-section-container .elementor-474 .elementor-widget-wrap,
#footer-section-container .elementor-474 .elementor-widget-container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #003d3a !important;
}

.de-site-footer-v2 {
	width: min(1240px, calc(100% - 48px));
	margin: 0 auto;
	padding: 54px 0 20px;
	color: #d4e5e1;
}

.de-site-footer-v2__grid {
	display: grid;
	grid-template-columns: 1.35fr .9fr 1.15fr .85fr;
	gap: 38px;
}

.de-site-footer-v2__widget {
	min-width: 0;
}

.de-site-footer-v2 h2 {
	margin: 0 0 16px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}

.de-site-footer-v2 p,
.de-site-footer-v2 li,
.de-site-footer-v2 a {
	color: #d4e5e1;
	font-size: 11px;
	line-height: 1.65;
}

.de-site-footer-v2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.de-site-footer-v2 li {
	margin: 0 0 6px;
}

.de-site-footer-v2 a:hover,
.de-site-footer-v2 a:focus-visible {
	color: #63ddd1;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.de-site-footer__logo {
	display: block;
	width: 190px !important;
	height: auto !important;
	margin-bottom: 17px;
	padding: 8px 10px;
	background: #fff;
	border-radius: 0 !important;
}

.de-site-footer-v2__brand p {
	max-width: 230px;
}

.de-site-footer-v2__widget p {
	margin: 0 0 16px;
}

.de-site-footer-v2__widget address {
	display: grid;
	gap: 5px;
	font-style: normal;
}

.de-site-footer-v2__widget address span {
	display: block;
	margin-bottom: 5px;
}

.de-site-footer-v2__widget address a {
	display: block;
	overflow-wrap: anywhere;
}

.de-site-footer-v2__widget.widget_nav_menu a[target="_blank"]::after {
	margin-left: 6px;
	color: #63ddd1;
	font-size: 10px;
	content: "↗";
}

.de-site-footer-v2__network {
	margin-top: 34px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, .14);
}

.de-site-footer-v2__network h2 {
	margin-bottom: 18px;
}

.de-site-footer-v2__network ul {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 9px 12px;
}

.de-site-footer-v2__network li {
	margin: 0;
}

.de-site-footer-v2__network a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 42px;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, .13);
	background: rgba(255, 255, 255, .045);
	text-decoration: none !important;
	transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.de-site-footer-v2__network a:hover,
.de-site-footer-v2__network a:focus-visible {
	border-color: rgba(99, 221, 209, .6);
	background: rgba(99, 221, 209, .1);
	text-decoration: none;
}

.de-site-footer-v2__network a span:last-child {
	flex: 0 0 auto;
	color: #63ddd1;
	font-size: 13px;
}

.de-site-footer-v2__bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 34px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, .14);
	color: #9fc3bd;
	font-size: 10px;
}

/*
 * Advertiser logos need a different treatment than editorial photography.
 * Keep the whole mark visible and give every company the same neutral canvas.
 */
body.category-prezentacje-firm .penci-biggrid .penci-image-holder,
body.category-prezentacje-firm #main .thumbnail .penci-image-holder {
	background-color: #fff !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	transform: none !important;
}

body.category-prezentacje-firm .penci-biggrid .pcbg-thumb,
body.category-prezentacje-firm #main .thumbnail {
	overflow: hidden;
	background: #fff;
	border: 1px solid #e1e8e7;
	box-shadow: 0 6px 20px rgba(13, 48, 45, .07);
}

body.category-prezentacje-firm .penci-biggrid .penci-image-holder:hover,
body.category-prezentacje-firm #main .thumbnail .penci-image-holder:hover {
	background-size: contain !important;
	transform: none !important;
}

@media (max-width: 1180px) {
	.main-builder-header .penci_midbar .penci_nav_center {
		padding-right: 72px !important;
		padding-left: 362px !important;
	}

	.main-builder-header .penci_midbar .menu > li > a {
		padding: 0 8px !important;
		font-size: 11px !important;
	}
}

@media (min-width: 961px) and (max-width: 1100px) {
	.main-builder-header .penci_topbar .penci_nav_center {
		width: 244px !important;
	}

	.main-builder-header .penci_topbar .pc-logo,
	.main-builder-header .penci_topbar .pc-logo a {
		width: 220px !important;
		height: 60px !important;
	}

	.main-builder-header .penci_topbar .penci-mainlogo {
		width: 220px !important;
		height: 60px !important;
		max-width: 220px !important;
		max-height: 60px !important;
	}

	.main-builder-header .penci_midbar .penci_nav_center {
		padding-left: 234px !important;
	}

	body .main-builder-header .penci_midbar .menu > li:not(:last-child) {
		margin-right: 6px !important;
	}
}

@media (min-width: 961px) and (max-width: 1000px) {
	body .main-builder-header .penci_midbar .pc-main-menu {
		transform: scale(.92) !important;
		transform-origin: left center !important;
	}
}

@media (min-width: 961px) and (max-width: 1279px) {
	.single-post .penci-single-wrapper > .container,
	.single-post .container-single,
	.single-post .penci-single-pheader {
		width: min(1120px, calc(100% - 48px)) !important;
		max-width: 1120px !important;
	}

	.single-post #main {
		width: calc(100% - 360px) !important;
	}

	.single-post #sidebar {
		width: 320px !important;
	}
}

@media (max-width: 960px) {
	.pc-wrapbuilder-header,
	#pcbdhd_header {
		height: auto !important;
		min-height: 0 !important;
	}

	.single-post #main,
	.single-post #sidebar {
		width: 100% !important;
		max-width: none !important;
	}

	.single-post #sidebar .adrotate_widgets {
		width: min(100%, 400px) !important;
		margin-right: auto;
		margin-left: auto;
	}

	.de-site-footer-v2__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.de-site-footer-v2__network ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.de-ad-disclosure {
		height: auto !important;
		padding-inline: 14px !important;
	}

	.de-ad-disclosure__inner {
		justify-content: center;
	}

	.de-ad-disclosure__inner nav {
		display: none;
	}

	.penci_navbar_mobile .penci_mobile_midbar,
	.penci_navbar_mobile .penci_nav_row {
		height: 64px !important;
		min-height: 64px !important;
	}

	.penci_navbar_mobile .penci-mainlogo {
		width: 150px !important;
		max-width: 150px !important;
		height: 46px !important;
		object-fit: contain;
	}

	.de-newsletter {
		padding: 24px 18px 46px !important;
	}

	.single-post .penci-single-wrapper > .container,
	.single-post .container-single,
	.single-post .penci-single-pheader {
		width: calc(100% - 32px) !important;
	}

	.single-post .header-standard.single-header {
		margin: 28px 16px 18px !important;
	}

	.single-post .post-title.single-post-title {
		font-size: 27px !important;
		line-height: 1.14 !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
	}

	.single-post .penci-social-fixed-share {
		display: none !important;
	}

	.single-post .penci-single-pheader {
		margin-bottom: 24px !important;
	}

	.single-post .post-image {
		aspect-ratio: 16 / 10;
		margin-bottom: 24px !important;
	}

	.single-post .post-entry {
		margin-bottom: 24px !important;
		font-size: 15px !important;
		line-height: 1.7 !important;
	}

	.single-post .post-entry p {
		margin-bottom: 1.1em !important;
	}

	.single-post .post-entry h2 {
		margin: 28px 0 12px !important;
		font-size: 24px !important;
		text-align: left !important;
	}

	.single-post .post-entry h3 {
		margin: 24px 0 10px !important;
		font-size: 19px !important;
		text-align: left !important;
	}

	.de-article-share {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		margin-top: 24px;
		padding: 16px 0;
	}

	.de-article-share__links {
		justify-content: flex-start;
		width: 100%;
	}

	.de-article-toc {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}

	.de-article-ad {
		margin: 20px 0;
	}

	.de-article-ad--below-featured {
		margin-top: 12px;
		margin-bottom: 20px;
	}

	.single-post #main {
		margin-bottom: 32px !important;
	}

	.single-post #main article.post {
		margin-bottom: 0 !important;
	}

	.single-post .post-related {
		padding-top: 24px !important;
		padding-bottom: 12px !important;
	}

	.single-post #sidebar .de-sidebar-issues {
		width: min(100%, 360px);
		margin: 0 auto 28px;
		text-align: center;
	}

	.single-post #sidebar .adrotate_widgets {
		margin-bottom: 28px !important;
	}

	.single-post #sidebar .de-sidebar-issues__header,
	.single-post #sidebar .de-sidebar-issues__eyebrow,
	.single-post #sidebar .de-sidebar-issues__header h2,
	.single-post #sidebar .de-sidebar-issue__label,
	.single-post #sidebar .de-sidebar-issue__action {
		text-align: center !important;
	}

	.single-post #sidebar .de-sidebar-issues__grid {
		width: min(100%, 300px);
		margin-right: auto;
		margin-left: auto;
	}

	.single-post #sidebar .de-sidebar-issues__all {
		width: min(100%, 300px);
		margin-right: auto;
		margin-left: auto;
	}

	.de-site-footer-v2 {
		width: calc(100% - 32px);
		padding-top: 38px;
	}

	.de-site-footer-v2__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.de-site-footer-v2__network {
		margin-top: 28px;
		padding-top: 24px;
	}

	.de-site-footer-v2__network ul {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.de-site-footer-v2__bottom {
		flex-direction: column;
	}
}

/* Shared editorial typography and formatting for the complete public site. */
:root {
	--de-type-sans: 'Poppins', 'Segoe UI', Arial, sans-serif;
	--de-type-ink: #101d1b;
	--de-type-copy: #263330;
	--de-type-muted: #52615f;
	--de-type-accent: #007f74;
	--de-type-line: #dce7e4;
}

body:not(.wp-admin),
body:not(.wp-admin) p,
body:not(.wp-admin) li,
body:not(.wp-admin) label,
body:not(.wp-admin) input,
body:not(.wp-admin) select,
body:not(.wp-admin) textarea,
body:not(.wp-admin) button,
body:not(.wp-admin) .elementor-widget-text-editor,
body:not(.wp-admin) .elementor-widget-text-editor p,
body:not(.wp-admin) .elementor-widget-text-editor li {
	font-family: var(--de-type-sans) !important;
}

body:not(.wp-admin) .penci_header .menu > li > a,
body:not(.wp-admin) .penci_off_canvas .menu li a,
body:not(.wp-admin) .de-site-footer-v2,
body:not(.wp-admin) .de-site-footer-v2 a {
	font-family: var(--de-type-sans) !important;
}

body:not(.wp-admin) .de-site-footer-v2 h2 {
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	line-height: 1.35 !important;
}

body:not(.wp-admin) h1,
body:not(.wp-admin) h2,
body:not(.wp-admin) h3,
body:not(.wp-admin) h4,
body:not(.wp-admin) h5,
body:not(.wp-admin) h6,
body:not(.wp-admin) .elementor-heading-title {
	font-family: var(--de-type-sans) !important;
	color: var(--de-type-ink);
}

body.page:not(.home):not(.wp-admin) .entry-content,
body.page:not(.home):not(.wp-admin) .post-entry,
body.page:not(.home):not(.wp-admin) .page-content,
body.page:not(.home):not(.wp-admin) .elementor-widget-text-editor {
	color: var(--de-type-copy) !important;
	font-family: var(--de-type-sans) !important;
	font-size: 16px;
	line-height: 1.75;
}

body.page:not(.home):not(.wp-admin) .entry-content p,
body.page:not(.home):not(.wp-admin) .post-entry p,
body.page:not(.home):not(.wp-admin) .page-content p,
body.page:not(.home):not(.wp-admin) .elementor-widget-text-editor p,
body.page:not(.home):not(.wp-admin) .elementor-widget-text-editor li {
	color: var(--de-type-copy) !important;
	font-size: 16px;
	line-height: 1.75;
	text-align: left !important;
}

body.page:not(.home) .elementor-widget-text-editor .entry-content {
	max-width: 930px;
	margin-right: auto;
	margin-left: auto;
	text-align: left !important;
}

body:not(.home):not(.wp-admin) .entry-content a,
body:not(.home):not(.wp-admin) .post-entry a,
body:not(.home):not(.wp-admin) .page-content a,
body:not(.home):not(.wp-admin) .elementor-widget-text-editor a {
	color: var(--de-type-accent);
	text-decoration-color: rgba(0, 127, 116, .38);
	text-underline-offset: 3px;
}

body.page:not(.home) .entry-title,
body.single-kalkulator .post-title.single-post-title,
body.post-type-archive-kalkulator .de-calculator-hub__hero h1,
body.category h1 {
	margin-top: 0 !important;
	color: var(--de-type-ink) !important;
	font-family: var(--de-type-sans) !important;
	font-size: clamp(34px, 4vw, 50px) !important;
	font-weight: 700 !important;
	letter-spacing: -.04em !important;
	line-height: 1.1 !important;
	text-align: left !important;
	text-transform: none !important;
	text-shadow: none !important;
}

body.page:not(.home) .entry-content h2,
body.page:not(.home) .post-entry h2,
body.single-kalkulator .post-entry h2,
body.post-type-archive-kalkulator .de-calculator-group__header h2 {
	color: var(--de-type-ink) !important;
	font-size: clamp(26px, 2.4vw, 34px) !important;
	font-weight: 700 !important;
	letter-spacing: -.03em !important;
	line-height: 1.2 !important;
	text-align: left !important;
	text-transform: none !important;
	text-shadow: none !important;
}

body.page:not(.home) .entry-content h3,
body.page:not(.home) .post-entry h3,
body.single-kalkulator .post-entry h3,
body.post-type-archive-kalkulator .de-calculator-card h3 {
	color: var(--de-type-ink) !important;
	font-size: 21px !important;
	font-weight: 700 !important;
	letter-spacing: -.02em !important;
	line-height: 1.3 !important;
	text-align: left !important;
	text-transform: none !important;
	text-shadow: none !important;
}

body.category #main .penci-border-arrow {
	min-height: 0 !important;
	margin-bottom: 24px !important;
	padding: 0 0 13px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--de-type-line) !important;
	background: transparent !important;
	text-align: left !important;
}

body.category #main .penci-border-arrow .inner-arrow,
body.category #main h2.inner-arrow {
	min-height: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	color: var(--de-type-ink) !important;
	clip-path: none !important;
	font-family: var(--de-type-sans) !important;
	font-size: clamp(26px, 2.4vw, 34px) !important;
	font-weight: 700 !important;
	letter-spacing: -.03em !important;
	line-height: 1.2 !important;
	text-align: left !important;
	text-transform: none !important;
	text-shadow: none !important;
}

body.category #main .penci-border-arrow .inner-arrow::before,
body.category #main .penci-border-arrow .inner-arrow::after,
body.category #main .penci-border-arrow span::before,
body.category #main .penci-border-arrow span::after {
	display: none !important;
}

.de-calculator-related li::before,
.de-calculator-related li::after {
	display: none !important;
	content: none !important;
}

.de-calculator-related li {
	margin-left: 0 !important;
	padding-left: 0 !important;
	list-style: none !important;
}

.de-page-hero {
	width: min(1240px, calc(100% - 48px));
	margin: 0 auto;
	padding: 52px 0 30px;
	border-bottom: 1px solid var(--de-type-line);
	text-align: left;
}

.de-page-hero__eyebrow {
	display: block;
	margin-bottom: 8px;
	color: var(--de-type-accent);
	font-family: var(--de-type-sans);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .09em;
	line-height: 1.35;
	text-transform: uppercase;
}

.de-page-hero h1 {
	max-width: 930px;
	margin: 0 !important;
	color: var(--de-type-ink) !important;
	font-size: clamp(34px, 4vw, 50px) !important;
	font-weight: 700 !important;
	letter-spacing: -.04em !important;
	line-height: 1.1 !important;
	text-shadow: none !important;
}

body.page:not(.home) .elementor-button,
body.page:not(.home) input[type='submit'],
body.page:not(.home) button[type='submit'],
body.single-kalkulator .de-calculator-submit {
	border-color: var(--de-type-accent) !important;
	border-radius: 0 !important;
	background: var(--de-type-accent) !important;
	box-shadow: none !important;
	color: #fff !important;
	font-family: var(--de-type-sans) !important;
	font-weight: 700 !important;
	text-shadow: none !important;
}

body.page:not(.home) input:not([type='submit']):not([type='button']):not([type='checkbox']):not([type='radio']),
body.page:not(.home) select,
body.page:not(.home) textarea,
body.single-kalkulator input:not([type='submit']):not([type='button']):not([type='checkbox']):not([type='radio']),
body.single-kalkulator select,
body.single-kalkulator textarea {
	border-radius: 0 !important;
	box-shadow: none !important;
	font-family: var(--de-type-sans) !important;
}

@media (max-width: 767px) {
	body.page:not(.home):not(.wp-admin) .entry-content,
	body.page:not(.home):not(.wp-admin) .post-entry,
	body.page:not(.home):not(.wp-admin) .page-content,
	body.page:not(.home):not(.wp-admin) .elementor-widget-text-editor,
	body.page:not(.home):not(.wp-admin) .entry-content p,
	body.page:not(.home):not(.wp-admin) .post-entry p,
	body.page:not(.home):not(.wp-admin) .elementor-widget-text-editor p,
	body.page:not(.home):not(.wp-admin) .elementor-widget-text-editor li {
		font-size: 15px;
		line-height: 1.7;
	}

	.de-page-hero {
		width: calc(100% - 32px);
		padding: 34px 0 22px;
	}

	.de-page-hero h1,
	body.page:not(.home) .entry-title,
	body.single-kalkulator .post-title.single-post-title,
	body.post-type-archive-kalkulator .de-calculator-hub__hero h1,
	body.category h1 {
		font-size: 32px !important;
	}
}
