.btech-radio-resources {
	box-sizing: border-box;
	margin: 0 0 28px;
	padding: 28px;
	border: 1px solid #d9dde2;
	border-radius: 12px;
	background: linear-gradient(135deg, #fff 0%, #f7f8fa 100%);
	box-shadow: 0 10px 28px rgba(22, 28, 33, .07);
	color: #222529;
	font-family: Poppins, Arial, sans-serif;
}

.btech-radio-resources *,
.btech-radio-resources *::before,
.btech-radio-resources *::after {
	box-sizing: border-box;
}

.btech-radio-resources--legacy {
	width: min(1240px, calc(100% - 48px));
	margin: 48px auto;
}

.btech-rpt50-radio-resource-slot {
	grid-column: 1 / -1;
}

.btech-rpt50-radio-resource-slot .btech-radio-resources {
	margin-bottom: 34px;
	background: #fff;
	color: #222529;
}

.btech-radio-resources__intro {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
}

.btech-radio-resources__intro > div {
	min-width: 0;
}

.btech-radio-resources__eyebrow {
	margin: 0 0 7px;
	color: #525b65;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	line-height: 1.4;
	text-transform: uppercase;
}

.btech-radio-resources__eyebrow span {
	color: #df2932;
}

.btech-radio-resources__intro h3 {
	margin: 0 0 7px;
	padding: 0;
	color: #161c21;
	font-size: clamp(22px, 2vw, 28px);
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.2;
}

.btech-radio-resources__intro p:last-child {
	max-width: 720px;
	margin: 0;
	color: #525b65;
	font-size: 15px;
	line-height: 1.6;
}

.btech-radio-resources__status {
	flex: 0 0 auto;
	margin-top: 2px;
	padding: 7px 10px;
	border: 1px solid #c7ccd2;
	border-radius: 999px;
	background: #fff;
	color: #39424b;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
}

.btech-radio-resources__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.btech-radio-resource-card {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	align-items: center;
	min-height: 146px;
	padding: 20px;
	border: 1px solid #d9dde2;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(22, 28, 33, .05);
	color: #222529;
	text-decoration: none;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.btech-radio-resource-card:hover {
	border-color: #df2932;
	box-shadow: 0 8px 20px rgba(22, 28, 33, .1);
	color: #222529;
	text-decoration: none;
	transform: translateY(-1px);
}

.btech-radio-resource-card:focus-visible,
.btech-radio-resources__help a:focus-visible,
.btech-radio-resources-support-result:focus-visible,
.btech-radio-resources-software-target:focus-visible {
	outline: 3px solid #1261a0;
	outline-offset: 3px;
}

.btech-radio-resource-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: #fbeaec;
	color: #c51f28;
	font-size: 20px;
	font-weight: 700;
}

.btech-radio-resource-card__body {
	display: block;
	min-width: 0;
	padding: 0 15px 0 3px;
}

.btech-radio-resource-card__body strong,
.btech-radio-resource-card__body small {
	display: block;
}

.btech-radio-resource-card__body strong {
	margin-bottom: 5px;
	color: #161c21;
	font-size: 17px;
	line-height: 1.35;
}

.btech-radio-resource-card__body small {
	color: #5b6570;
	font-size: 13px;
	line-height: 1.55;
}

.btech-radio-resource-card__action {
	color: #b51c24;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-align: right;
}

.btech-radio-resources__help {
	margin: 18px 0 0;
	color: #5b6570;
	font-size: 13px;
	line-height: 1.5;
}

.btech-radio-resources__help a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: #a8171f;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.btech-radio-resources-exact .bts-filters,
body.btech-radio-resources-exact #bts-show-all-manuals {
	display: none !important;
}

body.btech-radio-resources-exact .bts-manual[hidden] {
	display: none !important;
}

.btech-radio-resources-support-result {
	display: flex;
	align-items: center;
	min-height: 96px;
	padding: 18px;
	border: 1px solid #d9dde2;
	border-radius: 8px;
	background: #fff;
	color: #222529;
	text-decoration: none;
}

.btech-radio-resources-support-result:hover {
	border-color: #df2932;
	color: #222529;
	text-decoration: none;
}

.btech-radio-resources-support-result strong,
.btech-radio-resources-support-result small {
	display: block;
}

.btech-radio-resources-support-result strong {
	font-size: 17px;
}

.btech-radio-resources-support-result small {
	margin-top: 4px;
	color: #5b6570;
	font-size: 13px;
	line-height: 1.5;
}

.btech-radio-resources-support-result__pill {
	flex: 0 0 auto;
	margin-right: 14px;
	padding: 6px 8px;
	border-radius: 4px;
	background: #222529;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
}

.btech-radio-resources-exact #bts-no-results {
	display: none !important;
}

.btech-radio-resources-exact .btech-radio-resources-support-alias,
.btech-radio-resources-exact .btech-radio-resources-support-clone {
	display: flex !important;
}

#bts-manual-title,
.btech-radio-resources-software-target,
.btech-radio-resources-software-target > summary {
	scroll-margin-top: 120px;
}

.btech-radio-resources-software-target {
	outline: 3px solid #df2932;
	outline-offset: 4px;
	box-shadow: 0 10px 28px rgba(223, 41, 50, .14);
}

.btech-radio-resources-software-target > summary:focus-visible {
	outline: 3px solid #1261a0;
	outline-offset: 3px;
}

@media (max-width: 767px) {
	.btech-radio-resources,
	.btech-radio-resources--legacy {
		width: auto;
		margin-right: 16px;
		margin-left: 16px;
		padding: 22px 18px;
	}

	.btech-product-details .btech-radio-resources,
	.btech-rpt50-radio-resource-slot .btech-radio-resources {
		margin-right: 0;
		margin-left: 0;
	}

	.btech-radio-resources__intro {
		display: block;
		margin-bottom: 18px;
	}

	.btech-radio-resources__status {
		display: inline-block;
		margin-top: 12px;
	}

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

	.btech-radio-resource-card {
		grid-template-columns: 38px minmax(0, 1fr);
		min-height: 170px;
		padding: 18px 16px;
	}

	.btech-radio-resource-card__body {
		padding-right: 0;
	}

	.btech-radio-resource-card__action {
		grid-column: 2;
		display: inline-flex;
		align-items: center;
		justify-content: flex-start;
		min-height: 44px;
		text-align: left;
	}
}
