/**
 * Soft & Elegant Theme
 *
 * Light pastels, gentle feel, warm and inviting.
 *
 * @package GFDelight
 * @since   1.0.0
 */

.gfd-theme-soft {
	--gfd-primary: #A78BFA;
	--gfd-accent: #F9A8D4;
	--gfd-bg: #faf5ff;
	--gfd-bg-card: #ffffff;
	--gfd-text: #1e1b4b;
	--gfd-text-muted: #6b7280;
	--gfd-border: rgba(0, 0, 0, 0.08);
	--gfd-radius: 16px;
	--gfd-radius-lg: 24px;
}

.gfd-theme-soft .gfd-start-btn:hover,
.gfd-theme-soft .gfd-done-btn:hover {
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.gfd-theme-soft .gfd-choice {
	border-color: rgba(0, 0, 0, 0.12);
}

.gfd-theme-soft .gfd-choice:hover {
	border-color: var(--gfd-primary);
	background: var(--gfd-primary);
	color: #ffffff;
}

.gfd-theme-soft .gfd-choice:hover .gfd-choice-letter {
	background: rgba(255, 255, 255, 0.25);
	color: #ffffff;
}

.gfd-theme-soft .gfd-choice:hover .gfd-choice-text {
	color: #ffffff;
}

.gfd-theme-soft .gfd-choice.gfd-selected {
	border-color: var(--gfd-primary);
	background: var(--gfd-primary);
	color: #ffffff;
}

.gfd-theme-soft .gfd-choice.gfd-selected .gfd-choice-text {
	color: #ffffff;
}

.gfd-theme-soft .gfd-choice-letter {
	background: rgba(167, 139, 250, 0.15);
}

.gfd-theme-soft .gfd-choice.gfd-selected .gfd-choice-letter {
	background: rgba(255, 255, 255, 0.25);
	color: #ffffff;
}

.gfd-theme-soft .gfd-feedback-message {
	background: rgba(250, 245, 255, 0.95);
	color: var(--gfd-text);
}

.gfd-theme-soft .gfd-milestone-badge {
	background: rgba(250, 245, 255, 0.95);
}

.gfd-theme-soft .gfd-milestone-text {
	color: var(--gfd-text);
}

.gfd-theme-soft .gfd-close-btn:hover {
	background: rgba(0, 0, 0, 0.05);
}
