.woocommerce .wt-stock-status-button {
	display: flex !important;
	flex-direction: column !important;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap !important;
	gap: 4px;
	text-align: center;
	white-space: normal;
}

.woocommerce .wt-stock-status-button .wt-add-to-cart-label,
.woocommerce .wt-stock-status-button .wt-stock-status-label {
	display: block;
	line-height: 1.25;
}

.woocommerce .wt-stock-status-button .wt-stock-status-label {
	width: auto;
	max-width: 100%;
	padding: 2px 9px;
	color: var(--wt-stock-label-text, currentColor);
	background-color: var(--wt-stock-label-bg, rgba(255, 255, 255, 0.72));
	border: 1px solid var(--wt-stock-label-border, transparent);
	border-radius: var(--wt-stock-label-radius, 999px);
	font-size: 0.78em;
	font-weight: 500;
	white-space: nowrap;
}
