/* Scrapyard Prices — inherits your theme's font size; only layout/colors here.
   Override the .scrapyard-prices classes in your theme to customize further. */
.scrapyard-prices {
	margin: 1.5rem 0;
}
.scrapyard-prices-search {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 0.75rem;
	padding: 0.55rem 0.75rem;
	border: 1px solid #d4d4d8; /* zinc-300 */
	border-radius: 6px;
	font-size: inherit;
}
.scrapyard-prices-table {
	width: 100%;
	border-collapse: collapse;
	font-size: inherit; /* use the site's default text size */
}
.scrapyard-prices-table th,
.scrapyard-prices-table td {
	text-align: left;
	padding: 0.6rem 0.75rem;
	font-size: inherit;
}
.scrapyard-prices-table .sp-group {
	background: #18181b; /* zinc-900 */
	color: #fff;
	font-weight: 700;
}
.scrapyard-prices-table .sp-col-name,
.scrapyard-prices-table .sp-col-price {
	color: #71717a; /* zinc-500 */
	border-bottom: 2px solid #e4e4e7;
}
.scrapyard-prices-table .sp-col-price,
.scrapyard-prices-table .sp-price {
	text-align: right;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}
.scrapyard-prices-table tbody tr {
	border-bottom: 1px solid #f0f0f1;
}
.scrapyard-prices-table tbody tr:nth-child(even) {
	background: #fafafa;
}
.scrapyard-prices-table .sp-price {
	font-weight: 600;
}
.scrapyard-prices-updated {
	margin-top: 0.6rem;
	color: #71717a;
}
.scrapyard-prices-error,
.scrapyard-prices-empty {
	color: #71717a;
	font-style: italic;
}
@media (max-width: 480px) {
	.scrapyard-prices-table th,
	.scrapyard-prices-table td { padding: 0.5rem 0.5rem; }
}
