.borpc-extra-folds {
	display: grid;
	gap: 14px;
	margin-top: 22px;
}

.borpc-extra-card {
	padding: 18px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	color: #334155;
}

.borpc-extra-card h3 {
	margin: 0 0 10px;
	color: #0f172a;
	font-size: 17px;
	line-height: 1.25;
	font-weight: 800;
}

.borpc-extra-card p {
	margin: 0 0 10px;
	color: #334155;
	font-size: 14px;
	line-height: 1.7;
}

.borpc-extra-card p:last-child {
	margin-bottom: 0;
}

.borpc-extra-card ul {
	margin: 0;
	padding-left: 18px;
}

.borpc-extra-card li {
	margin: 0 0 8px;
	color: #334155;
	font-size: 14px;
	line-height: 1.6;
}

.borpc-extra-card a {
	color: #0E8A78;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.borpc-editor-review {
	background: #ECFBF7;
	border-color: #B5F0E4;
}

.borpc-manual-similar ul {
	display: grid;
	gap: 8px;
	padding-left: 0;
	list-style: none;
}

.borpc-manual-similar li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #e2e8f0;
}

.borpc-manual-similar li:last-child {
	border-bottom: 0;
}

.borpc-manual-similar span {
	flex: 0 0 auto;
	color: #64748b;
	font-size: 13px;
}

.borpc-rating {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 10px;
	background: #fff;
	border: 1px solid #C9EFE7;
	border-radius: 999px;
}

.bor-archive-main {
	--bor-navy: #101344;
	--bor-ink: #101827;
	--bor-muted: #607086;
	--bor-blue: #14B8A6;
	--bor-gold: #2ED3B5;
	background: #eef5fb;
	color: var(--bor-ink);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bor-archive-wrap {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.bor-archive-hero {
	padding: 82px 0 44px;
	background:
		linear-gradient(135deg, rgba(16, 19, 68, .98), rgba(8, 25, 53, .96)),
		linear-gradient(90deg, rgba(46, 211, 181, .10), rgba(20, 184, 166, .16));
	color: #fff;
}

.bor-archive-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 30px;
	align-items: center;
}

.bor-archive-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
	color: #C2E9E1;
	font-size: 14px;
}

.bor-archive-breadcrumb a {
	color: #fff;
	text-decoration: none;
}

.bor-archive-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 12px;
	color: #2ED3B5;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.bor-archive-copy h1 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: clamp(36px, 5vw, 64px);
	line-height: 1.12;
	font-weight: 850;
	letter-spacing: 0;
}

.bor-archive-lede {
	max-width: 760px;
	margin: 18px 0 0;
	color: #d7def3;
	font-size: 17px;
	line-height: 1.7;
}

.bor-archive-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.bor-archive-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.bor-archive-primary {
	background: #14B8A6;
	color: #07332B;
}

.bor-archive-secondary {
	border: 1px solid rgba(255,255,255,.24);
	color: #fff;
}

.bor-archive-stats {
	display: grid;
	gap: 12px;
}

.bor-archive-stats div {
	padding: 18px;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 8px;
}

.bor-archive-stats strong,
.bor-archive-stats span {
	display: block;
}

.bor-archive-stats strong {
	color: #fff;
	font-size: 30px;
	line-height: 1;
}

.bor-archive-stats span {
	margin-top: 7px;
	color: #C9E5DF;
	font-size: 13px;
}

.bor-archive-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 20px 0 0;
}

.bor-archive-tabs a,
.bor-archive-chip-list a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 14px;
	background: #fff;
	border: 1px solid #dbe6f2;
	border-radius: 999px;
	color: #253047;
	font-size: 14px;
	font-weight: 750;
	text-decoration: none;
}

.bor-archive-tabs a.is-active {
	background: var(--bor-navy);
	border-color: var(--bor-navy);
	color: #fff;
}

.bor-archive-taxonomy-band {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin-top: 22px;
	padding: 20px;
	background: #fff;
	border: 1px solid #dbe6f2;
	border-radius: 8px;
}

.bor-archive-taxonomy-band h2,
.bor-archive-section-head h2,
.bor-archive-note h2 {
	margin: 0;
	color: var(--bor-ink);
	font-size: 18px;
	line-height: 1.25;
	letter-spacing: 0;
}

.bor-archive-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 12px;
}

.bor-archive-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 24px;
	padding: 26px 0 64px;
}

.bor-archive-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.bor-archive-section-head p {
	margin: 0 0 4px;
	color: var(--bor-blue);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

.bor-archive-section-head span {
	color: var(--bor-muted);
	font-size: 14px;
	font-weight: 700;
}

.bor-archive-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 16px;
}

.bor-archive-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dbe6f2;
	border-radius: 8px;
	box-shadow: 0 14px 36px rgba(18, 37, 63, .08);
}

.bor-archive-media {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: linear-gradient(135deg, #123B4F, #14B8A6);
	text-decoration: none;
}

.bor-archive-media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bor-archive-media span {
	color: #fff;
	font-size: 52px;
	font-weight: 850;
}

.bor-archive-card-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	gap: 12px;
	padding: 16px;
}

.bor-archive-card-top {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
}

.bor-archive-card-top--nologo {
	grid-template-columns: minmax(0, 1fr);
}

.bor-archive-logo {
	width: 48px;
	height: 48px;
	border-radius: 8px;
	object-fit: cover;
	background: #EAF7F4;
}

.bor-archive-logo-fallback {
	display: grid;
	place-items: center;
	color: #fff;
	background: var(--bor-navy);
	font-weight: 850;
}

.bor-archive-card-top p {
	margin: 0 0 3px;
	color: var(--bor-muted);
	font-size: 12px;
	font-weight: 750;
	text-transform: uppercase;
}

.bor-archive-card h2 {
	margin: 0;
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: 0;
}

.bor-archive-card h2 a {
	color: var(--bor-ink);
	text-decoration: none;
}

.bor-archive-excerpt {
	min-height: 66px;
	margin: 0;
	color: #536176;
	font-size: 14px;
	line-height: 1.55;
}

.bor-archive-meta,
.bor-archive-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.bor-archive-meta span,
.bor-archive-tags a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-height: 28px;
	padding: 0 9px;
	background: #f2f6fb;
	border: 1px solid #e0e9f3;
	border-radius: 999px;
	color: #36445a;
	font-size: 12px;
	font-weight: 750;
	text-decoration: none;
}

.bor-archive-meta i {
	color: #f5b400;
}

.bor-archive-read {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-top: auto;
	min-height: 40px;
	padding: 0 14px;
	background: var(--bor-navy);
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.bor-archive-sidebar {
	display: grid;
	align-content: start;
	gap: 16px;
}

.bor-archive-note {
	padding: 18px;
	background: #fff;
	border: 1px solid #dbe6f2;
	border-radius: 8px;
}

.bor-archive-note p,
.bor-archive-note li {
	color: #536176;
	font-size: 14px;
	line-height: 1.65;
}

.bor-archive-note p {
	margin: 10px 0 0;
}

.bor-archive-note ul {
	margin: 12px 0 0;
	padding-left: 18px;
}

.bor-archive-pagination {
	margin-top: 24px;
}

.bor-archive-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bor-archive-pagination a,
.bor-archive-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	min-height: 38px;
	padding: 0 12px;
	background: #fff;
	border: 1px solid #dbe6f2;
	border-radius: 6px;
	color: #243047;
	font-weight: 800;
	text-decoration: none;
}

.bor-archive-pagination .current {
	background: var(--bor-blue);
	border-color: var(--bor-blue);
	color: #07332B;
}

.bor-archive-empty {
	padding: 28px;
	background: #fff;
	border: 1px solid #dbe6f2;
	border-radius: 8px;
}

@media (max-width: 980px) {
	.bor-archive-hero-grid,
	.bor-archive-layout,
	.bor-archive-taxonomy-band {
		grid-template-columns: 1fr;
	}

}

@media (max-width: 640px) {
	.bor-archive-wrap {
		width: min(100% - 28px, 1180px);
	}

	.bor-archive-hero {
		padding: 56px 0 34px;
	}

	.bor-archive-copy h1 {
		font-size: 34px;
	}

	.bor-archive-section-head {
		align-items: start;
		flex-direction: column;
	}
}


/* --- Directory bottom SEO content (v1.2.0) --- */
.bor-archive-seo-content {
	margin: 34px auto 10px;
	padding: 26px 28px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	color: #334155;
	max-width: 1160px;
}

.bor-archive-seo-content h2 {
	margin: 0 0 12px;
	color: #0f172a;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 800;
}

.bor-archive-seo-content h3 {
	margin: 18px 0 8px;
	color: #0f172a;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
}

.bor-archive-seo-content p {
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.75;
}

.bor-archive-seo-content ul,
.bor-archive-seo-content ol {
	margin: 0 0 14px;
	padding-left: 20px;
}

.bor-archive-seo-content li {
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 1.6;
}

.bor-archive-seo-content a {
	color: #0E8A78;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.bor-archive-seo-content {
		padding: 20px 16px;
		margin-top: 24px;
	}
	.bor-archive-seo-content h2 {
		font-size: 20px;
	}
}


/* --- Directory extra folds + FAQ (v1.2.1) --- */
.bor-archive-folds {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 18px;
	margin: 34px auto 0;
	max-width: 1160px;
}

.bor-archive-fold {
	padding: 24px 26px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	color: #334155;
}

.bor-archive-fold h2 {
	margin: 0 0 10px;
	color: #0f172a;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 800;
}

.bor-archive-fold h3 {
	margin: 14px 0 6px;
	color: #0f172a;
	font-size: 16px;
	font-weight: 700;
}

.bor-archive-fold p {
	margin: 0 0 10px;
	font-size: 14.5px;
	line-height: 1.7;
}

.bor-archive-fold ul {
	margin: 0 0 10px;
	padding-left: 18px;
}

.bor-archive-fold li {
	margin: 0 0 6px;
	font-size: 14.5px;
	line-height: 1.6;
}

.bor-archive-faq {
	margin: 34px auto 0;
	padding: 26px 28px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	max-width: 1160px;
}

.bor-archive-faq > h2 {
	margin: 0 0 16px;
	color: #0f172a;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 800;
}

.bor-archive-faq-item {
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	margin: 0 0 10px;
	background: #f8fafc;
	overflow: hidden;
}

.bor-archive-faq-item summary {
	padding: 14px 18px;
	cursor: pointer;
	font-weight: 700;
	font-size: 15px;
	color: #0f172a;
	list-style: none;
	position: relative;
	padding-right: 40px;
}

.bor-archive-faq-item summary::-webkit-details-marker {
	display: none;
}

.bor-archive-faq-item summary::after {
	content: "+";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #64748b;
	font-weight: 400;
}

.bor-archive-faq-item[open] summary::after {
	content: "\2212";
}

.bor-archive-faq-item[open] summary {
	border-bottom: 1px solid #e2e8f0;
	background: #ffffff;
}

.bor-archive-faq-answer {
	padding: 14px 18px;
	background: #ffffff;
}

.bor-archive-faq-answer p {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.7;
	color: #334155;
}

@media (max-width: 767px) {
	.bor-archive-folds {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-top: 24px;
	}
	.bor-archive-fold,
	.bor-archive-faq {
		padding: 20px 16px;
	}
	.bor-archive-faq > h2 {
		font-size: 20px;
	}
}


/* --- Listicle AI/SEO Boost (v1.3.0) --- */
.borpc-updated-line {
	margin: 12px 0 0;
	font-size: 13.5px;
	color: #94a3b8;
}

.borpc-updated-line time {
	font-weight: 600;
	color: #C9E5DF;
}

.borpc-tldr {
	max-width: 720px;
	margin: 18px 0 6px;
	padding: 18px 22px;
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .16);
	border-left: 4px solid #2ED3B5;
	border-radius: 12px;
	backdrop-filter: blur(4px);
}

.borpc-tldr-label {
	margin: 0 0 6px;
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #7FE6D3;
}

.borpc-tldr p:last-child {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: #e2e8f0;
	font-weight: 400;
}

.borpc-key-stats {
	max-width: 720px;
	margin: 14px 0 6px;
	padding: 16px 22px;
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 12px;
}

.borpc-key-stats .borpc-tldr-label {
	color: #5eead4;
}

.borpc-key-stats ul {
	margin: 0;
	padding-left: 18px;
}

.borpc-key-stats li {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.65;
	color: #C9E5DF;
}

.borpc-key-stats li:last-child {
	margin-bottom: 0;
}

.borpc-key-stats li a {
	font-size: 12px;
	color: #7FE6D3;
}

.borpc-listicle-sources {
	max-width: 1160px;
	margin: 30px auto;
	padding: 22px 26px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
}

.borpc-listicle-sources h2 {
	margin: 0 0 12px;
	font-size: 19px;
	font-weight: 800;
	color: #0f172a;
}

.borpc-listicle-sources ul {
	margin: 0;
	padding-left: 18px;
}

.borpc-listicle-sources li {
	margin: 0 0 7px;
	font-size: 14px;
	word-break: break-all;
}

.borpc-listicle-sources a {
	color: #0E8A78;
}

@media (max-width: 767px) {
	.borpc-tldr,
	.borpc-key-stats {
		padding: 14px 16px;
	}
	.borpc-listicle-sources {
		margin: 22px 16px;
		padding: 16px;
	}
}


/* v1.3.2: spacing when TLDR/stats sit below the hero CTA */
.btx-hero .borpc-tldr { margin-top: 26px; }
.btx-hero .borpc-key-stats { margin-top: 14px; }


/* ===== Homepage pillar blocks (v1.5.0) — designed for the dark navy brand ===== */
.borpc-home-block {
	margin: 0 auto;
	max-width: 1200px;
	color: #C9E5DF;
}

.borpc-home-block h2 {
	margin: 0 0 10px;
	color: #ffffff;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 800;
}

.borpc-home-block h3 {
	margin: 22px 0 10px;
	color: #e2e8f0;
	font-size: 17px;
	font-weight: 700;
}

.borpc-home-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.borpc-home-more {
	color: #7FE6D3;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.borpc-home-more:hover { color: #B5F0E4; }

.borpc-home-intro {
	margin: 0 0 22px;
	max-width: 760px;
	font-size: 15.5px;
	line-height: 1.7;
	color: #94a3b8;
}

/* Stats row */
.borpc-stats-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 14px;
}

.borpc-stat {
	display: block;
	padding: 20px 18px;
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 12px;
	text-decoration: none;
	transition: border-color .15s ease, transform .15s ease;
}

a.borpc-stat:hover { border-color: #2ED3B5; transform: translateY(-2px); }

.borpc-stat strong {
	display: block;
	color: #ffffff;
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
}

.borpc-stat span {
	display: block;
	margin-top: 8px;
	color: #94a3b8;
	font-size: 13px;
}

/* Top items grid */
.borpc-home-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
	gap: 14px;
}

.borpc-home-card {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 18px;
	background: rgba(255,255,255,.05);
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 12px;
	text-decoration: none;
	transition: border-color .15s ease, transform .15s ease;
}

.borpc-home-card:hover { border-color: #2ED3B5; transform: translateY(-2px); }

.borpc-home-card img,
.borpc-home-fallback {
	width: 46px;
	height: 46px;
	border-radius: 10px;
	object-fit: cover;
	flex-shrink: 0;
}

.borpc-home-fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(96,165,250,.2);
	color: #7FE6D3;
	font-weight: 800;
	font-size: 20px;
}

.borpc-home-card h3 {
	margin: 0 0 4px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
}

.borpc-home-card p {
	display: flex;
	gap: 12px;
	margin: 0;
	font-size: 13px;
	color: #94a3b8;
}

.borpc-home-star { color: #facc15; font-weight: 700; }

/* Guides */
.borpc-home-grid-guides { grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); }

.borpc-home-guide {
	display: block;
	padding: 22px;
	background: rgba(255,255,255,.05);
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 12px;
	text-decoration: none;
	transition: border-color .15s ease, transform .15s ease;
}

.borpc-home-guide:hover { border-color: #2ED3B5; transform: translateY(-2px); }

.borpc-home-guide h3 {
	margin: 0 0 8px;
	color: #ffffff;
	font-size: 17px;
	line-height: 1.35;
	font-weight: 700;
}

.borpc-home-guide p {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.6;
	color: #94a3b8;
}

.borpc-home-date {
	font-size: 12.5px;
	color: #64748b;
}

/* Hub chips */
.borpc-hub-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.borpc-hub-chips a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 15px;
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 999px;
	color: #e2e8f0;
	font-size: 13.5px;
	font-weight: 600;
	text-decoration: none;
	transition: border-color .15s ease;
}

.borpc-hub-chips a:hover { border-color: #2ED3B5; }

.borpc-hub-chips em {
	font-style: normal;
	color: #64748b;
	font-size: 12px;
}

@media (max-width: 767px) {
	.borpc-home-block h2 { font-size: 23px; }
	.borpc-home-grid,
	.borpc-home-grid-guides { grid-template-columns: 1fr; }
	.borpc-stats-row { grid-template-columns: repeat(2, 1fr); }
}


/* v1.5.2: company single fixes - hide duplicate theme title, protect buttons */
.single-bor_company .page-header .entry-title,
.single-bor_company h1.entry-title,
.single-bor_company .page-header {
	display: none;
}

.bor-btn br {
	display: none;
}

.bor-single-hero .bor-btn,
.bor-single-wrap .bor-btn {
	width: auto;
	min-width: 0;
	white-space: nowrap;
}


/* ===== Listicle finder bar (v1.6.0) - AgencySpotter-style search on dark theme ===== */
.borpc-finder {
	max-width: 980px;
	margin: 0 auto;
	width: 100%;
}

.borpc-finder-bar {
	display: grid;
	grid-template-columns: 1.3fr 1fr auto;
	align-items: stretch;
	background: #ffffff;
	border-radius: 16px;
	padding: 10px;
	gap: 10px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, .35);
}

.borpc-finder-field {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 3px;
	padding: 8px 16px;
	border-radius: 10px;
	background: #ffffff;
	min-width: 0;
}

.borpc-finder-field-alt {
	background: #f1f5f9;
}

.borpc-finder-label {
	font-size: 12.5px;
	font-weight: 700;
	color: #14B8A6;
	letter-spacing: .02em;
}

.borpc-finder-field select {
	appearance: auto;
	border: 0;
	background: transparent;
	font-size: 16px;
	color: #334155;
	font-weight: 500;
	padding: 2px 0;
	outline: none;
	width: 100%;
	cursor: pointer;
}

.borpc-finder button.borpc-finder-go {
	border: 0;
	border-radius: 12px;
	background: #14B8A6;
	color: #fff;
	font-weight: 700;
	font-size: 15.5px;
	padding: 0 30px;
	cursor: pointer;
	white-space: nowrap;
	transition: background .15s ease, transform .15s ease;
}

.borpc-finder button.borpc-finder-go:hover {
	background: #0B6E60;
	transform: translateY(-1px);
}

.borpc-finder-count {
	margin: 18px 4px 12px;
	color: #94a3b8;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}

.borpc-finder-results {
	margin-top: 4px;
}

@media (max-width: 767px) {
	.borpc-finder-bar {
		grid-template-columns: 1fr;
	}
	.borpc-finder-go {
		padding: 14px 24px;
	}
}

/* ===== Contact/submit form (v1.6.1) ===== */
.borpc-cform {
	max-width: 760px;
	margin: 0 auto;
	width: 100%;
}

.borpc-cform-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.borpc-cform-grid label {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.borpc-cform-full {
	grid-column: 1 / -1;
}

.borpc-cform-grid span {
	font-size: 13px;
	font-weight: 600;
	color: #B6BDD0;
}

.borpc-cform-grid input,
.borpc-cform-grid select,
.borpc-cform-grid textarea {
	width: 100%;
	padding: 13px 16px;
	border-radius: 10px;
	border: 1px solid rgba(91, 127, 255, .3);
	background: rgba(255, 255, 255, .05);
	color: #fff;
	font-size: 14.5px;
	font-family: inherit;
	outline: 0;
	box-sizing: border-box;
	transition: border-color .2s ease;
}

.borpc-cform-grid select option {
	background: #0F1A4A;
	color: #fff;
}

.borpc-cform-grid input:focus,
.borpc-cform-grid select:focus,
.borpc-cform-grid textarea:focus {
	border-color: #5B7FFF;
}

.borpc-cform-btn {
	margin-top: 22px;
	width: 100%;
	padding: 15px 30px;
	border: 0;
	border-radius: 12px;
	background: #14B8A6;
	color: #fff;
	font-weight: 700;
	font-size: 15.5px;
	cursor: pointer;
	transition: background .15s ease;
}

.borpc-cform-btn:hover { background: #0B6E60; }
.borpc-cform-btn:disabled { opacity: .6; cursor: wait; }

.borpc-cform-msg {
	margin: 14px 0 0;
	padding: 0;
	font-size: 14px;
	text-align: center;
	min-height: 20px;
}

.borpc-cform-msg.is-ok { color: #34d399; }
.borpc-cform-msg.is-err { color: #f87171; }

@media (max-width: 640px) {
	.borpc-cform-grid { grid-template-columns: 1fr; }
}

/* ===== Blog archive cards (v1.6.2) ===== */
.borpc-blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
	gap: 20px;
}

.borpc-blogcard {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform .15s ease, box-shadow .15s ease;
}

.borpc-blogcard:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 40px rgba(15, 23, 42, .12);
}

.borpc-blogcard-thumb {
	display: block;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #101344, #1e1b4b);
	overflow: hidden;
	position: relative;
}

.borpc-blogcard-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.borpc-blogcard-fallback {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #7FE6D3;
	font-size: 44px;
	font-weight: 800;
}

.borpc-blogcard-body {
	padding: 20px 22px 22px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.borpc-blogcard-cat {
	align-self: flex-start;
	padding: 4px 12px;
	border-radius: 999px;
	background: #eff6ff;
	border: 1px solid #B5F0E4;
	color: #0E8A78;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 12px;
}

.borpc-blogcard h2 {
	margin: 0 0 10px;
	font-size: 19px;
	line-height: 1.35;
	font-weight: 800;
}

.borpc-blogcard h2 a {
	color: #0f172a;
	text-decoration: none;
}

.borpc-blogcard h2 a:hover { color: #0E8A78; }

.borpc-blogcard p {
	margin: 0 0 16px;
	color: #475569;
	font-size: 14.5px;
	line-height: 1.65;
	flex: 1;
}

.borpc-blogcard-meta {
	display: flex;
	gap: 8px;
	align-items: center;
	color: #94a3b8;
	font-size: 12.5px;
	border-top: 1px solid #f1f5f9;
	padding-top: 14px;
}

.borpc-blogcard-meta span:first-child {
	color: #334155;
	font-weight: 600;
}

@media (max-width: 767px) {
	.borpc-blog-grid { grid-template-columns: 1fr; }
}

/* v1.8.1: Quick Answer + Key Stats as a full-width band under the hero */
.borpc-hero-band {
	padding-top: 8px;
	padding-bottom: 8px;
}
.borpc-hero-boxes {
	display: grid;
	gap: 20px;
	margin: 0;
}
.borpc-hero-boxes .borpc-tldr,
.borpc-hero-boxes .borpc-key-stats {
	max-width: none;
	margin: 0;
	height: 100%;
	box-sizing: border-box;
}
.borpc-hero-boxes--inline {
	margin-top: 22px;
}
@media (min-width: 992px) {
	.borpc-hero-boxes {
		grid-template-columns: 1fr 1fr;
		align-items: stretch;
	}
}