.btech-radio-knowledge .btech-knowledge-results {
	display: block;
	margin-top: 18px;
}

.btech-radio-knowledge > .bts-guide-grid {
	display: block;
}

.btech-radio-knowledge .btech-knowledge-count {
	color: #c8d0d8 !important;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.45;
	margin: 0 0 14px;
}

.btech-radio-knowledge .btech-knowledge-group {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	margin-top: 20px;
	padding-top: 18px;
}

.btech-radio-knowledge .btech-knowledge-group:first-of-type {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.btech-radio-knowledge .btech-knowledge-group__title {
	color: #fff;
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: -0.015em;
	line-height: 1.3;
	margin: 0 0 11px;
}

.btech-radio-knowledge .btech-knowledge-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.btech-radio-knowledge .btech-knowledge-card {
	min-width: 0;
}

.btech-radio-knowledge .btech-knowledge-card[hidden] {
	display: none !important;
}

.btech-radio-knowledge .btech-knowledge-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.btech-radio-knowledge .btech-knowledge-badge {
	background: #f1f3f5;
	border-radius: 999px;
	color: #59636d;
	display: inline-flex;
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.25;
	max-width: 100%;
	padding: 4px 8px;
	text-transform: none;
	white-space: normal;
}

.btech-radio-knowledge .btech-knowledge-badge--scope {
	background: #fff1f2;
	color: #b2161f;
}

.btech-radio-knowledge .btech-knowledge-badge--archive {
	background: #fff6dc;
	color: #754f00;
}

.btech-radio-knowledge .btech-knowledge-card--update {
	border-left: 4px solid #df2932;
}

.btech-radio-knowledge .btech-knowledge-update-count {
	color: #c8d0d8 !important;
	font-size: 0.82rem;
	line-height: 1.5;
	margin: -4px 0 12px;
}

.btech-radio-knowledge .btech-knowledge-expand {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 0.84rem;
	font-weight: 800;
	justify-content: center;
	margin: 16px 0 0;
	min-height: 44px;
	padding: 9px 15px;
}

.btech-radio-knowledge .btech-knowledge-expand:hover {
	background: rgba(255, 255, 255, 0.08);
}

.btech-radio-knowledge .btech-knowledge-expand[hidden] {
	display: none;
}

.btech-radio-knowledge .btech-knowledge-filters {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 11px;
	margin: 0 0 18px;
	padding: 0 14px 14px;
}

.btech-radio-knowledge .btech-knowledge-filters summary {
	color: #fff;
	cursor: pointer;
	font-size: 0.86rem;
	font-weight: 800;
	min-height: 44px;
	padding: 12px 0;
}

.btech-radio-knowledge .btech-knowledge-filters label {
	color: #dce2e8;
	display: grid;
	font-size: 0.8rem;
	font-weight: 700;
	gap: 6px;
	max-width: 340px;
}

.btech-radio-knowledge .btech-knowledge-filters select {
	background: #fff;
	border: 1px solid #c8cdd2;
	border-radius: 8px;
	color: #222529;
	font: inherit;
	min-height: 44px;
	padding: 8px 34px 8px 11px;
	width: 100%;
}

.btech-radio-knowledge .btech-knowledge-empty {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 12px;
	color: #fff;
	padding: 17px;
}

.btech-radio-knowledge .btech-knowledge-empty strong {
	color: #fff;
	display: block;
	font-size: 0.98rem;
	line-height: 1.4;
}

.btech-radio-knowledge .btech-knowledge-empty p {
	color: #c8d0d8 !important;
	font-size: 0.84rem;
	line-height: 1.5;
	margin: 7px 0 0;
}

.btech-radio-knowledge .btech-knowledge-empty__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.btech-radio-knowledge .btech-knowledge-empty__links a {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 8px;
	color: #fff !important;
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 800;
	justify-content: center;
	min-height: 44px;
	padding: 8px 12px;
}

.btech-radio-knowledge .bts-guide-search-link.btech-knowledge-blog {
	border: 0;
	color: #d7dde3 !important;
	font-size: 0.78rem;
	justify-content: flex-end;
	margin: 0;
	padding: 8px 0;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.btech-radio-knowledge .bts-guide-search-link.btech-knowledge-blog:hover {
	background: transparent;
	color: #fff !important;
}

.btech-radio-knowledge a:focus-visible,
.btech-radio-knowledge button:focus-visible,
.btech-radio-knowledge summary:focus-visible,
.btech-radio-knowledge select:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

@media (max-width: 900px) {
	.btech-radio-knowledge .btech-knowledge-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.btech-radio-knowledge .btech-knowledge-grid {
		grid-template-columns: 1fr;
	}

	.btech-radio-knowledge .btech-knowledge-group {
		margin-top: 18px;
		padding-top: 16px;
	}

	.btech-radio-knowledge .btech-knowledge-expand,
	.btech-radio-knowledge .btech-knowledge-empty__links a {
		width: 100%;
	}

	.btech-radio-knowledge .bts-guide-search-link.btech-knowledge-blog {
		justify-content: flex-start;
		margin-top: 8px;
		width: auto;
	}
}
