.wcddbc-refresh-area:empty { display: none; }

.wcddbc-card {
	--wcddbc-primary-font-size: 20px;
	background: linear-gradient(135deg, color-mix(in srgb, var(--wcddbc-accent) 9%, #fff), #fff 68%);
	border: 1px solid color-mix(in srgb, var(--wcddbc-accent) 22%, #e5e7eb);
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
	box-sizing: border-box;
	margin: 14px 0;
	max-width: 760px;
	padding: 14px 16px;
	width: 100%;
}

.wcddbc-main { align-items: center; display: flex; gap: 13px; min-width: 0; }

.wcddbc-icon {
	align-items: center;
	background: var(--wcddbc-accent);
	border-radius: 12px;
	box-shadow: 0 5px 14px color-mix(in srgb, var(--wcddbc-accent) 30%, transparent);
	color: #fff;
	display: flex;
	flex: 0 0 42px;
	height: 42px;
	justify-content: center;
}

.wcddbc-icon svg { fill: currentColor; height: 24px; width: 24px; }
.wcddbc-copy { display: flex !important; flex: 1 1 auto; flex-direction: column !important; line-height: 1.35; min-width: 0; }
.wcddbc-label { color: #64748b; display: block; font-size: 12px; font-weight: 600; letter-spacing: .04em; margin-bottom: 3px; text-transform: uppercase; }
.wcddbc-details { align-items: baseline; display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; font-size: var(--wcddbc-primary-font-size) !important; gap: 5px; letter-spacing: -.015em; line-height: 1.25; min-width: 0; white-space: nowrap; width: 100%; }
.wcddbc-range, .wcddbc-country { color: #e60000; flex: 0 0 auto; font-size: inherit; font-weight: 750; }
.wcddbc-connector { color: #172033; flex: 0 0 auto; font-size: inherit; font-weight: 650; }
.woocommerce div.product .wcddbc-card .wcddbc-benefits { border-top: 1px solid #e2e8f0; box-sizing: border-box; display: block !important; margin-top: 13px; padding-top: 7px; width: 100% !important; }
.woocommerce div.product .wcddbc-card .wcddbc-benefit { align-items: center; box-sizing: border-box; color: #334155; display: flex !important; float: none !important; gap: 9px; min-width: 0; padding: 8px 2px; width: 100% !important; }
.woocommerce div.product .wcddbc-card .wcddbc-benefit + .wcddbc-benefit { border-left: 0 !important; border-top: 1px solid #eef2f7; clear: both; }
.wcddbc-benefit-icon { align-items: center; background: var(--wcddbc-accent); border-radius: 12px; box-shadow: 0 5px 14px color-mix(in srgb, var(--wcddbc-accent) 30%, transparent); color: #fff; display: flex; flex: 0 0 42px; height: 42px; justify-content: center; }
.wcddbc-benefit-icon svg { fill: currentColor; height: 24px; width: 24px; }
.wcddbc-benefit-icon--shield { background: #1877d1; color: #fff; }
.woocommerce div.product .wcddbc-card .wcddbc-benefit strong { font-size: var(--wcddbc-primary-font-size) !important; font-weight: 750; letter-spacing: -.015em; line-height: 1.25; text-transform: none !important; }

@media (max-width: 480px) {
	.wcddbc-card { border-radius: 12px; padding: 12px 13px; }
	.wcddbc-details { flex-wrap: wrap !important; gap: 2px 5px; white-space: normal; }
}

@supports not (color: color-mix(in srgb, #000, #fff)) {
	.wcddbc-card { background: #f8fafc; border-color: #e2e8f0; }
	.wcddbc-icon { box-shadow: 0 5px 14px rgba(15, 23, 42, .14); }
}
