/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 25 2025 | 03:23:34 */
/* Menús desplegables - Dropdown */
.dropdown-menu {
	padding: 8px !important;
}

.dropdown-header {
	color: var(--wp--preset--color--foreground) !important;
}

.dropdown-item {
	color: #000 !important;
}

.dropdown-item.active, .dropdown-item:active {
	background: var(--bs-dropdown-link-active-color) !important;
	color: #000 !important;
	border-radius: 8px !important;
}