/* ===== zakelijkebatterij.eu design system (port van goedgekeurde mockup) ===== */
:root {
}

/* verberg thema-chrome op de homepage */
.home .wp-site-blocks > header,.home .wp-block-template-part:first-child,.home footer.wp-block-template-part,.home .site-header,.home .site-footer {
	display: none !important;
}

.home .wp-site-blocks {
	padding: 0 !important;
}

.home main {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
}

.home .entry-title,.home h1.wp-block-post-title {
	display: none;
}

.home .entry-content {
	margin: 0 !important;
	max-width: none !important;
}

.zb-root {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #1d1d1f;
	margin: 0 !important;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

.zb-root * {
	box-sizing: border-box;
}

.zb-root section {
	scroll-margin-top: 70px;
}

.zb-wrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 22px;
}

.zb-root h2 {
	font-size: clamp(30px,4.5vw,48px);
	line-height: 1.08;
	letter-spacing: -.015em;
	font-weight: 700;
	margin: 0 0 14px;
}

.zb-sub {
	font-size: 19px;
	color: #6e6e73;
	margin: 0 0 34px;
	max-width: 640px;
}

.zb-sub-l {
	font-size: 19px;
	color: inherit;
	opacity: .85;
	max-width: 560px;
	margin: 0 0 26px;
}

.zb-kicker {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	background: linear-gradient(90deg,#2997ff,#30d0c4);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	margin: 0 0 10px;
}

.zb-fine {
	font-size: 12.5px;
	color: #6e6e73;
	margin-top: 22px;
}

.zb-pill {
	display: inline-block;
	background: #0071e3;
	color: #fff !important;
	padding: 13px 28px;
	border-radius: 980px;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none !important;
	transition: transform .2s, background .2s;
}

.zb-pill:hover {
	background: #0077ed;
	transform: scale(1.03);
}

.zb-link {
	color: #0071e3 !important;
	font-size: 17px;
	font-weight: 500;
	text-decoration: none !important;
}

.zb-link:hover {
	text-decoration: underline !important;
}

/* nav */
.zb-nav {
	position: sticky;
	top: 0;
	z-index: 999;
	background: rgba(10,10,12,.78);
}

.zb-nav-in {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 22px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.zb-logo {
	color: #f5f5f7 !important;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none !important;
	letter-spacing: -.01em;
}

.zb-logo span {
	color: #2997ff;
}

.zb-nav-links {
	display: flex;
	gap: 26px;
	align-items: center;
}

.zb-nav-links a {
	color: #ffffff !important;
	font-size: 15.5px;
	font-weight: 500;
	text-decoration: none !important;
}

.zb-nav-links a:hover {
	color: #fff !important;
}

.zb-pill-s {
	background: #0071e3;
	color: #fff !important;
	padding: 6px 16px;
	border-radius: 980px;
	font-weight: 600;
}

@media(max-width:820px) {
	.zb-nav-links a:not(.zb-pill-s) {
		display: none;
	}
}

/* hero */
.zb-hero {
	padding: 110px 0 0;
	text-align: center;
	color: #f5f5f7;
	background: radial-gradient(70% 55% at 50% 92%,rgba(23,110,190,.30),transparent 70%), radial-gradient(120% 70% at 50% 0%,#101016 0%,#050506 60%), #050506;
}

.zb-eyebrow {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
	background: linear-gradient(90deg,#2997ff,#30d0c4);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	margin: 0 0 16px;
}

.zb-headline {
	font-size: clamp(38px,6.5vw,72px);
	line-height: 1.05;
	letter-spacing: -.02em;
	font-weight: 700;
	margin: 0 0 18px;
	color: #f5f5f7;
}

.zb-subhead {
	font-size: clamp(18px,2.4vw,24px);
	color: #a1a1a6;
	margin: 0 auto 30px;
	max-width: 640px;
}

.zb-cta {
	display: flex;
	gap: 26px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
}

.zb-hero .zb-link {
	color: #2997ff !important;
}

.zb-heroimg {
	max-width: 560px;
	margin: 56px auto 0;
	padding-bottom: 70px;
	position: relative;
}

.zb-heroimg:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
	width: 150%;
	height: 300px;
	background: radial-gradient(50% 50% at 50% 50%,rgba(41,151,255,.35),transparent 70%);
	filter: blur(10px);
}

.zb-heroimg img {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
}

/* stats (donker) */
.zb-stats {
	background: #000;
	color: #f5f5f7;
	padding: 90px 0;
	text-align: center;
}

.zb-stat-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px;
	margin: 10px 0 0;
}

.zb-stat .zb-big {
	display: block;
	font-size: clamp(30px,4.5vw,52px);
	font-weight: 700;
	letter-spacing: -.02em;
	background: linear-gradient(90deg,#2997ff,#30d0c4);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.zb-stat .zb-small {
	display: block;
	font-size: 15px;
	color: #a1a1a6;
	margin-top: 8px;
}

.zb-award-strip {
	display: flex;
	gap: 28px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 48px;
	font-size: 14px;
	color: #d6d6da;
}

@media(max-width:700px) {
	.zb-stat-grid {
		grid-template-columns: 1fr;
	}
}

/* calculator */
.zb-calc {
	background: #f5f5f7;
	padding: 100px 0;
	text-align: center;
}

.zb-calc-tabs {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 26px;
}

.zb-tab {
	background: #fff;
	border: 1px solid #e3e3e8;
	border-radius: 16px;
	padding: 14px 22px;
	text-decoration: none !important;
	color: #1d1d1f !important;
	font-weight: 600;
	font-size: 16px;
	min-width: 180px;
	transition: border .2s, box-shadow .2s;
}

.zb-tab span {
	display: block;
	font-weight: 400;
	font-size: 13px;
	color: #6e6e73;
	margin-top: 3px;
}

.zb-tab:hover {
	border-color: #0071e3;
}

.zb-calc:has(#profiel-klein:target) .t1,.zb-calc:has(#profiel-middel:target) .t2,.zb-calc:has(#profiel-groot:target) .t3 {
	border-color: #0071e3;
	box-shadow: 0 0 0 3px rgba(0,113,227,.15);
}

.zb-calc:not(:has(.zb-panel:target)) .t2 {
	border-color: #0071e3;
	box-shadow: 0 0 0 3px rgba(0,113,227,.15);
}

.zb-panel {
	display: none;
	scroll-margin-top: 190px;
}

.zb-panel:target {
	display: block;
}

.zb-calc:not(:has(.zb-panel:target)) .zb-default {
	display: block;
}

.zb-res-hero {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 16px;
	background: #fff;
	border-radius: 22px;
	padding: 34px 22px;
	box-shadow: 0 8px 30px rgba(0,0,0,.06);
}

.zb-res-big {
	display: block;
	font-size: clamp(26px,3.6vw,40px);
	font-weight: 700;
	letter-spacing: -.02em;
	color: #1d1d1f;
}

.zb-res-lbl {
	display: block;
	font-size: 14px;
	color: #6e6e73;
	margin-top: 6px;
}

.zb-streams {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 12px;
	margin-top: 14px;
}

.zb-stream {
	background: #fff;
	border-radius: 16px;
	padding: 18px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 14px;
	color: #6e6e73;
}

.zb-stream b {
	font-size: 20px;
	color: #1d1d1f;
}

.zb-calc-gate {
	background: #fff;
	border-radius: 22px;
	padding: 30px 24px;
	margin-top: 26px;
	box-shadow: 0 8px 30px rgba(0,0,0,.06);
}

.zb-calc-gate p {
	font-size: 17px;
	margin: 0 0 16px;
}

@media(max-width:700px) {
	.zb-res-hero,.zb-streams {
		grid-template-columns: 1fr;
	}
}

/* EIA */
.zb-eia {
	background: #fff;
	padding: 100px 0;
}

.zb-eia-flex {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 26px;
	align-items: start;
}

.zb-eia-big {
	background: #f5f5f7;
	border-radius: 22px;
	padding: 36px;
}

.zb-pct {
	font-size: clamp(60px,8vw,96px);
	font-weight: 700;
	letter-spacing: -.03em;
	background: linear-gradient(90deg,#2997ff,#30d0c4);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	display: block;
	line-height: 1;
	margin-bottom: 14px;
}

.zb-eia-big p {
	font-size: 17px;
	line-height: 1.55;
	margin: 0;
	color: #1d1d1f;
}

.zb-eia-step {
	display: flex;
	gap: 16px;
	background: #f5f5f7;
	border-radius: 18px;
	padding: 20px;
	margin-bottom: 12px;
}

.zb-num {
	flex: 0 0 32px;
	height: 32px;
	border-radius: 50%;
	background: #0071e3;
	color: #fff;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zb-eia-step b {
	display: block;
	margin-bottom: 4px;
}

.zb-eia-step p {
	margin: 0;
	font-size: 14.5px;
	color: #6e6e73;
}

@media(max-width:820px) {
	.zb-eia-flex {
		grid-template-columns: 1fr;
	}
}

/* tiles */
.zb-tiles {
	background: #f5f5f7;
	padding: 100px 0;
	text-align: center;
}

.zb-tile-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
	text-align: left;
}

.zb-tile {
	background: #fff;
	border-radius: 22px;
	padding: 28px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	box-shadow: 0 8px 30px rgba(0,0,0,.05);
}

.zb-tile img {
	width: 100%;
	height: 220px;
	object-fit: contain;
	margin-bottom: 10px;
}

.zb-tile h3 {
	font-size: 22px;
	margin: 0;
	letter-spacing: -.01em;
}

.zb-tile-sub {
	color: #6e6e73;
	font-size: 14.5px;
	margin: 0 0 6px;
}

.zb-tile ul {
	margin: 0 0 12px;
	padding-left: 18px;
	color: #6e6e73;
	font-size: 14.5px;
	line-height: 1.7;
}

.zb-tile .zb-link {
	margin-top: auto;
}

@media(max-width:900px) {
	.zb-tile-grid {
		grid-template-columns: 1fr;
	}
}

/* features */
.zb-feature {
	background: #fff;
	padding: 100px 0;
}

.zb-feat-in {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 44px;
	align-items: center;
}

.zb-feat-img img {
	width: 100%;
	border-radius: 22px;
	display: block;
}

.zb-feature.zb-dark {
	background: #0a0a0c;
	color: #f5f5f7;
	text-align: left;
}

.zb-feature.zb-dark h2 {
	color: #f5f5f7;
}

.zb-feature.zb-dark .zb-stat-grid {
	margin-top: 44px;
	text-align: center;
}

@media(max-width:820px) {
	.zb-feat-in {
		grid-template-columns: 1fr;
	}
}

/* certs */
.zb-certs {
	background: #f5f5f7;
	padding: 100px 0;
}

.zb-cert-grid {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 16px;
}

.zb-cert {
	background: #fff;
	border-radius: 18px;
	padding: 26px;
}

.zb-cert b {
	display: block;
	font-size: 17px;
	margin-bottom: 6px;
}

.zb-cert p {
	margin: 0;
	color: #6e6e73;
	font-size: 14.5px;
	line-height: 1.6;
}

@media(max-width:700px) {
	.zb-cert-grid {
		grid-template-columns: 1fr;
	}
}

/* proof */
.zb-proof {
	background: #fff;
	padding: 100px 0;
}

.zb-proof-grid {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 14px;
	margin-bottom: 26px;
}

.zb-proof-card {
	background: #f5f5f7;
	border-radius: 18px;
	padding: 24px;
	text-align: center;
}

.zb-proof-card .zb-big {
	display: block;
	font-size: clamp(22px,2.6vw,30px);
	font-weight: 700;
	letter-spacing: -.015em;
	background: linear-gradient(90deg,#2997ff,#30d0c4);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.zb-proof-card p {
	margin: 8px 0 0;
	font-size: 13.5px;
	color: #6e6e73;
}

.zb-pstrip-row {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 14px;
}

.zb-pstrip {
	border: 1px solid #e3e3e8;
	border-radius: 18px;
	padding: 22px;
}

.zb-pstrip b {
	display: block;
	margin-bottom: 6px;
	font-size: 15.5px;
}

.zb-pstrip p {
	margin: 0;
	font-size: 14px;
	color: #6e6e73;
	line-height: 1.6;
}

.zb-trustbar {
	margin-top: 34px;
	text-align: center;
	font-size: 13px;
	color: #6e6e73;
	border-top: 1px solid #e8e8ed;
	padding-top: 22px;
}

@media(max-width:900px) {
	.zb-proof-grid {
		grid-template-columns: repeat(2,1fr);
	}
	
	.zb-pstrip-row {
		grid-template-columns: 1fr;
	}
}

/* lead + form */
.zb-lead {
	background: linear-gradient(180deg,#0a0a0c,#101016);
	color: #f5f5f7;
	padding: 100px 0 10px;
	text-align: center;
}

.zb-lead h2 {
	color: #f5f5f7;
}

.zb-lead .zb-sub {
	margin: 0 auto 10px;
	color: #a1a1a6;
}

.zb-lead-form {
	background: linear-gradient(180deg,#101016,#0a0a0c);
	margin: 0 !important;
	padding: 30px 22px 100px;
}

.zb-lead-form .wp-block-jetpack-contact-form,.zb-lead-form form {
	max-width: 560px;
	margin: 0 auto;
	background: #fff;
	border-radius: 22px;
	padding: 34px;
	text-align: left;
}

.zb-lead-form label {
	font-size: 14px;
	font-weight: 600;
	color: #1d1d1f;
}

.zb-lead-form input,.zb-lead-form textarea,.zb-lead-form select {
	border-radius: 12px !important;
	border: 1px solid #d2d2d7 !important;
	font-size: 16px;
}

.zb-lead-form button,.zb-lead-form .wp-block-button__link {
	background: #0071e3 !important;
	color: #fff !important;
	border-radius: 980px !important;
	padding: 13px 28px !important;
	font-weight: 600 !important;
	border: none !important;
	width: 100%;
}

/* resi + faq + footer */
.zb-resi {
	background: #000;
	color: #f5f5f7;
	padding: 100px 0;
	text-align: center;
}

.zb-resi h2 {
	color: #f5f5f7;
}

.zb-resi .zb-sub {
	margin-left: auto;
	margin-right: auto;
	color: #a1a1a6;
}

.zb-faq {
	background: #fff;
	padding: 100px 0;
}

.zb-faq h2 {
	text-align: center;
	margin-bottom: 36px;
}

.zb-faq-item {
	max-width: 720px;
	margin: 0 auto;
	border-bottom: 1px solid #e8e8ed;
	padding: 20px 0;
}

.zb-faq-item b {
	display: block;
	font-size: 17px;
	margin-bottom: 8px;
}

.zb-faq-item p {
	margin: 0;
	color: #6e6e73;
	font-size: 15px;
	line-height: 1.65;
}

.zb-footer {
	background: #f5f5f7;
	padding: 40px 0;
	text-align: center;
	font-size: 13px;
	color: #6e6e73;
}

.zb-footer p {
	margin: 4px 0;
}

.zb-footer a {
	color: #0071e3 !important;
	text-decoration: none !important;
}

/* ===== subpagina's ===== */
body:has(.zb-root) .wp-site-blocks > header,body:has(.zb-root) .wp-block-template-part:first-child,body:has(.zb-root) footer.wp-block-template-part,body:has(.zb-root) .site-header,body:has(.zb-root) .site-footer {
	display: none !important;
}

body:has(.zb-root) .wp-site-blocks {
	padding: 0 !important;
}

body:has(.zb-root) main {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
}

body:has(.zb-root) .entry-title,body:has(.zb-root) h1.wp-block-post-title {
	display: none;
}

body:has(.zb-root) .entry-content {
	margin: 0 !important;
	max-width: none !important;
}

/* pagina-hero */
.zb-phero {
	padding: 96px 0 74px;
	text-align: center;
	color: #f5f5f7;
	background: radial-gradient(70% 55% at 50% 100%,rgba(23,110,190,.22),transparent 70%), radial-gradient(120% 70% at 50% 0%,#101016 0%,#050506 60%), #050506;
}

.zb-phero h1 {
	font-size: clamp(34px,5.5vw,60px);
	line-height: 1.06;
	letter-spacing: -.02em;
	font-weight: 700;
	margin: 0 0 16px;
	color: #f5f5f7;
}

.zb-phero .zb-subhead {
	margin-bottom: 0;
}

.zb-phero .zb-cta {
	margin-top: 28px;
}

/* productrijen */
.zb-prods {
	background: #fff;
	padding: 90px 0;
}

.zb-prod {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 44px;
	align-items: center;
	padding: 50px 0;
	border-bottom: 1px solid #e8e8ed;
}

.zb-prod:last-child {
	border-bottom: none;
}

.zb-prod img {
	width: 100%;
	height: auto;
	max-height: 360px;
	object-fit: contain;
}

.zb-prod h2 {
	margin-bottom: 8px;
}

.zb-prod .zb-tile-sub {
	font-size: 16px;
	margin-bottom: 14px;
}

.zb-prod ul {
	margin: 0 0 18px;
	padding-left: 18px;
	color: #6e6e73;
	font-size: 15px;
	line-height: 1.8;
}

@media(max-width:820px) {
	.zb-prod {
		grid-template-columns: 1fr;
	}
}

/* spec-tabel */
.zb-spec-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14.5px;
	background: #f5f5f7;
	border-radius: 18px;
	overflow: hidden;
}

.zb-spec-table td {
	padding: 11px 16px;
	border-bottom: 1px solid #e8e8ed;
}

.zb-spec-table tr:last-child td {
	border-bottom: none;
}

.zb-spec-table td:first-child {
	color: #6e6e73;
	width: 46%;
}

.zb-spec-table td:last-child {
	font-weight: 600;
	color: #1d1d1f;
}

/* lichte contentsectie */
.zb-body {
	background: #fff;
	padding: 90px 0;
}

.zb-body-alt {
	background: #f5f5f7;
	padding: 90px 0;
}

.zb-2col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

@media(max-width:820px) {
	.zb-2col {
		grid-template-columns: 1fr;
	}
}

/* cta-band */
.zb-ctaband {
	background: linear-gradient(180deg,#0a0a0c,#101016);
	color: #f5f5f7;
	padding: 80px 0;
	text-align: center;
}

.zb-ctaband h2 {
	color: #f5f5f7;
}

.zb-ctaband .zb-sub {
	margin: 0 auto 26px;
	color: #a1a1a6;
}

body:has(.zb-root) .entry-content.has-global-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body:has(.zb-root) .zb-root > *,body:has(.zb-root) .entry-content > *,body:has(.zb-root) main > * {
	margin-block: 0 !important;
}

/* Full-bleed product bands */
.zb-band {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #0a0a0a;
}

.zb-band img {
	width: 100%;
	height: 54vh;
	min-height: 340px;
	max-height: 600px;
	object-fit: cover;
	display: block;
}

.zb-band-cap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 36px 5vw 30px;
	background: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.72));
}

.zb-band-cap p {
	margin: 0 0 4px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #7fc4ff;
}

.zb-band-cap h2 {
	margin: 0;
	font-size: clamp(28px,4vw,44px);
	font-weight: 700;
	color: #fff;
	letter-spacing: -.01em;
}

.zb-prodsec {
	padding: 56px 0 64px;
	background: #fff;
}

.zb-prod2 {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 56px;
	align-items: center;
}

.zb-prod2 > img {
	width: 100%;
	max-width: 440px;
	justify-self: center;
	display: block;
}

.zb-prod2 ul {
	padding-left: 18px;
	margin: 14px 0 20px;
	color: #3c3c43;
}

.zb-prod2 li {
	margin: 6px 0;
}

@media(max-width:860px) {
	.zb-prod2 {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	
	.zb-prod2 > img {
		max-width: 340px;
	}
	
	.zb-band img {
		height: 40vh;
		min-height: 260px;
	}
}

/* --- Rekentool rendement (details-based, no JS) --- */
.zb-rt {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 28px 0;
}

.zb-sc {
	background: #141e2a;
	border: 1px solid #26374a;
	border-radius: 14px;
	overflow: hidden;
	transition: border-color .2s;
}

.zb-sc summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 18px 22px;
	cursor: pointer;
	list-style: none;
}

.zb-sc summary::-webkit-details-marker {
	display: none;
}

.zb-sc summary::after {
	content: "+";
	font-size: 24px;
	color: #3f8cff;
	font-weight: 700;
	line-height: 1;
}

.zb-sc[open] summary::after {
	content: "\2212";
}

.zb-sc[open] {
	border-color: #3f8cff;
}

.zb-sc-t {
	font-weight: 700;
	color: #f5f5f7;
	font-size: 17px;
}

.zb-sc-s {
	color: #93a4b8;
	font-size: 13.5px;
}

.zb-sc-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 28px;
	padding: 0 22px 22px;
}

.zb-sc-col h3 {
	font-size: 14px;
	color: #2997ff;
	margin: 12px 0 6px;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.zb-sc-col .zb-spec-table {
	width: 100%;
	font-size: 14px;
	margin: 0;
}

.zb-sc-col .zb-spec-table td {
	padding: 7px 4px;
	border-bottom: 1px solid #26374a;
	color: #dfe8f2;
}

.zb-sc-col .zb-spec-table td:last-child {
	text-align: right;
	white-space: nowrap;
}

.zb-sc .zb-tot td {
	color: #43d17c !important;
}

.zb-assump {
	margin-top: 20px;
	font-size: 13.5px;
	color: #93a4b8;
	background: #141e2a;
	border: 1px solid #26374a;
	border-radius: 10px;
	padding: 12px 16px;
}

.zb-assump summary {
	cursor: pointer;
	color: #93a4b8;
	font-weight: 600;
}

.zb-assump p {
	margin: 10px 0 0;
	line-height: 1.55;
}

@media(max-width:760px) {
	.zb-sc-grid {
		grid-template-columns: 1fr;
	}
}

.zb-sc-col .zb-spec-table tr,.zb-sc-col .zb-spec-table tr:nth-child(odd),.zb-sc-col .zb-spec-table tr:nth-child(even) {
	background: transparent !important;
}

.zb-sc-col .zb-spec-table td {
	background: transparent !important;
	color: #dfe8f2 !important;
}

.zb-sc .zb-tot td {
	color: #43d17c !important;
}

.zb-sc-col .zb-spec-table,.zb-sc-col .zb-spec-table tbody {
	background: transparent !important;
	border: none !important;
}