.belloro-delivery {
	margin: 10px 0 14px;
}

.belloro-delivery__label,
.belloro-delivery__time {
	margin: 0;
}

.belloro-delivery__label {
	margin-bottom: 5px;
	color: #77736f;
	font-size: 13px;
	line-height: 1.4;
}

.belloro-delivery__time {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #1f1c1a;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
}

.belloro-delivery__dot {
	width: 11px;
	height: 11px;
	flex: 0 0 11px;
	border-radius: 50%;
	background: #6fcf97;
	box-shadow: 0 0 0 3px rgba(111, 207, 151, 0.18), 0 0 8px rgba(111, 207, 151, 0.48);
	animation: belloro-delivery-glow 2s ease-in-out infinite;
}

.belloro-delivery__value {
	display: block;
	color: #1f1c1a;
}

@keyframes belloro-delivery-glow {
	0%,
	100% {
		box-shadow: 0 0 0 3px rgba(111, 207, 151, 0.16), 0 0 5px rgba(111, 207, 151, 0.35);
	}

	50% {
		box-shadow: 0 0 0 5px rgba(111, 207, 151, 0.08), 0 0 12px rgba(111, 207, 151, 0.72);
	}
}

@media (prefers-reduced-motion: reduce) {
	.belloro-delivery__dot {
		animation: none;
	}
}
