.apd-box {
	display: flex;
	gap: 16px;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 16px;
	max-width: 480px;
	background: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.apd-box-image img {
	width: 100px;
	height: 100px;
	object-fit: contain;
}

.apd-box-body {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.apd-box-title {
	font-weight: 600;
	text-decoration: none;
	color: #0f1111;
	line-height: 1.3;
}

.apd-box-rating {
	color: #ffa41c;
	font-size: 14px;
}

.apd-review-count {
	color: #666;
	margin-left: 4px;
}

.apd-box-price {
	font-size: 20px;
	font-weight: 700;
	color: #0f1111;
}

.apd-box-availability {
	font-size: 13px;
	color: #007600;
}

.apd-box-cta {
	display: inline-block;
	margin-top: 4px;
	padding: 8px 14px;
	background: #ffd814;
	border-radius: 20px;
	text-decoration: none;
	color: #0f1111;
	font-weight: 600;
	font-size: 13px;
	text-align: center;
	width: fit-content;
}

.apd-stale-notice {
	font-size: 11px;
	color: #b45309;
	background: #fff7ed;
	padding: 2px 6px;
	border-radius: 4px;
	margin-bottom: 6px;
	width: fit-content;
}

.apd-error {
	font-family: monospace;
	font-size: 13px;
}

.apd-price-drop {
	display: inline-block;
	background: #c40000;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 2px 6px;
	border-radius: 4px;
	vertical-align: middle;
}

.apd-compact {
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	padding: 8px 12px;
	max-width: 480px;
	background: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.apd-compact-thumb {
	width: 40px;
	height: 40px;
	object-fit: contain;
	flex-shrink: 0;
}

.apd-compact-title {
	flex: 1;
	text-decoration: none;
	color: #0f1111;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.apd-compact-price {
	font-weight: 700;
	font-size: 14px;
	white-space: nowrap;
}

.apd-compact-cta {
	background: #ffd814;
	border-radius: 14px;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	color: #0f1111;
	white-space: nowrap;
}

.apd-comparison-table {
	width: 100%;
	border-collapse: collapse;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 14px;
}

.apd-comparison-table th {
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	border-bottom: 2px solid #e2e2e2;
}

.apd-comparison-table td {
	padding: 10px;
	border-bottom: 1px solid #eee;
	vertical-align: middle;
}

.apd-ct-image img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.apd-ct-title a {
	color: #0f1111;
	text-decoration: none;
	font-weight: 600;
}

.apd-bestsellers-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
