﻿.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: #2563eb;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.borpc-editor-review {
	background: #eef6ff;
	border-color: #bfdbfe;
}

.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 #dbeafe;
	border-radius: 999px;
}

.bor-archive-main {
	--bor-navy: #101344;
	--bor-ink: #101827;
	--bor-muted: #607086;
	--bor-blue: #2f63ff;
	--bor-gold: #dcbf73;
	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(220, 191, 115, .12), rgba(47, 99, 255, .18));
	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: #c8d4ff;
	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: #e4c978;
	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: #4772ff;
	color: #fff;
}

.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: #cbd5f0;
	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(3, minmax(0, 1fr));
	gap: 16px;
}

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

.bor-archive-media {
	display: grid;
	place-items: center;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #243aa5, #3872ff);
	text-decoration: none;
}

.bor-archive-media img {
	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: grid;
	gap: 12px;
	padding: 16px;
}

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

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

.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;
	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: #fff;
}

.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;
	}

	.bor-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 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-grid {
		grid-template-columns: 1fr;
	}

	.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: #2563eb;
	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: #cbd5f0;
}

.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 #60a5fa;
	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: #93c5fd;
}

.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: #cbd5f0;
}

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

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

.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: #2563eb;
}

@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: #cbd5f0;
}

.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: #93c5fd;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

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

.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: #60a5fa; 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: #60a5fa; 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: #93c5fd;
	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: #60a5fa; 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: #60a5fa; }

.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); }
}
