.cf7pp-repeater-row {
	display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
	padding: 12px; margin-bottom: 8px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px;
}
.cf7pp-repeater-row input, .cf7pp-repeater-row select { flex: 1; min-width: 120px; }
.cf7pp-repeater-remove {
	padding: 4px 12px; background: #fee2e2; color: #dc2626; border: 1px solid #fca5a5;
	border-radius: 6px; cursor: pointer; font-size: 0.85em;
}
.cf7pp-repeater-remove:hover { background: #fecaca; }
.cf7pp-repeater-add {
	padding: 8px 20px; background: #f0fdf4; color: #16a34a; border: 2px dashed #86efac;
	border-radius: 8px; cursor: pointer; font-size: 0.9em; font-weight: 600; width: 100%; margin-top: 4px;
}
.cf7pp-repeater-add:hover { background: #dcfce7; }
