.wootools-service-options {
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	padding: 1.25rem 1.5rem 1.5rem;
	margin: 1.5rem 0;
	background-color: #ffffff;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.wootools-service-options__legend {
	font-size: 1.05rem;
	font-weight: 600;
	margin-bottom: 0.85rem;
	padding: 0 0.35rem;
}

.wootools-service-option {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
	padding: 0.65rem 0.75rem;
	border-radius: 6px;
	transition: background-color 0.15s ease, box-shadow 0.15s ease;
	cursor: pointer;
}

.wootools-service-option + .wootools-service-option {
	margin-top: 0.2rem;
}

.wootools-service-option:hover {
	background-color: rgba(0, 0, 0, 0.035);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.wootools-service-option__control {
	flex: 0 0 auto;
	margin-top: 0.2rem;
}

.wootools-service-option__checkbox {
	width: 1.15rem;
	height: 1.15rem;
	cursor: pointer;
}

.wootools-service-option__checkbox:focus-visible {
	outline: 2px solid #2271b1;
	outline-offset: 2px;
}

.wootools-service-option__label {
	flex: 1 1 auto;
	font-size: 0.95rem;
	line-height: 1.35;
}

.wootools-service-option__label .amount {
	font-weight: 600;
	color: #1e1e1e;
}

.wootools-services--empty {
	border: 1px dashed rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	padding: 1rem;
	margin: 1rem 0;
	font-size: 0.95rem;
	color: rgba(0, 0, 0, 0.65);
	text-align: center;
}

.wootools-cart-service-options {
	margin-top: 0.75rem;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	padding: 0.85rem 1rem;
	background-color: #f9fafc;
}

.wootools-cart-service-options__title {
	font-size: 0.95rem;
	font-weight: 600;
	margin-bottom: 0.65rem;
}

.cart_item .wootools-service-option {
	padding: 0.45rem 0.5rem;
}
