.thss-structured-content {
	background: #fff;
	color: #111;
}

.thss-title-note,
.thss-sync-intro {
	margin: 0.65rem 0 0;
	color: #444;
	line-height: 1.75;
}

.thss-featured-image {
	margin: 1.25rem 0;
	border: 1px solid #dedede;
	background: #f7f7f7;
}

.thss-featured-image img {
	display: block;
	width: 100%;
	height: auto;
}

.thss-sync-data {
	margin-top: 1.5rem;
}

.thss-sync-data h2,
.thss-editorial-content h2 {
	border-left: 6px solid #ffd400;
	padding-left: 0.7rem;
}

.thss-sync-data .pim-price-table {
	width: 100%;
	border-collapse: collapse;
}

.thss-sync-data th,
.thss-sync-data td {
	border-bottom: 1px solid #dedede;
	padding: 0.75rem 0.55rem;
	text-align: left;
	vertical-align: top;
}

.thss-sync-data th {
	background: #111;
	color: #fff;
}

.thss-sync-data .pim-price-table__price {
	font-weight: 800;
	white-space: nowrap;
}

.thss-editorial-content {
	margin-top: 2rem;
	padding-top: 1.25rem;
	border-top: 4px solid #111;
}

.thss-hub-links {
	margin-top: 1.5rem;
}

.thss-hub-links ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.thss-hub-links a {
	display: block;
	border: 2px solid #111;
	border-left: 8px solid #ffd400;
	padding: 0.9rem 1rem;
	background: #fff;
	color: #111;
	font-weight: 800;
	text-decoration: none;
}

.thss-hub-links a:hover,
.thss-hub-links a:focus-visible {
	background: #fff8cc;
}

@media (max-width: 640px) {
	.thss-sync-data {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.thss-sync-data .pim-price-table {
		min-width: 680px;
		font-size: 0.88rem;
	}

	.thss-sync-data th,
	.thss-sync-data td {
		padding: 0.6rem 0.45rem;
	}
}
