.tuf-b2-radar .tuf-filter-row--page {
	flex: 1 1 auto;
	flex-wrap: wrap;
	min-width: 0;
}

.tuf-b2-radar .tuf-filter-row--page button {
	flex: 0 0 auto;
}

.tuf-b2-radar .tuf-radar-filter-menu__panel {
	max-height: min(440px, calc(100vh - 96px));
	overflow-y: auto;
	overscroll-behavior: contain;
}

.tuf-b2-radar .tuf-radar-filter-menu__panel > strong:not(:first-child) {
	margin-top: 6px;
	padding-top: 12px;
	border-top: 1px solid var(--tuf-line);
}

.tuf-radar-brand-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 12px 2px 4px;
	border-top: 1px solid rgba(24, 52, 82, .08);
}

.tuf-radar-brand-row__label {
	flex: 0 0 auto;
	margin-right: 2px;
	color: #6f7e90;
	font-size: 12px;
	font-weight: 700;
	line-height: 30px;
}

.tuf-radar-brand-row a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-height: 30px;
	padding: 6px 11px;
	border: 1px solid #d8e1ec;
	border-radius: 999px;
	background: #fff;
	color: #314255;
	font-size: 13px;
	font-weight: 650;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: 0 1px 1px rgba(23, 43, 67, .025);
	transition: background-color .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
}

.tuf-radar-brand-row a:hover {
	border-color: #b5c5d8;
	background: #f8fafc;
	color: #173a60;
}

.tuf-radar-brand-row a.is-active {
	border-color: #7eafe8;
	background: #edf6ff;
	color: #0967c7;
	box-shadow: inset 0 0 0 1px rgba(9, 103, 199, .04);
}

.tuf-radar-brand-row small {
	color: #8793a1;
	font: inherit;
	font-size: 11px;
	font-weight: 600;
}

.tuf-radar-brand-row a.is-active small {
	color: currentColor;
	opacity: .72;
}

@media (max-width: 760px) {
	.tuf-b2-radar .tuf-filter-row--page {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 720px) {
	.tuf-radar-brand-row {
		gap: 6px;
		padding-top: 10px;
	}

	.tuf-radar-brand-row__label {
		width: 100%;
		line-height: 1;
		margin: 0 0 2px;
	}

	.tuf-radar-brand-row a {
		min-height: 29px;
		padding: 6px 9px;
		font-size: 12px;
	}
}
