.stx-rsr-catalog {
	color: #e5e7eb;
	margin: 0 auto;
	max-width: 1280px;
	padding: 2.75rem 1.25rem 4rem;
}

.stx-rsr-notice {
	background: linear-gradient(135deg, rgba(245, 158, 11, 0.14), rgba(15, 23, 42, 0.72));
	border: 1px solid rgba(245, 158, 11, 0.32);
	border-radius: 16px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	margin-bottom: 1.5rem;
	padding: 1.05rem 1.2rem;
}

.stx-rsr-notice div {
	display: grid;
	gap: 0.25rem;
}

.stx-rsr-notice strong {
	color: #fff7ed;
	font-size: 0.95rem;
}

.stx-rsr-notice span {
	color: #fde68a;
	font-size: 0.9rem;
	line-height: 1.55;
}

.stx-rsr-toolbar {
	background: rgba(2, 6, 23, 0.5);
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 18px;
	box-shadow: 0 22px 70px rgba(2, 6, 23, 0.24);
	margin-bottom: 1.7rem;
	padding: 1.2rem;
}

.stx-rsr-filters {
	display: grid;
	gap: 1rem;
	margin: 0;
}

.stx-rsr-filter-top {
	align-items: end;
	display: grid;
	gap: 0.9rem;
	grid-template-columns: minmax(260px, 1fr) 190px auto;
}

.stx-rsr-search,
.stx-rsr-sort {
	display: grid;
	gap: 0.45rem;
}

.stx-rsr-search span,
.stx-rsr-sort span,
.stx-rsr-filter-label {
	color: #cbd5e1;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stx-rsr-search input,
.stx-rsr-sort select {
	background: rgba(15, 23, 42, 0.92);
	border: 1px solid rgba(148, 163, 184, 0.38);
	border-radius: 14px;
	color: #f8fafc;
	font: inherit;
	min-height: 52px;
	padding: 0.85rem 1rem;
	width: 100%;
}

.stx-rsr-search input::placeholder {
	color: #64748b;
}

.stx-rsr-search input:focus,
.stx-rsr-sort select:focus {
	border-color: rgba(245, 158, 11, 0.85);
	box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.18);
	outline: none;
}

.stx-rsr-filters button {
	background: linear-gradient(135deg, #f59e0b, #c2410c);
	border: 0;
	border-radius: 14px;
	color: #fff;
	cursor: pointer;
	font-weight: 900;
	min-height: 52px;
	padding: 0.85rem 1.35rem;
	transition: filter 160ms ease, transform 160ms ease;
}

.stx-rsr-filters button:hover {
	filter: brightness(1.06);
	transform: translateY(-1px);
}

.stx-rsr-category-block {
	display: grid;
	gap: 0.65rem;
}

.stx-rsr-category-row {
	display: flex;
	gap: 0.6rem;
	overflow-x: auto;
	padding: 0.1rem 0 0.4rem;
	scrollbar-color: #f59e0b #0f172a;
}

.stx-rsr-category-row a {
	background: rgba(15, 23, 42, 0.82);
	border: 1px solid rgba(148, 163, 184, 0.32);
	border-radius: 999px;
	color: #cbd5e1;
	flex: 0 0 auto;
	font-size: 0.9rem;
	font-weight: 850;
	padding: 0.72rem 1rem;
	text-decoration: none;
	transition: border-color 160ms ease, color 160ms ease, background 160ms ease, transform 160ms ease;
}

.stx-rsr-category-row a:hover,
.stx-rsr-category-row a.is-active {
	background: #f59e0b;
	border-color: #fbbf24;
	color: #111827;
	transform: translateY(-1px);
}

.stx-rsr-results-bar {
	align-items: center;
	border-top: 1px solid rgba(148, 163, 184, 0.16);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-top: 1rem;
	padding-top: 1rem;
}

.stx-rsr-results-bar div {
	display: grid;
	gap: 0.15rem;
}

.stx-rsr-results-bar span {
	color: #94a3b8;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stx-rsr-results-bar strong {
	color: #fff;
	font-size: 1.15rem;
}

.stx-rsr-results-bar p {
	background: rgba(245, 158, 11, 0.1);
	border: 1px solid rgba(245, 158, 11, 0.25);
	border-radius: 999px;
	color: #fde68a;
	font-size: 0.9rem;
	font-weight: 850;
	margin: 0;
	padding: 0.48rem 0.8rem;
}

.stx-rsr-grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stx-rsr-card {
	background: #f8fafc;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 4px;
	box-shadow: 0 18px 50px rgba(2, 6, 23, 0.24);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.stx-rsr-card:hover {
	border-color: rgba(245, 158, 11, 0.56);
	box-shadow: 0 28px 70px rgba(2, 6, 23, 0.36);
	transform: translateY(-3px);
}

.stx-rsr-image {
	align-items: center;
	aspect-ratio: 1.45 / 1;
	background: #fff;
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
	display: flex;
	justify-content: center;
	text-decoration: none;
}

.stx-rsr-image img {
	height: 100%;
	object-fit: contain;
	padding: 1rem;
	width: 100%;
}

.stx-rsr-image span {
	align-items: center;
	border: 1px solid rgba(15, 23, 42, 0.14);
	border-radius: 999px;
	color: #c2410c;
	display: inline-flex;
	font-weight: 900;
	height: 58px;
	justify-content: center;
	letter-spacing: 0.12em;
	width: 58px;
}

.stx-rsr-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 0.95rem;
}

.stx-rsr-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-bottom: 0.75rem;
}

.stx-rsr-meta span {
	background: #f59e0b;
	border: 0;
	border-radius: 2px;
	color: #111827;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	padding: 0.38rem 0.5rem;
	text-transform: uppercase;
}

.stx-rsr-meta span.is-closeout,
.stx-rsr-home-meta span.is-closeout {
	background: #c2410c;
	color: #fff7ed;
}

.stx-rsr-meta span.is-limited,
.stx-rsr-home-meta span.is-limited {
	background: #1d4ed8;
	color: #eff6ff;
}

.stx-rsr-meta span.is-available {
	background: #0f766e;
	color: #ecfdf5;
}

.stx-rsr-card h3 {
	color: #020617;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.04rem;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 0.75rem;
	min-height: 2.45em;
}

.stx-rsr-card h3 a {
	color: inherit;
	text-decoration: none;
}

.stx-rsr-card h3 a:hover {
	color: #c2410c;
}

.stx-rsr-details {
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 4px;
	display: grid;
	gap: 0;
	margin-bottom: 0.85rem;
	overflow: hidden;
}

.stx-rsr-details p {
	align-items: center;
	background: #fff;
	display: flex;
	gap: 0.7rem;
	justify-content: space-between;
	margin: 0;
	padding: 0.62rem 0.7rem;
}

.stx-rsr-details p + p {
	border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.stx-rsr-details span {
	color: #475569;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stx-rsr-details p {
	color: #0f172a;
	font-size: 0.86rem;
	line-height: 1.35;
}

.stx-rsr-description {
	color: #94a3b8;
	font-size: 0.9rem;
	line-height: 1.6;
	margin: 0;
}

.stx-rsr-card-footer {
	align-items: stretch;
	border-top: 1px solid rgba(15, 23, 42, 0.1);
	display: flex;
	gap: 0.9rem;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 1rem;
}

.stx-rsr-price-stack,
.stx-rsr-home-price-stack {
	display: grid;
	gap: 0.38rem;
	min-width: 0;
}

.stx-rsr-price-stack div,
.stx-rsr-home-price-stack div {
	display: grid;
	gap: 0.06rem;
}

.stx-rsr-price-stack span,
.stx-rsr-home-price-stack span {
	color: #64748b;
	font-size: 0.66rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.stx-rsr-price-stack strong,
.stx-rsr-home-price-stack strong {
	color: #020617;
	font-size: 0.98rem;
	line-height: 1.08;
	white-space: nowrap;
}

.stx-rsr-price-stack div:first-child strong,
.stx-rsr-home-price-stack div:first-child strong {
	font-size: 1.18rem;
}

.stx-rsr-card-actions {
	align-items: flex-end;
	display: grid;
	gap: 0.45rem;
	justify-items: end;
}

.stx-rsr-card-footer a {
	background: #0f63a8;
	border: 1px solid #0f63a8;
	border-radius: 2px;
	color: #fff;
	font-size: 0.84rem;
	font-weight: 900;
	padding: 0.72rem 0.95rem;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.stx-rsr-card-footer a.stx-rsr-view-link {
	background: transparent;
	border-color: rgba(15, 23, 42, 0.22);
	color: #0f172a;
}

.stx-rsr-card-footer a:hover {
	filter: brightness(1.07);
}

.stx-rsr-detail-wrap {
	padding-top: 2rem;
}

.stx-rsr-breadcrumb {
	align-items: center;
	color: #94a3b8;
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.stx-rsr-breadcrumb a {
	color: #cbd5e1;
	text-decoration: none;
}

.stx-rsr-breadcrumb a:hover {
	color: #fbbf24;
}

.stx-rsr-breadcrumb strong {
	color: #f8fafc;
	font-weight: 900;
	max-width: min(100%, 48rem);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.stx-rsr-back-link {
	align-items: center;
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 999px;
	color: #cbd5e1;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 850;
	margin-bottom: 1.25rem;
	padding: 0.65rem 0.95rem;
	text-decoration: none;
}

.stx-rsr-back-link:hover {
	border-color: rgba(245, 158, 11, 0.48);
	color: #fbbf24;
}

.stx-rsr-detail {
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 6px;
	box-shadow: 0 32px 90px rgba(2, 6, 23, 0.3);
	display: grid;
	gap: 0;
	grid-template-columns: minmax(320px, 1.08fr) minmax(0, 0.92fr);
	overflow: hidden;
}

.stx-rsr-detail-media {
	align-items: stretch;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 600px;
	padding: 2rem;
}

.stx-rsr-detail-image-stage {
	align-items: center;
	display: flex;
	flex: 1;
	justify-content: center;
	min-height: 460px;
}

.stx-rsr-detail-image-stage img {
	height: 100%;
	max-height: 520px;
	object-fit: contain;
	width: 100%;
}

.stx-rsr-detail-image-stage span {
	align-items: center;
	border: 1px solid rgba(15, 23, 42, 0.16);
	border-radius: 999px;
	color: #c2410c;
	display: inline-flex;
	font-size: 1.2rem;
	font-weight: 900;
	height: 78px;
	justify-content: center;
	letter-spacing: 0.12em;
	width: 78px;
}

.stx-rsr-detail-thumbs {
	display: flex;
	gap: 0.45rem;
	margin-top: 1rem;
	overflow-x: auto;
	padding-bottom: 0.2rem;
}

.stx-rsr-detail-thumbs div {
	align-items: center;
	background: #f8fafc;
	border: 2px solid transparent;
	border-radius: 2px;
	display: flex;
	height: 74px;
	justify-content: center;
	width: 74px;
}

.stx-rsr-detail-thumbs div.is-active {
	border-color: #0f63a8;
}

.stx-rsr-detail-thumbs img {
	height: 100%;
	object-fit: contain;
	padding: 0.25rem;
	width: 100%;
}

.stx-rsr-detail-thumbs span {
	color: #c2410c;
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.stx-rsr-detail-content {
	border-left: 1px solid rgba(15, 23, 42, 0.1);
	padding: clamp(1.4rem, 3vw, 2.5rem);
}

.stx-rsr-detail-content h2 {
	color: #020617;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', Arial, sans-serif;
	font-size: clamp(2.15rem, 4vw, 3.55rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.03;
	margin: 0 0 0.7rem;
	text-transform: none;
}

.stx-rsr-detail-maker {
	color: #0f63a8;
	font-size: 1rem;
	font-weight: 850;
	margin: 0 0 1.1rem;
}

.stx-rsr-detail-lede {
	color: #172033;
	font-size: 1rem;
	line-height: 1.65;
	margin: 0 0 1.25rem;
}

.stx-rsr-detail-summary {
	align-items: stretch;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
	margin: 0.2rem 0 1.2rem;
}

.stx-rsr-detail-pricing,
.stx-rsr-detail-request-status {
	background: #f8fafc;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 4px;
	display: grid;
	gap: 0.62rem;
	padding: 0.9rem 1rem;
}

.stx-rsr-detail-pricing span,
.stx-rsr-detail-request-status span {
	color: #475569;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stx-rsr-detail-pricing strong,
.stx-rsr-detail-request-status strong {
	color: #020617;
	font-size: 1.02rem;
	line-height: 1.25;
}

.stx-rsr-detail-pricing div:first-child strong {
	font-size: 1.8rem;
	line-height: 1;
}

.stx-rsr-service-band {
	align-items: center;
	background: #fde68a;
	border: 1px solid #fcd34d;
	color: #111827;
	display: flex;
	gap: 0.75rem;
	margin: 1rem 0;
	padding: 0.85rem 1rem;
}

.stx-rsr-service-band strong {
	font-size: 0.9rem;
	font-weight: 950;
	text-transform: uppercase;
	white-space: nowrap;
}

.stx-rsr-service-band span {
	font-size: 0.9rem;
	line-height: 1.45;
}

.stx-rsr-detail-identifiers {
	border-bottom: 1px solid rgba(15, 23, 42, 0.14);
	border-top: 1px solid rgba(15, 23, 42, 0.14);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 1rem 0 0;
}

.stx-rsr-detail-identifiers p {
	align-items: center;
	display: flex;
	gap: 0.7rem;
	justify-content: space-between;
	margin: 0;
	padding: 0.8rem 1rem 0.8rem 0;
}

.stx-rsr-detail-identifiers p + p {
	border-left: 1px solid rgba(15, 23, 42, 0.14);
	padding-left: 1rem;
}

.stx-rsr-detail-identifiers span {
	color: #475569;
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.stx-rsr-detail-identifiers strong {
	color: #020617;
	font-size: 0.92rem;
	text-align: right;
	overflow-wrap: anywhere;
}

.stx-rsr-detail-copy {
	color: #334155;
	font-size: 1rem;
	line-height: 1.75;
	margin: 0;
}

.stx-rsr-detail-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.stx-rsr-detail-actions a {
	background: linear-gradient(135deg, #f59e0b, #c2410c);
	border: 1px solid #c2410c;
	border-radius: 2px;
	color: #fff;
	font-weight: 900;
	min-width: 210px;
	padding: 0.95rem 1.1rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.stx-rsr-detail-actions a.is-secondary {
	background: #fff;
	border-color: rgba(15, 23, 42, 0.2);
	color: #0f172a;
}

.stx-rsr-detail-notice {
	background: #fff7ed;
	border: 1px solid rgba(245, 158, 11, 0.35);
	border-radius: 4px;
	color: #7c2d12;
	font-size: 0.88rem;
	line-height: 1.6;
	margin-top: 1.4rem;
	padding: 1rem;
}

.stx-rsr-specs {
	background: #020617;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 0;
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
	margin-top: 1.5rem;
	padding: clamp(1.25rem, 3vw, 2.25rem);
}

.stx-rsr-specs h3,
.stx-rsr-feature-copy h3 {
	color: #fff;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', Arial, sans-serif;
	font-size: clamp(1.75rem, 3vw, 2.6rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.stx-rsr-feature-copy p {
	color: #f8fafc;
	font-size: 0.98rem;
	line-height: 1.75;
	margin: 0 0 1.6rem;
}

.stx-rsr-feature-copy ul {
	color: #f8fafc;
	display: grid;
	gap: 0.38rem;
	font-size: 0.92rem;
	line-height: 1.45;
	margin: 0;
	padding-left: 1.2rem;
}

.stx-rsr-spec-table {
	display: grid;
	gap: 0;
	align-content: start;
}

.stx-rsr-spec-table p {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(130px, 0.62fr) minmax(0, 1fr);
	margin: 0;
	min-height: 3rem;
	padding: 0.8rem 1rem;
}

.stx-rsr-spec-table p:nth-child(even) {
	background: rgba(255, 255, 255, 0.14);
}

.stx-rsr-spec-table span {
	color: #94a3b8;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stx-rsr-spec-table strong {
	color: #f8fafc;
	font-size: 0.95rem;
	line-height: 1.35;
}

.stx-rsr-related {
	margin-top: 1.5rem;
}

.stx-rsr-section-heading {
	align-items: end;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.stx-rsr-section-heading span {
	color: #fbbf24;
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stx-rsr-section-heading h3 {
	color: #fff;
	font-size: 1.45rem;
	margin: 0;
}

.stx-rsr-related-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stx-rsr-empty {
	background: rgba(15, 23, 42, 0.72);
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 18px;
	color: #cbd5e1;
	font-size: 1rem;
	line-height: 1.7;
	padding: 2rem;
	text-align: center;
}

.stx-rsr-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	margin-top: 2rem;
}

.stx-rsr-pagination a,
.stx-rsr-pagination span {
	align-items: center;
	background: rgba(15, 23, 42, 0.84);
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 11px;
	color: #cbd5e1;
	display: inline-flex;
	font-weight: 850;
	justify-content: center;
	min-height: 40px;
	min-width: 40px;
	padding: 0.5rem 0.75rem;
	text-decoration: none;
}

.stx-rsr-pagination a.stx-rsr-page-nav {
	min-width: 88px;
	padding-inline: 0.9rem;
}

.stx-rsr-pagination a.is-active {
	background: #f59e0b;
	border-color: #fbbf24;
	color: #111827;
}

.stx-rsr-home-preview {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stx-rsr-home-card {
	background: #f8fafc;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 6px;
	box-shadow: 0 18px 46px rgba(2, 6, 23, 0.28);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.stx-rsr-home-card:hover {
	border-color: rgba(245, 158, 11, 0.56);
	box-shadow: 0 24px 60px rgba(2, 6, 23, 0.38);
	transform: translateY(-2px);
}

.stx-rsr-home-image {
	align-items: center;
	aspect-ratio: 1.55 / 1;
	background: #fff;
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
	display: flex;
	justify-content: center;
	text-decoration: none;
}

.stx-rsr-home-image img {
	height: 100%;
	object-fit: contain;
	padding: 0.8rem;
	width: 100%;
}

.stx-rsr-home-image span {
	align-items: center;
	border: 1px solid rgba(15, 23, 42, 0.14);
	border-radius: 999px;
	color: #c2410c;
	display: inline-flex;
	font-size: 0.85rem;
	font-weight: 900;
	height: 48px;
	justify-content: center;
	letter-spacing: 0.12em;
	width: 48px;
}

.stx-rsr-home-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 0.9rem;
}

.stx-rsr-home-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-bottom: 0.65rem;
}

.stx-rsr-home-meta span {
	background: #f59e0b;
	border-radius: 2px;
	color: #111827;
	font-size: 0.64rem;
	font-weight: 900;
	padding: 0.34rem 0.46rem;
	text-transform: uppercase;
}

.stx-rsr-home-meta span.is-available {
	background: #0f766e;
	color: #ecfdf5;
}

.stx-rsr-home-card h3 {
	color: #020617;
	font-size: 0.98rem;
	font-weight: 950;
	line-height: 1.18;
	margin: 0;
}

.stx-rsr-home-card h3 a {
	color: inherit;
	text-decoration: none;
}

.stx-rsr-home-card h3 a:hover {
	color: #c2410c;
}

.stx-rsr-home-card p {
	color: #475569;
	font-size: 0.82rem;
	font-weight: 750;
	line-height: 1.35;
	margin: 0.45rem 0 0;
}

.stx-rsr-home-footer {
	align-items: stretch;
	border-top: 1px solid rgba(15, 23, 42, 0.1);
	display: grid;
	gap: 0.65rem;
	margin-top: auto;
	padding-top: 0.85rem;
}

.stx-rsr-home-footer a {
	align-items: center;
	background: #0f63a8;
	border-radius: 2px;
	color: #fff;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 900;
	justify-content: center;
	padding: 0.62rem 0.7rem;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.stx-rsr-home-footer a:hover {
	filter: brightness(1.07);
}

@media (max-width: 1080px) {
	.stx-rsr-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stx-rsr-detail {
		grid-template-columns: 1fr;
	}

	.stx-rsr-detail-content {
		border-left: 0;
		border-top: 1px solid rgba(148, 163, 184, 0.16);
	}

	.stx-rsr-detail-media {
		min-height: 360px;
	}

	.stx-rsr-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stx-rsr-specs {
		grid-template-columns: 1fr;
	}

	.stx-rsr-home-preview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.stx-rsr-catalog {
		padding: 2rem 0.9rem 3rem;
	}

	.stx-rsr-toolbar {
		border-radius: 16px;
		padding: 1rem;
	}

	.stx-rsr-filter-top {
		grid-template-columns: 1fr;
	}

	.stx-rsr-filters button,
	.stx-rsr-search input,
	.stx-rsr-sort select {
		min-height: 50px;
	}

	.stx-rsr-category-row {
		margin-left: -1rem;
		margin-right: -1rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.stx-rsr-results-bar {
		align-items: flex-start;
		flex-direction: column;
	}

	.stx-rsr-grid {
		gap: 1rem;
		grid-template-columns: 1fr;
	}

	.stx-rsr-card h3 {
		min-height: 0;
	}

	.stx-rsr-detail-content {
		padding: 1.2rem;
	}

	.stx-rsr-detail-summary {
		grid-template-columns: 1fr;
	}

	.stx-rsr-detail-media {
		min-height: 300px;
		padding: 1rem;
	}

	.stx-rsr-detail-image-stage {
		min-height: 260px;
	}

	.stx-rsr-detail-thumbs div {
		height: 58px;
		width: 58px;
	}

	.stx-rsr-service-band,
	.stx-rsr-detail-identifiers,
	.stx-rsr-detail-identifiers p {
		display: grid;
	}

	.stx-rsr-detail-identifiers {
		grid-template-columns: 1fr;
	}

	.stx-rsr-detail-identifiers p + p {
		border-left: 0;
		border-top: 1px solid rgba(15, 23, 42, 0.14);
		padding-left: 0;
	}

	.stx-rsr-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.25rem;
	}

	.stx-rsr-related-grid {
		grid-template-columns: 1fr;
	}

	.stx-rsr-home-preview {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 420px) {
	.stx-rsr-card-footer {
		align-items: stretch;
		flex-direction: column;
	}

	.stx-rsr-card-actions {
		justify-items: stretch;
	}

	.stx-rsr-card-footer a {
		text-align: center;
	}

	.stx-rsr-detail-actions {
		display: grid;
	}

	.stx-rsr-detail-actions a {
		text-align: center;
	}
}
