/* Override Salient's default toggle title text color */
.toggle > .toggle-title > a {
    color: #ffffff !important; /* Force white text */
    background-color: transparent !important; /* Remove unwanted background */
}

/* Ensure the plus/minus icon inside the toggle stays white */
.toggle > .toggle-title > a i {
    color: #ffffff !important;
}

/* Keep the hover effect (pink on hover) */
.toggle > .toggle-title > a:hover {
    color: #ff1493 !important; /* Adjust if needed */
}