#melocotone_delivery_product_data .melocotone-delivery-admin-intro p {
	padding: 12px 12px 4px;
}

#melocotone_delivery_product_data .melocotone-delivery-admin-option {
	padding: 8px 0;
	transition: opacity 0.2s ease;
}

#melocotone_delivery_product_data .melocotone-delivery-admin-option.is-disabled p:not(:first-child) {
	opacity: 0.55;
}

.melocotone-delivery-options {
	box-sizing: border-box;
	margin: 22px 0;
	padding: 0;
	border: 0;
}

#fpd-block > .melocotone-delivery-options--configurator {
	flex: 0 0 auto;
	width: min(900px, calc(100% - 42px));
	margin: 0 auto 28px;
	padding: 20px;
	border: 1px solid #d9e1e5;
	border-radius: 10px;
	background: #f8fafb;
}

.melocotone-delivery-options legend {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 700;
	color: #2b4c5d;
}

.melocotone-delivery-options--configurator legend {
	float: none;
	width: 100%;
	text-align: center;
}

.melocotone-delivery-options__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.melocotone-delivery-options--configurator .melocotone-delivery-options__list {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.melocotone-delivery-option {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	box-sizing: border-box;
	min-height: 72px;
	padding: 13px 14px;
	border: 1px solid #c7d1d6;
	border-radius: 7px;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.melocotone-delivery-option:hover {
	border-color: #2b4c5d;
}

.melocotone-delivery-option:has(input:checked) {
	border-color: #2b4c5d;
	background: #f4f8fa;
	box-shadow: 0 0 0 1px #2b4c5d;
}

.melocotone-delivery-option input {
	margin-top: 4px;
	accent-color: #2b4c5d;
}

.melocotone-delivery-option__content {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.melocotone-delivery-option__content strong {
	font-size: 14px;
	line-height: 1.35;
}

.melocotone-delivery-option__content small {
	color: #59676e;
	font-size: 12px;
	line-height: 1.35;
}

.melocotone-gift-wrap-option {
	align-items: center;
	min-height: 64px;
	margin-top: 12px;
}

.melocotone-gift-wrap-option input {
	width: 18px;
	height: 18px;
	margin-top: 0;
}

.melocotone-delivery-options__summary {
	min-height: 20px;
	margin: 10px 0 0;
	font-size: 13px;
	font-weight: 600;
	color: #2b4c5d;
}

.melocotone-delivery-options--configurator .melocotone-delivery-options__summary {
	text-align: center;
}

@media (max-width: 900px) {
	.melocotone-delivery-options--configurator .melocotone-delivery-options__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	#fpd-block > .melocotone-delivery-options--configurator {
		width: calc(100% - 24px);
		padding: 16px;
	}

	.melocotone-delivery-options__list {
		grid-template-columns: 1fr;
	}

	.melocotone-delivery-options--configurator .melocotone-delivery-options__list {
		grid-template-columns: 1fr;
	}
}
