.bbrkr-directory,
.bbrkr-comparison,
.bbrkr-restriction,
.bbrkr-empty {
	box-sizing: border-box;
	font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
}

.bbrkr-directory *,
.bbrkr-comparison *,
.bbrkr-restriction * {
	box-sizing: border-box;
}

.bbrkr-directory {
	color: #10233c;
	margin: 40px auto;
	max-width: 1180px;
	padding: 24px;
}

.bbrkr-directory > header {
	margin-bottom: 24px;
}

.bbrkr-directory > header span,
.bbrkr-comparison-intro > span,
.bbrkr-restriction > span {
	color: #175cd3;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.bbrkr-directory h2,
.bbrkr-comparison h2,
.bbrkr-restriction h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 5vw, 52px);
	letter-spacing: -.035em;
	line-height: 1.05;
	margin: 7px 0;
}

.bbrkr-directory-controls {
	align-items: end;
	background: #fff;
	border: 1px solid #dfe7f0;
	border-radius: 12px;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(240px, 1fr) minmax(190px, .55fr) auto;
	margin-bottom: 20px;
	padding: 13px;
}

.bbrkr-directory-controls label > span {
	color: #5f7085;
	display: block;
	font-size: 9px;
	font-weight: 800;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.bbrkr-directory-search,
.bbrkr-directory-category {
	background: #f8fafc;
	border: 1px solid #d7e0ea;
	border-radius: 8px;
	box-shadow: none;
	min-height: 39px;
	padding: 8px 11px;
	width: 100%;
}

.bbrkr-directory-controls > div {
	align-items: center;
	background: #edf4ff;
	border-radius: 8px;
	display: flex;
	gap: 6px;
	min-height: 39px;
	padding: 8px 11px;
}

.bbrkr-directory-controls > div strong {
	color: #175cd3;
	font-size: 16px;
}

.bbrkr-directory-controls > div span {
	color: #66778b;
	font-size: 9px;
	white-space: nowrap;
}

.bbrkr-directory-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bbrkr-listing-card {
	background: #fff;
	border: 1px solid #dfe7f0;
	border-radius: 15px;
	box-shadow: 0 8px 26px rgba(12, 38, 70, .055);
	display: grid;
	gap: 13px;
	grid-template-columns: auto 1fr auto;
	padding: 18px;
	position: relative;
}

.bbrkr-listing-card:hover {
	border-color: #b9cbe1;
	box-shadow: 0 12px 30px rgba(12, 38, 70, .08);
}

.bbrkr-select {
	align-items: center;
	color: #63748a;
	display: flex;
	font-size: 9px;
	gap: 5px;
	position: absolute;
	right: 15px;
	top: 13px;
}

.bbrkr-listing-logo {
	align-items: center;
	background: #eaf2ff;
	border-radius: 10px;
	color: #175cd3;
	display: flex;
	font-size: 18px;
	font-weight: 900;
	height: 46px;
	justify-content: center;
	overflow: hidden;
	width: 46px;
}

.bbrkr-listing-logo .bbrkr-profile-logo-image {
	background: #fff;
	height: 100%;
	object-fit: contain;
	padding: 3px;
	width: 100%;
}

.bbrkr-listing-logo .bbrkr-profile-logo-fallback {
	align-items: center;
	background: linear-gradient(135deg, #175cd3, #2878ff);
	color: #fff;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.bbrkr-listing-title {
	min-width: 0;
	padding-right: 35px;
}

.bbrkr-listing-title > div {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 4px;
}

.bbrkr-listing-title em,
.bbrkr-listing-status {
	border-radius: 999px;
	font-size: 7px;
	font-style: normal;
	font-weight: 800;
	padding: 3px 6px;
	text-transform: uppercase;
}

.bbrkr-listing-title em {
	background: #fff4dc;
	color: #8a5c00;
}

.bbrkr-listing-status {
	background: #edf2f7;
	color: #596b80;
}

.bbrkr-listing-status--verified {
	background: #e5f7f0;
	color: #147451;
}

.bbrkr-listing-status--warning,
.bbrkr-listing-status--suspended {
	background: #ffe9ea;
	color: #ad2838;
}

.bbrkr-listing-title h3 {
	font-size: 17px;
	line-height: 1.2;
	margin: 0 0 3px;
}

.bbrkr-listing-title h3 a {
	color: #10233c;
}

.bbrkr-listing-title > span {
	color: #718197;
	display: block;
	font-size: 9px;
	line-height: 1.35;
}

.bbrkr-listing-score {
	align-self: end;
	text-align: right;
}

.bbrkr-listing-score strong,
.bbrkr-listing-score small {
	display: block;
}

.bbrkr-listing-score strong {
	color: #175cd3;
	font-size: 20px;
}

.bbrkr-listing-score small {
	color: #718197;
	font-size: 7px;
	white-space: nowrap;
}

.bbrkr-listing-terms {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	grid-column: 1 / -1;
}

.bbrkr-listing-terms span {
	align-items: center;
	background: #f3f7fb;
	border: 1px solid #e1e8f0;
	border-radius: 999px;
	color: #52657b;
	display: inline-flex;
	font-size: 7px;
	font-weight: 700;
	gap: 4px;
	padding: 4px 7px;
}

.bbrkr-listing-terms svg {
	color: #175cd3;
	height: 11px;
	width: 11px;
}

.bbrkr-listing-card dl {
	border-block: 1px solid #e7edf4;
	display: grid;
	grid-column: 1 / -1;
	margin: 0;
}

.bbrkr-listing-card dl div {
	display: grid;
	gap: 13px;
	grid-template-columns: 90px 1fr;
	padding: 7px 0;
}

.bbrkr-listing-card dt {
	color: #718197;
	font-size: 8px;
}

.bbrkr-listing-card dd {
	font-size: 9px;
	font-weight: 700;
	margin: 0;
	text-align: right;
}

.bbrkr-listing-card footer {
	align-items: center;
	display: flex;
	grid-column: 1 / -1;
	justify-content: space-between;
}

.bbrkr-listing-card footer small {
	color: #718197;
	font-size: 8px;
}

.bbrkr-listing-card footer a {
	color: #175cd3;
	font-size: 9px;
	font-weight: 800;
}

.bbrkr-directory-no-results {
	background: #fff;
	border: 1px dashed #bdcad9;
	border-radius: 12px;
	margin-top: 16px;
	padding: 28px;
	text-align: center;
}

.bbrkr-directory-no-results h3 {
	font-size: 18px;
	margin: 0 0 5px;
}

.bbrkr-directory-no-results p {
	color: #6a7b8f;
	font-size: 11px;
	margin: 0;
}

.bbrkr-compare-bar {
	align-items: center;
	background: #06172b;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 12px;
	bottom: 20px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
	color: #fff;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	left: 50%;
	max-width: 520px;
	padding: 12px 15px;
	position: fixed;
	transform: translateX(-50%);
	width: calc(100% - 32px);
	z-index: 100;
}

.bbrkr-compare-bar button {
	background: #e6b650;
	border: 0;
	border-radius: 7px;
	color: #10233c;
	cursor: pointer;
	font-size: 11px;
	font-weight: 800;
	padding: 9px 16px;
}

.bbrkr-comparison {
	margin: 50px auto;
	max-width: 1180px;
	padding: 24px;
}

.bbrkr-comparison-intro {
	margin-bottom: 26px;
	max-width: 760px;
}

.bbrkr-comparison-intro p {
	color: #64758b;
}

.bbrkr-comparison-scroll {
	border: 1px solid #dfe7f0;
	border-radius: 14px;
	overflow: auto;
}

.bbrkr-comparison table {
	border-collapse: collapse;
	margin: 0;
	min-width: 720px;
	width: 100%;
}

.bbrkr-comparison th,
.bbrkr-comparison td {
	border-bottom: 1px solid #e4eaf1;
	font-size: 12px;
	padding: 14px;
	text-align: left;
}

.bbrkr-comparison thead th {
	background: #06172b;
	color: #fff;
	position: sticky;
	top: 0;
}

.bbrkr-comparison thead a {
	color: #f4d27a;
}

.bbrkr-comparison tbody th {
	background: #f4f7fb;
	min-width: 210px;
}

.bbrkr-restriction {
	background: linear-gradient(135deg, #06172b, #0a2342);
	border-radius: 20px;
	color: #fff;
	margin: 50px auto;
	max-width: 900px;
	padding: clamp(32px, 7vw, 68px);
}

.bbrkr-restriction > span {
	color: #f4d27a;
}

.bbrkr-restriction p {
	color: #b7c4d4;
	max-width: 680px;
}

.bbrkr-empty {
	background: #f4f7fb;
	border: 1px solid #dfe7f0;
	border-radius: 14px;
	grid-column: 1 / -1;
	margin: 30px auto;
	max-width: 900px;
	padding: 34px;
	text-align: center;
}

.bbrkr-empty h3 {
	margin-top: 0;
}

@media (max-width: 960px) {
	.bbrkr-directory-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 700px) {
	.bbrkr-directory-controls {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.bbrkr-directory {
		padding: 17px;
	}

	.bbrkr-directory-grid {
		grid-template-columns: 1fr;
	}

	.bbrkr-listing-card {
		grid-template-columns: auto 1fr;
	}

	.bbrkr-listing-score {
		grid-column: 1 / -1;
		text-align: left;
	}

	.bbrkr-compare-bar {
		bottom: 10px;
	}
}
