.wc-gift-options {
	margin: 20px 0;
	padding: 15px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
}

.wc-gift-options h4 {
	margin: 0 0 12px;
	font-size: 16px;
}

.wc-gift-option {
	margin-bottom: 10px;
}

.wc-gift-label {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.wc-gift-thumb img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 4px;
}

.wc-gift-price {
	color: #666;
	font-size: 14px;
}

.wc-gift-free {
	color: #16a34a;
	font-weight: 600;
}

.wc-gift-text-wrap {
	margin: 6px 0 0 26px;
	display: none;
}

.wc-gift-text-wrap.visible {
	display: block;
}

.wc-gift-text-input {
	width: 100%;
	padding: 6px 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.wc-gift-variations {
	margin: 6px 0 0 26px;
	display: none;
}

.wc-gift-variations.visible {
	display: block;
}

.wc-gift-variations select {
	width: 100%;
	padding: 6px 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	background-color: #fff;
	cursor: pointer;
}
