.b3g1-gift-selector-wrap .b3g1-status {
	font-weight: 600;
	margin-bottom: 1.2em;
	padding: 0.8em 1em;
	background: #f3f9f6;
	border-left: 4px solid #57cba2;
}

.b3g1-gift-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 20px;
}

.b3g1-gift-card {
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 14px;
	text-align: center;
	transition: box-shadow 0.2s ease;
}

.b3g1-gift-card:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.b3g1-gift-thumb img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}

.b3g1-gift-title {
	font-size: 15px;
	margin: 10px 0 4px;
}

.b3g1-gift-title a {
	color: inherit;
	text-decoration: none;
}

.b3g1-gift-price {
	color: #57cba2;
	font-weight: 700;
	margin-bottom: 10px;
}

.b3g1-add-gift-btn {
	width: 100%;
}

.b3g1-add-gift-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.b3g1-gift-badge {
	color: #57cba2;
	font-weight: 600;
	font-size: 0.85em;
}

.b3g1-notice {
	margin-bottom: 1em;
}
