.aqua-cart-delivery-choice {
	margin: 1.25rem 0;
	padding: 1rem;
	border: 1px solid #d7e2f3;
	border-radius: 0.875rem;
	background: #fff;
}

.aqua-cart-delivery-choice h3 {
	margin: 0 0 0.75rem;
	color: #0b2d67;
	font-size: 1.0625rem;
	line-height: 1.25;
}

.aqua-cart-delivery-choice__options {
	display: grid;
	gap: 0.625rem;
}

.aqua-cart-delivery-choice__option {
	display: grid;
	grid-template-columns: 1.375rem minmax(0, 1fr) auto;
	gap: 0.75rem;
	align-items: center;
	min-height: 3.25rem;
	padding: 0.75rem;
	border: 1px solid #c9d4e4;
	border-radius: 0.625rem;
	color: #112d61;
	cursor: pointer;
}

.aqua-cart-delivery-choice__option.is-selected,
.aqua-cart-delivery-choice__option:has(input:checked) {
	border-color: #125ad6;
	background: #f5f8ff;
	box-shadow: inset 0 0 0 1px #125ad6;
}

.aqua-cart-delivery-choice__option input {
	width: 1.125rem;
	height: 1.125rem;
	margin: 0;
	accent-color: #125ad6;
}

.aqua-cart-delivery-choice__name,
.aqua-cart-delivery-choice__price {
	font-size: 0.9375rem;
	line-height: 1.3;
}

.aqua-cart-delivery-choice__price {
	white-space: nowrap;
}

.aqua-cart-delivery-choice__status {
	margin: 0.625rem 0 0;
	color: #b42318;
	font-size: 0.8125rem;
}

.aqua-cart-delivery-choice.is-updating {
	opacity: 0.62;
	pointer-events: none;
}

@media (max-width: 600px) {
	.aqua-cart-delivery-choice {
		margin: 1rem 0;
		padding: 0.875rem;
	}
}
