.stxa-price-replacement {
	display: inline-block;
	color: inherit;
	font-weight: 600;
}

.stxa-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-block: 0.75rem;
}

.stxa-cta__message {
	flex-basis: 100%;
	margin: 0;
}

.stxa-cta__button--secondary {
	background: transparent;
	color: inherit;
}

/* Stock availability (shared: product table + single product). */
.stxa-stock {
	margin: 0;
	line-height: 1.4;
}
.stxa-stock.in-stock { color: #16a34a; }    /* green — available */
.stxa-stock.out-of-stock { color: #dc2626; } /* red — unavailable */

/* Quantity view: the number and its unit stack on two lines. */
.stxa-stock--qty {
	font-weight: 700;
}
.stxa-stock--qty .stxa-stock-num,
.stxa-stock--qty .stxa-stock-unit {
	display: block;
}
.stxa-stock--qty .stxa-stock-unit {
	font-weight: 400;
	font-size: 0.85em;
}
