.wso-delivery-estimate {
	--wso-delivery-accent: #2271b1;
	--wso-delivery-bg: #f0f6fc;
	--wso-delivery-text: #1d2327;
	--wso-delivery-radius: 6px;
	--wso-delivery-icon-size: 24px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 100%;
	margin: 18px 0;
	color: var(--wso-delivery-text);
	line-height: 1.45;
	text-align: left;
}

.wso-delivery-estimate.wso-width-full {
	width: 100%;
}

.wso-delivery-estimate.wso-width-fit {
	width: fit-content;
}

.wso-delivery-estimate.wso-align-center {
	justify-content: center;
	text-align: center;
}

.wso-delivery-estimate.wso-align-right {
	justify-content: flex-end;
	text-align: right;
}

.wso-delivery-estimate.wso-style-soft {
	border-inline-start: 4px solid var(--wso-delivery-accent);
	border-radius: var(--wso-delivery-radius);
	background: var(--wso-delivery-bg);
	padding: 12px 14px;
}

.wso-delivery-estimate.wso-style-outline {
	border: 1px solid var(--wso-delivery-accent);
	border-radius: var(--wso-delivery-radius);
	background: transparent;
	padding: 11px 14px;
}

.wso-delivery-estimate.wso-style-minimal {
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 4px 0;
}

.wso-delivery-estimate.wso-style-pill {
	border: 1px solid color-mix(in srgb, var(--wso-delivery-accent) 42%, transparent);
	border-radius: 999px;
	background: var(--wso-delivery-bg);
	padding: 9px 16px;
}

.wso-delivery-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: var(--wso-delivery-icon-size);
	height: var(--wso-delivery-icon-size);
	color: var(--wso-delivery-accent);
}

.wso-delivery-icon svg,
.wso-delivery-custom-icon {
	display: block;
	width: 100%;
	height: 100%;
}

.wso-delivery-icon svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.wso-delivery-custom-icon {
	object-fit: contain;
}

.wso-delivery-text {
	min-width: 0;
}

@supports not (color: color-mix(in srgb, #000 50%, transparent)) {
	.wso-delivery-estimate.wso-style-pill {
		border-color: var(--wso-delivery-accent);
	}
}

@media (max-width: 480px) {
	.wso-delivery-estimate.wso-width-fit {
		width: 100%;
	}
}
