.bestbrkr-category-archive .site-content > .ast-container,
.bestbrkr-category-archive .content-area {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.bbrkr-category-page {
	background: #f4f7fb;
	color: #10233c;
	font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
	overflow: hidden;
}

.bbrkr-category-page *,
.bbrkr-category-page *::before,
.bbrkr-category-page *::after {
	box-sizing: border-box;
}

.bbrkr-category-page h1,
.bbrkr-category-page h2 {
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: -.035em;
	line-height: 1.05;
}

.bbrkr-category-page a {
	text-decoration: none;
}

.bbrkr-category-hero {
	background:
		radial-gradient(circle at 83% 30%, rgba(40, 120, 255, .18), transparent 27%),
		linear-gradient(140deg, #03101f, #071d38 60%, #0a2c53);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	color: #fff;
	padding-block: 34px 68px;
}

.bbrkr-category-breadcrumbs {
	align-items: center;
	color: #8398b2;
	display: flex;
	font-size: 10px;
	gap: 8px;
	margin-bottom: 46px;
}

.bbrkr-category-breadcrumbs a {
	color: #a7b8cb;
}

.bbrkr-category-breadcrumbs b {
	color: #f4d27a;
}

.bbrkr-category-hero-grid {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: auto 1fr auto;
}

.bbrkr-category-hero-icon {
	align-items: center;
	background: rgba(40, 120, 255, .15);
	border: 1px solid rgba(111, 165, 255, .28);
	border-radius: 18px;
	color: #6fa9ff;
	display: flex;
	height: 86px;
	justify-content: center;
	width: 86px;
}

.bbrkr-category-hero-icon svg {
	height: 42px;
	width: 42px;
}

.bbrkr-category-hero-grid > div:nth-child(2) {
	max-width: 760px;
}

.bbrkr-category-hero-grid small {
	color: #f4d27a;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.bbrkr-category-hero h1 {
	color: #fff;
	font-size: clamp(42px, 6vw, 68px);
	margin: 7px 0 13px;
}

.bbrkr-category-hero p {
	color: #aebed1;
	font-size: 14px;
	margin: 0;
	max-width: 690px;
}

.bbrkr-category-summary {
	background: rgba(255, 255, 255, .055);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 13px;
	min-width: 180px;
	padding: 18px;
}

.bbrkr-category-summary strong,
.bbrkr-category-summary > span {
	display: block;
}

.bbrkr-category-summary strong {
	color: #f4d27a;
	font-size: 30px;
}

.bbrkr-category-summary > span {
	color: #aebed1;
	font-size: 9px;
}

.bbrkr-category-summary small {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, .08);
	color: #65d4b1;
	display: flex;
	gap: 6px;
	margin-top: 12px;
	padding-top: 12px;
}

.bbrkr-category-summary svg {
	height: 15px;
	width: 15px;
}

.bbrkr-category-switcher {
	background: #071b33;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	color: #fff;
}

.bbrkr-category-switcher .bbrkr-shell {
	align-items: center;
	display: flex;
	gap: 22px;
	min-height: 70px;
}

.bbrkr-category-switcher .bbrkr-shell > span {
	color: #8196af;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	white-space: nowrap;
}

.bbrkr-category-switcher nav {
	display: flex;
	gap: 7px;
	overflow-x: auto;
	padding-block: 10px;
	scrollbar-width: thin;
}

.bbrkr-category-switcher a {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 999px;
	color: #aebed1;
	display: inline-flex;
	font-size: 9px;
	font-weight: 700;
	gap: 6px;
	padding: 7px 10px;
	white-space: nowrap;
}

.bbrkr-category-switcher a svg {
	height: 13px;
	width: 13px;
}

.bbrkr-category-switcher a:hover,
.bbrkr-category-switcher a.is-active {
	background: rgba(40, 120, 255, .15);
	border-color: rgba(92, 150, 255, .35);
	color: #fff;
}

.bbrkr-category-directory {
	padding-block: 40px 78px;
}

.bbrkr-category-directory .bbrkr-directory {
	margin: 0;
	max-width: none;
	padding: 0;
}

.bbrkr-category-restriction {
	padding-block: 70px;
}

.bbrkr-category-restriction .bbrkr-shell {
	align-items: start;
	background: #fff;
	border: 1px solid #eed5a3;
	border-radius: 16px;
	display: grid;
	gap: 18px;
	grid-template-columns: auto 1fr;
	padding-block: 34px;
}

.bbrkr-category-restriction .bbrkr-shell > span {
	align-items: center;
	background: #fff4df;
	border-radius: 11px;
	color: #b56d00;
	display: flex;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.bbrkr-category-restriction small {
	color: #b56d00;
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase;
}

.bbrkr-category-restriction h2 {
	font-size: clamp(30px, 4vw, 44px);
	margin: 6px 0 10px;
}

.bbrkr-category-restriction p {
	color: #66768a;
	max-width: 800px;
}

.bbrkr-category-restriction a {
	color: #175cd3;
	font-size: 11px;
	font-weight: 800;
}

.bbrkr-category-method {
	background: #06172b;
	color: #fff;
	padding-block: 45px;
}

.bbrkr-category-method .bbrkr-shell {
	align-items: center;
	display: grid;
	gap: 30px;
	grid-template-columns: auto 1fr auto;
}

.bbrkr-category-method .bbrkr-shell > div {
	align-items: center;
	display: flex;
	gap: 13px;
}

.bbrkr-category-method .bbrkr-shell > div > span {
	align-items: center;
	background: rgba(230, 182, 80, .12);
	border-radius: 10px;
	color: #f4d27a;
	display: flex;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.bbrkr-category-method small {
	color: #f4d27a;
	font-size: 8px;
	font-weight: 800;
	text-transform: uppercase;
}

.bbrkr-category-method h2 {
	font-family: inherit;
	font-size: 17px;
	letter-spacing: -.02em;
	margin: 3px 0 0;
}

.bbrkr-category-method p {
	color: #9fb1c8;
	font-size: 10px;
	margin: 0;
	max-width: 640px;
}

.bbrkr-category-method a {
	color: #f4d27a;
	font-size: 10px;
	font-weight: 800;
	white-space: nowrap;
}

@media (max-width: 820px) {
	.bbrkr-category-hero-grid {
		grid-template-columns: auto 1fr;
	}

	.bbrkr-category-summary {
		grid-column: 1 / -1;
	}

	.bbrkr-category-switcher .bbrkr-shell {
		align-items: flex-start;
		flex-direction: column;
		gap: 0;
		padding-block: 15px;
	}

	.bbrkr-category-method .bbrkr-shell {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 580px) {
	.bbrkr-category-hero-grid {
		grid-template-columns: 1fr;
	}

	.bbrkr-category-hero-icon {
		height: 66px;
		width: 66px;
	}

	.bbrkr-category-hero-icon svg {
		height: 32px;
		width: 32px;
	}

	.bbrkr-category-restriction .bbrkr-shell {
		grid-template-columns: 1fr;
	}
}
