
.tw3-dealer-price {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 12px;
}

.tw3-dealer-price del {
	color: #94a3b8;
	font-size: .72em;
	opacity: 1;
}

.tw3-dealer-price ins {
	color: #dc2626;
	text-decoration: none;
	font-weight: 900;
}

.tw3-dealer-price-badge {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	margin-left: 10px;
	padding: 4px 10px;
	border: 1px solid rgba(220, 38, 38, .18);
	border-radius: 999px;
	color: #b91c1c;
	background: #fef2f2;
	font-size: 12px;
	font-weight: 900;
	vertical-align: middle;
}

.tw3-dealer-dashboard-price {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 5px;
}

.tw3-dealer-dashboard-price del {
	color: #94a3b8;
}

.tw3-dealer-dashboard-price ins {
	color: #0284c7;
	text-decoration: none;
	font-weight: 900;
}

.tw3-dealer-dashboard-price small {
	color: #64748b;
	font-size: 11px;
}

@media (max-width: 560px) {
	.tw3-dealer-price-badge {
		display: table;
		margin: 8px 0 0;
	}
}


/* v1.1.1 dealer dashboard price contrast */
.twd-dashboard .tw3-dealer-dashboard-price del {
	color: #94a3b8 !important;
}

.twd-dashboard .tw3-dealer-dashboard-price ins {
	color: #67e8f9 !important;
	text-decoration: none !important;
}

.twd-dashboard .tw3-dealer-dashboard-price small {
	color: #cbd5e1 !important;
}


/* v1.1.2 member special-price label */
.tw3-dealer-price-badge {
	white-space: nowrap;
}
