body.page-id-110 .ludos-cart-fulfillment {
	--ludos-red: #8b1e1e;
	--ludos-gold: #c9a24a;
	--ludos-charcoal: #222222;
	margin: 20px 0;
	padding: 20px;
	border: 1px solid rgba(34, 34, 34, 0.14);
	border-radius: 16px;
	background: #fff8ef;
	box-shadow: 0 8px 22px rgba(34, 34, 34, 0.08);
}

body.page-id-110 .ludos-cart-fulfillment__title {
	margin: 0 0 14px;
	color: var(--ludos-charcoal);
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.3;
}

body.page-id-110 .ludos-cart-fulfillment__choices {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

body.page-id-110 .ludos-cart-fulfillment__choice {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	min-width: 0;
	min-height: 54px;
	padding: 12px 14px;
	border: 2px solid rgba(139, 30, 30, 0.22);
	border-radius: 12px;
	color: var(--ludos-charcoal);
	background: #ffffff;
	font: inherit;
	line-height: 1.2;
	cursor: pointer;
	transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

body.page-id-110 .ludos-cart-fulfillment__choice:hover,
body.page-id-110 .ludos-cart-fulfillment__choice:focus-visible {
	border-color: var(--ludos-red);
	box-shadow: 0 0 0 3px rgba(139, 30, 30, 0.12);
	outline: 0;
}

body.page-id-110 .ludos-cart-fulfillment__choice.is-selected {
	border-color: var(--ludos-red);
	color: #ffffff;
	background: var(--ludos-red);
	box-shadow: inset 0 0 0 1px var(--ludos-gold);
}

body.page-id-110 .ludos-cart-fulfillment__choice:disabled {
	cursor: not-allowed;
	opacity: 0.65;
}

body.page-id-110 .ludos-cart-fulfillment__choice.is-unavailable {
	border-style: dashed;
	background: #f6efe6;
}

body.page-id-110 .ludos-cart-fulfillment__label {
	min-width: 0;
	font-weight: 800;
	text-align: left;
}

body.page-id-110 .ludos-cart-fulfillment__cost {
	margin: 4px 0 0;
	font-weight: 700;
	white-space: nowrap;
}

body.page-id-110 .ludos-cart-fulfillment__availability {
	margin: 7px 0 0;
	color: #5b4a36;
	font-size: 0.82rem;
	font-weight: 650;
	line-height: 1.3;
}

body.page-id-110 .ludos-cart-fulfillment__choice.is-selected .ludos-cart-fulfillment__availability {
	color: #ffffff;
}

body.page-id-110 .ludos-cart-fulfillment__message {
	margin: 12px 0 0;
	color: #5b4a36;
	font-size: 0.9rem;
	font-weight: 650;
	line-height: 1.4;
}

body.page-id-110.ludos-cart-fulfillment-pending .wc-block-cart__payment-options,
body.page-id-110.ludos-cart-fulfillment-pending .wp-block-woocommerce-proceed-to-checkout-block {
	opacity: 0.45;
	pointer-events: none;
	user-select: none;
}

body.page-id-110.ludos-cart-fulfillment-pending .wc-block-cart__payment-options,
body.page-id-110.ludos-cart-fulfillment-pending .wp-block-woocommerce-proceed-to-checkout-block a {
	cursor: not-allowed;
}

@media (max-width: 520px) {
	body.page-id-110 .wp-block-woocommerce-cart.alignwide {
		width: 100%;
		max-width: 100%;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	body.page-id-110 .ludos-cart-fulfillment {
		margin: 16px 0;
		padding: 16px;
	}

	body.page-id-110 .ludos-cart-fulfillment__choices {
		grid-template-columns: minmax(0, 1fr);
		gap: 9px;
	}

	body.page-id-110 .ludos-cart-fulfillment__choice {
		min-height: 50px;
	}
}
