.sca-el-product {
	display: grid;
	gap: 12px;
}

.sca-el-product .sca-el-image img {
	display: block;
	width: 100%;
	height: auto;
}

.sca-el-product .sca-el-title {
	margin: 0;
	line-height: 1.25;
}

.sca-el-product .sca-el-sku,
.sca-el-product .sca-el-stock {
	margin: 0;
	opacity: 0.85;
	font-size: 0.95em;
}

.sca-el-product .sca-el-price {
	margin: 0;
	font-size: 1.25em;
	font-weight: 600;
}

.sca-el-product .sca-el-price del {
	opacity: 0.55;
	font-weight: 400;
	margin-right: 0.4em;
}

.sca-el-product .sca-el-price ins {
	text-decoration: none;
}

.sca-el-product .sca-el-attributes {
	margin: 0;
	padding-left: 1.1em;
}

.sca-el-product .sca-el-extra {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 4px 12px;
	margin: 0;
}

.sca-el-product .sca-el-extra dt {
	font-weight: 600;
}

.sca-el-product .sca-el-extra dd {
	margin: 0;
}

.sca-products {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sca-products .sca-product {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 0.6em 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.sca-api-table {
	width: 100%;
	border-collapse: collapse;
}

.sca-api-table th,
.sca-api-table td {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 6px 10px;
	text-align: left;
	vertical-align: top;
}

/* Pricing tiers */
.sca-pricing { margin: 1em 0; }
.sca-pricing-tabs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 0.75rem; }
.sca-pricing-tab {
	border: 1px solid rgba(0,0,0,.15);
	background: #fff;
	padding: 0.4rem 0.75rem;
	cursor: pointer;
}
.sca-pricing-tab.is-active { background: #111; color: #fff; border-color: #111; }
.sca-pricing-tier { display: none; }
.sca-pricing-tier.is-active { display: block; }
.sca-pricing-name { font-weight: 600; margin-bottom: 0.5rem; }
.sca-pricing-table { width: 100%; border-collapse: collapse; }
.sca-pricing-table th,
.sca-pricing-table td {
	border: 1px solid rgba(0,0,0,.12);
	padding: 0.5rem;
	text-align: center;
}

/* Decorations */
.sca-decorations { display: grid; gap: 0.5rem; margin: 1em 0; }
.sca-deco { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; }
.sca-deco-price { opacity: 0.75; font-size: 0.9em; }
.sca-deco-matrix-btn { font-size: 0.85em; }
.sca-deco-matrix {
	margin-top: 0.75rem;
	padding: 0.75rem;
	border: 1px solid rgba(0,0,0,.1);
	background: rgba(0,0,0,.02);
}

/* Quote modal */
.sca-quote-wrap { margin: 1em 0; }
.sca-quote-modal {
	border: none;
	padding: 0;
	max-width: 420px;
	width: calc(100% - 2rem);
	box-shadow: 0 12px 40px rgba(0,0,0,.2);
}
.sca-quote-modal::backdrop { background: rgba(0,0,0,.45); }
.sca-quote-form { padding: 1.25rem; }
.sca-quote-form input,
.sca-quote-form textarea { width: 100%; }
.sca-quote-actions { display: flex; gap: 0.5rem; }
.sca-quote-message { color: #0a7; }
