.siartech-content {
	--siartech-border: #dcdcde;
	--siartech-muted: #646970;
	--siartech-surface: #f6f7f7;
	--siartech-accent: #135e96;
	max-width: 100%;
	color: inherit;
}

.siartech-content *,
.siartech-content *::before,
.siartech-content *::after {
	box-sizing: border-box;
}

.siartech-hero,
.siartech-section,
.siartech-summary,
.siartech-recommended-cta {
	margin: 0 0 2rem;
}

.siartech-hero h1 {
	margin-top: 0;
}

.siartech-image-card {
	margin: 1.25rem 0;
}

.siartech-image-card img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.siartech-image-caption {
	margin-top: .5rem;
	color: var(--siartech-muted);
	font-size: .9em;
}

.siartech-video {
	position: relative;
	margin: 1.25rem 0;
	padding-top: 56.25%;
	overflow: hidden;
	border-radius: 8px;
	background: #000;
}

.siartech-video iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.siartech-summary {
	padding: 1.25rem;
	border-left: 4px solid var(--siartech-accent);
	background: var(--siartech-surface);
}

.siartech-summary > :last-child {
	margin-bottom: 0;
}

.siartech-purchase-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	margin: 1.25rem 0 2rem;
}

.siartech-purchase-button {
	display: inline-block;
	padding: .75rem 1rem;
	border-radius: 5px;
	background: var(--siartech-accent);
	color: #fff !important;
	font-weight: 600;
	text-decoration: none !important;
}

.siartech-purchase-button:hover,
.siartech-purchase-button:focus {
	opacity: .88;
}

.siartech-purchase-button.st-store-button--amazon {
	border: 1px solid var(--siartech-border);
	background: #fff;
	color: #1d2327 !important;
}

.siartech-product-grid,
.siartech-image-grid,
.siartech-winner-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 1rem;
}

.siartech-product-card,
.siartech-winner {
	padding: 1rem;
	border: 1px solid var(--siartech-border);
	border-radius: 8px;
	background: #fff;
}

.siartech-product-card h3,
.siartech-winner h3 {
	margin-top: .75rem;
}

.siartech-product-brand {
	color: var(--siartech-muted);
}

.siartech-image-placeholder {
	display: flex;
	flex-direction: column;
	gap: .35rem;
	padding: 1rem;
	border: 1px solid #c3c4c7;
	border-radius: 8px;
	background: var(--siartech-surface);
	color: var(--siartech-muted);
	font-size: .9em;
	word-break: break-word;
}

.siartech-image-pending strong {
	color: #2c3338;
	font-size: 1em;
}

.siartech-admin-pending-images {
	margin: 2rem 0;
	padding: 1rem;
	border: 1px dashed #8c8f94;
	border-radius: 8px;
	background: #fffbea;
	font-size: .9em;
}

.siartech-admin-pending-images h2 {
	margin-top: 0;
	font-size: 1.1em;
}

.siartech-table-wrap {
	max-width: 100%;
	overflow-x: auto;
}

.siartech-comparison table {
	width: 100%;
	min-width: 580px;
	border-collapse: collapse;
}

.siartech-comparison th,
.siartech-comparison td {
	padding: .75rem;
	border: 1px solid var(--siartech-border);
	text-align: left;
	vertical-align: top;
}

.siartech-comparison th {
	background: var(--siartech-surface);
}

.siartech-faq details {
	padding: .9rem 0;
	border-bottom: 1px solid var(--siartech-border);
}

.siartech-faq summary {
	cursor: pointer;
	font-weight: 600;
}

.siartech-faq details div {
	padding-top: .75rem;
}

.siartech-recommended-cta {
	padding: 1.25rem;
	border: 2px solid var(--siartech-accent);
	border-radius: 8px;
}

.siartech-recommended-cta > span {
	color: var(--siartech-muted);
	font-size: .8em;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.siartech-recommended-cta h2 {
	margin: .25rem 0 0;
}

@media (max-width: 600px) {
	.siartech-purchase-buttons {
		flex-direction: column;
	}

	.siartech-purchase-button {
		text-align: center;
	}
}
.siartech-image-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:24px 0}.siartech-image-pair .siartech-image-card{margin:0}@media(max-width:680px){.siartech-image-pair{grid-template-columns:1fr}}
