/* OZ-7B Slice 2 — Fulfillment Selector Styles */

.sonnys-fulfillment {
	max-width: 720px;
	margin: 0 auto;
	padding: 1rem;
	font-family: inherit;
}

.sonnys-fulfillment__legend {
	font-weight: 600;
	margin-bottom: 0.5rem;
	font-size: 1rem;
}

.sonnys-fulfillment__methods,
.sonnys-fulfillment__dates,
.sonnys-fulfillment__slots {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0.75rem;
	margin-bottom: 1rem;
}

.sonnys-fulfillment__choice {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	flex-wrap: wrap;
	margin: 0.3rem 0;
}

.sonnys-fulfillment__choice-label {
	display: inline-block;
	padding: 0.35rem 0.55rem;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	line-height: 1.4;
}

.sonnys-fulfillment input[type="radio"]:focus-visible + .sonnys-fulfillment__choice-label {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.sonnys-fulfillment input[type="radio"]:checked + .sonnys-fulfillment__choice-label {
	border-color: currentColor;
	font-weight: 600;
}

.sonnys-fulfillment input[type="radio"]:disabled + .sonnys-fulfillment__choice-label {
	opacity: 0.55;
	cursor: not-allowed;
}

.sonnys-fulfillment__method-state,
.sonnys-fulfillment__date-state,
.sonnys-fulfillment__slot-state {
	display: inline-block;
	font-size: 0.8rem;
	color: #666;
}

.sonnys-fulfillment--empty p,
.sonnys-fulfillment--error p {
	color: #666;
	font-style: italic;
}

.sonnys-fulfillment--error {
	border: 1px solid currentColor;
	padding: 1rem;
	border-radius: 4px;
}

.sonnys-fulfillment__slots p {
	font-size: 0.9rem;
	color: #666;
	margin: 0.25rem 0;
}
