/**
 * Delivery Estimation — style frontendowe
 *
 * Kolory, typografia, padding, margin, border — wszystko sterowane inline z PHP
 * (opcje admina / atrybuty shortcode). CSS odpowiada tylko za layout.
 */

.toolkit-delivery-estimation {
	display: flex;
	align-items: center;
	gap: 8px;
	line-height: 1.4;
	box-sizing: border-box;
}

.toolkit-delivery-estimation--no-bg {
	background: transparent !important;
}

.toolkit-delivery-estimation__icon {
	flex-shrink: 0;
	line-height: 1;
}

.toolkit-delivery-estimation__text {
	flex: 1;
}

@media (max-width: 480px) {
	.toolkit-delivery-estimation {
		gap: 6px;
	}
}
