/* Subscription price labels on WooCommerce product list table */
.post-type-product .wp-list-table .column-price .flexi-wc-subscriptions-subscription-label {
	display: inline-block;
	margin-left: 6px;
	padding: 1px 7px;
	border-radius: 999px;
	background: #e0f2fe;
	color: #0c4a6e;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.5;
	vertical-align: middle;
	white-space: nowrap;
}

.post-type-product .wp-list-table .column-price .flexi-wc-subscriptions-trial-label {
	display: block;
	margin-top: 3px;
	color: #334155;
	font-size: 11px;
	line-height: 1.4;
	white-space: normal;
}
