.yuki-delivery-carriers {
	width: 100%;
	max-width: 650px;
	padding: 18px;
	border: 1px solid rgba(24, 22, 19, 0.08);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.72)),
		rgba(255, 255, 255, 0.74);
	box-shadow:
		0 16px 40px rgba(128, 110, 76, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(14px);
	box-sizing: border-box;
}

.yuki-delivery-carriers__copy {
	max-width: none;
	margin-bottom: 12px;
}

.yuki-delivery-carriers__kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-size: 0.72rem;
	color: #6f675d;
}

.yuki-delivery-carriers__heading {
	margin: 8px 0 0;
	font-family: "Instrument Sans", "Segoe UI", sans-serif;
	font-size: clamp(1rem, 1.7vw, 1.18rem);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.03em;
	color: #181613;
	white-space: nowrap;
}

.yuki-delivery-carriers__description {
	margin: 6px 0 0;
	max-width: none;
	color: #6f675d;
	font-size: 0.88rem;
	line-height: 1.45;
	white-space: nowrap;
}

.yuki-delivery-carriers__estimates {
	margin: 14px 0 0;
	color: #14263d;
	font-size: 0.88rem;
	line-height: 1.45;
}

.yuki-delivery-carriers__destination {
	margin: 0 0 10px;
}

.yuki-delivery-carriers__destination strong {
	font-weight: 700;
}

.yuki-delivery-carriers__destination [data-delivery-destination] {
	color: #1d4ed8;
	font-weight: 700;
}

.yuki-delivery-carriers__estimate-list {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.yuki-delivery-carriers__estimate-list li {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0;
	padding: 0;
}

.yuki-delivery-carriers__estimate-list svg {
	flex: 0 0 17px;
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.yuki-delivery-carriers__estimate-list strong {
	font-weight: 700;
}

@media (max-width: 767px) {
	.yuki-delivery-carriers {
		max-width: none;
		padding: 16px;
		border-radius: 20px;
	}

	.yuki-delivery-carriers__copy {
		margin-bottom: 12px;
	}

	.yuki-delivery-carriers__heading,
	.yuki-delivery-carriers__description {
		white-space: normal;
	}
}
