/**
* Theme Name: xpeng child
* Description: This is a child theme of xpeng
* Template: xpeng
* Version: 1.0.5
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: xpeng-child
* Copyright: 2025 / All Rights Reserved
*/

.forminator-select-dropdown {
	background-color: #fff !important;
}

.select2-results li {
	background-color: #fff !important;
	color: #000 !important;
}

.select2-results .select2-results__option--highlighted {
	background-color: #f1f1f1 !important;
}
