/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 30 2026 | 12:00:40 */
.my__acc--link {
    position: relative;
	cursor: pointer;
}

.my__acc--link a {
    position: static; /* prevent conflicts */
}

.my__acc--link::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
}

.my__acc--link a {
    position: relative;
    z-index: 10;
}