/**
 * Preset greeting chips (Pro) — product page & edit modal.
 */

.wallregi-greeting-presets-wrap {
	margin: 0 0 12px;
	padding: 12px 14px 14px;
	border-radius: 10px;
	background: linear-gradient(145deg, #f8f6ff 0%, #f3f7fb 100%);
	border: 1px solid rgba(111, 86, 186, 0.18);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.wallregi-greeting-presets__label {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 600;
	color: #3c2f5c;
	letter-spacing: 0.01em;
}

.wallregi-greeting-presets__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: center;
}

.wallregi-greeting-preset__chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	margin: 0;
	border: 1px solid #c4b8e0;
	border-radius: 999px;
	background: #fff;
	color: #4a3f73;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.wallregi-greeting-preset__chip:hover,
.wallregi-greeting-preset__chip:focus {
	background: #6f56ba;
	border-color: #6f56ba;
	color: #fff;
	outline: none;
	box-shadow: 0 2px 8px rgba(111, 86, 186, 0.35);
}

.wallregi-greeting-preset__chip:active {
	transform: scale(0.98);
}

.wallregi-greeting-preset__chip.is-selected {
	background: #5a4699;
	border-color: #5a4699;
	color: #fff;
}

.wallregi-greeting-preset__chip--custom {
	background: transparent;
	border-style: dashed;
	font-weight: 600;
}

.wallregi-greeting-preset__chip--custom:hover,
.wallregi-greeting-preset__chip--custom:focus {
	background: rgba(111, 86, 186, 0.12);
	border-color: #6f56ba;
	color: #4a3f73;
	box-shadow: none;
}

.wallregi-greeting-preset__chip--custom.is-selected {
	background: rgba(90, 70, 153, 0.18);
	border-color: #5a4699;
	border-style: solid;
	color: #3c2f5c;
}

.wallregi-greeting-presets__hint {
	margin: 10px 0 0;
	font-size: 12px;
	color: #6b6b7a;
	text-align: center;
	line-height: 1.35;
}

.wallregi_modal_form_contents .wallregi-greeting-presets-wrap {
	margin-bottom: 10px;
}
